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.

TMS320f28335 code execution without debugger

Other Parts Discussed in Thread: TMDSDOCK28335

Hi All,

I went through the C2000 32-bit Microcontroller forum and couldn't find a post similar to the issue I am facing today and hence decided to post. 

I am working with a custom hardware which has a design very similar to the f28335 experimenters kit (TMDSDOCK28335). I have tested the design and everything works as expected.

Presently, I am trying to write an application code which I want to execute on power-up.  I have programmed my code to boot up from Flash and what I am seeing is that, I need to use CCS to overcome the break-point at main() before the application code can execute. This is not desirable since I want the application code to execute automatically without having to connect to CCS each and every time.

On inspection, my vague understanding tells me that the TRST_bar signal needs to be pulled low for this to happen. Is this correct? Unfortunately, my hardware design has the TRST_bar signal connected to logic high and I have no way of doing this. Is there a software way of pulling low this signal?

 

Thank you so much in advance for the help.