Hi,
I'm trying to make an Firmware update via SPI. I try to understand how to set the into SPI bootloader.
I have read the documentation about it and saw a video but it is not working.
what am i trying to do is:
1. enter to CCS and work on a random program, in my case "led_e1_blinky"
2. debugging the project in flash mode
3. now i have tried both case to change the 0x0D00 adress ad shown in the datasheet:
- go to memory view and change it manually
- change the GEL file as follow add EMU_BOOT_SPI() function
4. press CPU reset
5. run the program
it is not working. it run the blinky program. can you please write here what is the procedure step by step?
thanks alot