Other Parts Discussed in Thread: C2000WARE
While programming F2800137 using serial flash programmer utility, it works fine when we boot (SCI Boot Mode) the device using boot pins ( GPIO32 and GPIO24)
We are able to program both the files (kernel and the application) properly. execution of the application file is also fine.
But when we boot the device from software itself, i.e. using SCI_Boot(0x01); we face some issue:
1. The device go to sci boot mode successfully
2. Programming of kernel file is also fine and the kernel boots properly.
3. While programming the application file we got following messages
This seems to be some DCSM related issue, as when we change the the CMD file to use the flash up to sector 31 it works fine but when we use sector 32 and above we get the above message.
when we use sector 32 (address 0x088000) we get ERROR Address: 0x884a0
when we use sector 64 (address 0x090000) we get ERROR Address: 0x904a0
when we use sector 96 (address 0x098000) we get ERROR Address: 0x984a0
I am attaching the files as below for your reference
1. Kernel file used
7536.flash_kernel_ex3_sci_flash_kernel.txt
2. Application txt file (converter using .hex2000 utility)
3. cmd file used in the project