Hello,
I am working with my C6713 DSK and programming it using embedded coder in Simulink (with CCS v3.3). Now that the program works, I want it to run on the board as a standalone. As far as I understand, I need to assign the program to the DSK's flash memory (address 0x90000000).
And yes, I have googled on how to do it (and have seen the wiki page as well). I have managed to flash other simpler programs (which were written in CCS instead of building in Simulink) by using the hex6x utility, DOS commands, etc. However, I am having trouble flashing the code which I have built through Simulink, using the hex6x utility.
I have noticed that if I click on the "Target Preferences" block (in Simulink), there will be a GUI window which states which memory is involved (all I can see is IRAM, SDRAM). So I added "flash" by specifying the memory 0x90000000. Alas, the flashing was unsuccessful too. My question is, can anyone guide me on how to flash my program using Simulink/Matlab? I am pretty confident that this can be done using Simulink/Matlab. I tried finding the right resources to teach on how to do this, but there were none.
And just to reconfirm my doubts, as long as my code file size is less than 512kb, this should be able to flash as a standalone, right?
Thanks, and sorry for any ignorance.
Nic