wex7197 发表于 2021-10-21 16:56

codewarrior11 KEA64 烧录提示: The Debugger can not write memory.疑似成砖

如题,使用codewarrior11 KEA64 烧录程序报错如下,请问有人遇到过吗?如何解决?谢谢!
Failed to resume target process.
ARM GDI Protocol Adapter : An error occurred while trying to write memory. The Debugger can not write memory.

wex7197 发表于 2021-10-21 16:57

附上最后一次烧录的代码:/*Here is my code*/

#define SEC_SECTOR 0xFE00

uint8_t *pData8Bytes = 0;
uint8_t dataSend = {0x01,0x02,0x03,0x04};

FLASH_EraseSector(SEC_SECTOR);
FLASH_Program(SEC_SECTOR,dataSend,4);
pData8Bytes = ((uint8_t *)SEC_SECTOR);
页: [1]
查看完整版本: codewarrior11 KEA64 烧录提示: The Debugger can not write memory.疑似成砖