在CCS6.0下编写简单的LED程序,RAM下可以LOAD并运行。但是改用FLASH后(用的官方的FLASH_INK文件,编译无错误无警告),烧写总是提示:
One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
请各位大侠指教。
HG:
空间分配不对,或者link configuration文件错了
在CCS6.0下编写简单的LED程序,RAM下可以LOAD并运行。但是改用FLASH后(用的官方的FLASH_INK文件,编译无错误无警告),烧写总是提示:
One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
请各位大侠指教。
YYL C:
回复 HG:
用的是28075_flash_ink.cmd。 可以编译,但是不能烧写。
在CCS6.0下编写简单的LED程序,RAM下可以LOAD并运行。但是改用FLASH后(用的官方的FLASH_INK文件,编译无错误无警告),烧写总是提示:
One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
请各位大侠指教。
YYL C:
回复 HG:
应该如何设置
在CCS6.0下编写简单的LED程序,RAM下可以LOAD并运行。但是改用FLASH后(用的官方的FLASH_INK文件,编译无错误无警告),烧写总是提示:
One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
请各位大侠指教。
YYL C:
回复 HG:
我用的是官方的2807x_Flash_Ink.cmd,也可能存在错误么
在CCS6.0下编写简单的LED程序,RAM下可以LOAD并运行。但是改用FLASH后(用的官方的FLASH_INK文件,编译无错误无警告),烧写总是提示:
One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
请各位大侠指教。
YYL C:
回复 HG:
File Loader: Data verification failed at address 0x00082000 Please verify target memory and memory map. 换了个编译器,提示。。。什么原因啊