Hi,
Execution of Serial_flash_programmer.exe hangs in the middle
I'm considering doing an emulation boot now.
The C2000 has been able to download the kernel, but it has not yet downloaded the user program.
I will show you what I did here.
1. Build "flash_kernel_ex3_sci_flash_kernel". Copy the generated kernel into the same folder as "serial_flash_programmer.exe". The kernel is building on CPU1_RAM. The changes from the default kernel above are the following two points.
・Our board is not an external clock, but an internal clock setting, so we modified it as follows.
・I want to use GPIO8 and GPIO9 instead of the default GPIO28 and 29 to download the kernel and write user programs, so I changed to SCI_BOOT_ALT2.
2. Start CCS and run debugging
3. Rewrite to the following values in CCS MemoryBrowser
・Open the memory browser and enter 0x5AFF1220 at address 0xD00
・Enter 0xFFFF41FF at address 0xD04
4.Reset and run
5. Run Serial_flash_programmer.exe with the following arguments
serial_flash_programmer.exe -d f28003x -k flash_kernel_ex3_sci_kernel.txt -a xxx.txt (user program) -b 19200 -p COM10
I have downloaded the kernel, but I have not yet downloaded the user program. It stops at the following capture screen.
please point it out if there is something wrong.
Thanks,
Astro