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.
Hi,
I Am Working on TMS320F28069 Experimenters Kit ,Every Thing Is Working Fine Now I Am Planing to Test My Project on Field .
So, What Changes I have to do so That It Can Run in Standalone Mode.
I am Attaching Image of Control Card and Experimenters Kit For Reference.
Thank You
Your Faithfully
Mihir,
the user's guide in C2000Ware details the hardware settings that you need to configure. SW1 position 1 and 2 need to be set to logic 1 to boot from flash.
To program the flash you will need to make some changes to your code. That will be detailed in our training materials and on this forum.
Please let me know if you need help finding those.
Regards,
Cody
Hi Cody,
I Have Done some changes in code like changing linker command file to f28069. Cmd.
Now, I have confusion that hardware configure shows three pin to be configured tdo, trst, gpio34.
But, Control Card have only Tdo and gpio 34 connected to SW1.
So, how do I set Trst pin?
Thank you
Mihir,
There is no configuration needed for this, TRST has a pull-down by default. Please reference the schematic in c2000Ware.
Regards,
Cody
Hi Cody,
But ,In Technical Reference Manual It is Noted That "TRST" Pin Should Be Kept to Logic High for "GetMode".
So, How Can Perform That Action? On Experimenters Kit/Control Card.
Thank You
Mihir,
that is not a requirement. You can access "GetMode" in both Emulation boot(TRSTn=1) and Stand-Alone boot(TRST=0) modes.
Please follow the tables found in the controlCARD's User's guide for the correct switch settings. This can be found in C2000Ware. Additionally you can see a full list of boot modes, not specific to the controlCARD, in the Technical Reference Manual found on the product page.
Regards,
Cody