Other Parts Discussed in Thread: C2000WARE
Tool/software:
I have a F280015x Series LaunchPad and I want to verify my code that will boot in an I2C EEPROM at address 0x50. According to the TRM, I can connect the EEPROM on GPIO4 & GPIO5 and these can be set in the OTP as 0x47 when I finally complete my design.
I'm not seeing an explanation on how to invoke the debugger and setting EMU-BOOTPIN-CONFIG. I found this reference that follows, but not seeing how to configure CCS 20.
If I start a debug session and open the Watch window, I don't get any options - just a blank box. Additionally, Reset offers two options 1) CPU and 2) System. After choosing either, the CPU is halted, and I don't see how to restart it.
Once you are connected to device via CCS, open the address location in CCS memory watch window and update the value as needed. After setting the values, issue reset from CCS and now when you click on "Run", device will boot as per the emulation boot settings.
Thanks for your advice in advance.
John