//connect to device device AMA3B1KK-KBR si SWD speed 1000 r sleep 10 // download image to 0xFC000 - Image should be restricted to 8K //loadbin am_patch_ota_D2ASPAREINIT1_SIMOBUCK_CORE_PLUS12_MEM_RESET_VER.bin 0xFC000 //loadbin am_ota_patch_BLEBUCKPULLUP_BLEBUCKZX.bin 0xFC000 //loadbin am_patch_ota_D2ASPAREINIT1_SIMOBUCK_CORE_PLUS64MV_MEM_PLUS60MV_RESET_VER.bin 0xFC000 //loadbin am_patch_ota_SIMOBUCK_CORE_RESET.bin 0xFC000 loadbin am_patch_ota_B0_SIMOBUCK_CORE_MEM_ACTIVE_LP.bin 0xFC000 // Set up OTA Descriptor at 0xFE000 - last page in flash w4 0xFE000 0xFC003 w4 0xFE004 0xFFFFFFFF // Set up OTAPointer w4 0x40020264 0xFE001 // Reset w4 0x40000004 0x1B sleep 1000 connect mem32 0xFE000, 1 qc