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/TM4C1294NCPDT: Is it possible to debug such a module in CCS?

Part Number: TM4C1294NCPDT

Tool/software: Code Composer Studio

I have a request to create a project that supports flexible user module that could be created and flashed in later, and the project firmware should not be read by the customers.

I am thinking the following approach:

For example, my project's firmware image is flashed in the device, with a simple return at address, say 0x40000 (the entrance point for the user function), and the program calls 0x40000 periodically and since it is simply a return, it does nothing and continue

Now, the customer writes a module and force his function to start at 0x40000, to add extra function to the device.

Now I have problem, I don't know how the customer can debug his codes in CCS.