This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28388D: How do I observe the process of and/or results of the Flash API examples using the debugger?

Part Number: TMS320F28388D

Tool/software: Code Composer Studio

For the Flash programming examples in driverlib/f2838x/examples/c28x/flash or driverlib/f2838x/examples/cm/flash, how does one observe the effects of the Flash programming process in CCS?

I know it involves the debugger, but my usage of the debugger mostly involves stepping through the lines of code and observing the changes in the variable values. I am also aware of the Registers tab, but I haven't used that beyond checking to see if my program has faulted.

  • Hi Howard,

    You can open a memory window in CCS and enter the address that you would like to watch being programmed.  However, please note that flash reads are not allowed during flash erase/program operations.  Hence, it is not suggested to open a memory window to flash/OTP address when you erase or program.  You can open the address before and after the flash operation.   

    Did you already use breakpoints?

    Thanks and regards,

    Vamsi