Other Parts Discussed in Thread: TMS570LC4357
Tool/software: Code Composer Studio
I use TMS570LC4357 chip with development kit.
I want to make boot-loader. So I do some test by using the Source code which download in this link(
)
In this code, I test write some code in Flash. I can write the bank 1 area (address 0x00200000 ~ 0x00400000) but I cannot write in bank 0 area (address 0x00000000 ~ 0x00200000)
so, I try to change the code in "flash_defines.h". But i cannot write in address(0x00000000 ~ 0x00200000).
How can I write in address(0x00000000 ~ 0x00200000).? (In detail, I want to flash write test except boot-loader area.)
Regards,
Minwoo