Hi
I am trying to download my output file to flash using f28xx on chip flash programmar from ccs 3.3 Tool menu with USB2000 Black hawk Jtag, Target is TMS 320 F28335. I get follwoing error
NO SECTORS WERE FOUND THAT MAP TO FLASH. I have been running my code with Jtag sucessfully if i just Load my programm with JTAG from File menu in CCS.
Actually i want my code to go to Flash instead of RAM. At the moment its going into RAM as i can See the address of main() function being 0x00c000.
Detailed ouput message is as following
Please help me in this regards
Shakeel
**** Begin Set Password Operation. ***
Set Password Operation completed successfully. Password set.
**** End Set Password Operation. ***
**** Begin Erase/Program/Verify Operation. ***
Erase/Program/Verify Operation in progress...
Erase operation in progress...
Erase operation was successful.
Program operation in progress...
No sections were found that map to Flash.
Load RAM operation in progress...
Load RAM operation was successful.
Warning: This program contains initialized RAM data.
It may run successfully under Code Composer Studio
but not as a standalone system because of this. If
your Flash program requires initialized data in RAM,
you will need to write Flash code to initialize RAM memory.
Erase/Program/Verify Operation succeeded
**** End Erase/Program/Verify Operation. ***
