I want to program F28069 controller so that it works in standalone mode. How can I do that? When I programmed it with Code composer , the code runs as long as it is connected to code composer.
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.
I want to program F28069 controller so that it works in standalone mode. How can I do that? When I programmed it with Code composer , the code runs as long as it is connected to code composer.
Hi Prasanna!
You need to do two things:
1 To include file CodeStartBranch.asm to your project.
2 To choose command linker file for FLASH configuration (not RAM configuration) through Properties>General>Command Linker File. For example, 28069.CMD.
Perhaps this thread will be useful for you http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/295237/1029520.aspx#1029520
Regards,
Igor
Hi,
As Igor mentioned, the program is working in RAM mode; for it to work in standalone mode, you've to run in FLASH mode. For F28069 you can do it as the screenshot attached below:
Also if you're interested in detailed info on running a code through FLASH, you can go through the following doc:
6888.3301.TI_Running_from_Flash_spra958l.pdf
Regards,
Gautam