Hi All
I'm trying to save some data into flash of F28027F.
I found an example
https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/106228
But it can't run on f28027F launchpad.
Is any suggestion?
Hank
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 All
I'm trying to save some data into flash of F28027F.
I found an example
https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/106228
But it can't run on f28027F launchpad.
Is any suggestion?
Hank
Hank,
Please provide some additional details about the problem so that we can better help you.
Thanks,
Ozino
Hi Gautam
Is any tool can do the verification of the data we saved into FLASH?
Regards,
Hank
Hi Gautam
I found there are some flash API under this PATH.
C:\ti\controlSUITE\libs\utilities\flash_api\2802x\v201a\
Is that help the EEPROM emulation?
My platform is LAUNCHXL-F28027F.
http://www.ti.com/tool/LAUNCHXL-F28027F
Should I use the 2802x\v201a or 2802x\v201 ?
Hank
Hi Gautam
Thanks for the help, I will try the EEPROM later, cause I got the other problem now.
I import this proj and learning.
C:\ti\controlSUITE\libs\utilities\flash_api\2802x\v201a\example_ccsv5
But when I watch the array "Buffer[]" in watch window, it always show 2989.
And I can't stop in the Example_CallFlashAPI, even the break point was set.
I reference this page
processors.wiki.ti.com/.../FAQs
and do the instruction below.
On the "Target" tab uncheck the "Halt at program termination" and "Enable CIO function use".
So, how do I watch the data that written in the FLASH?
And other question, can I change the 4 sector into 6 sector or more?
Hank
hank wu said:So, how do I watch the data that written in the FLASH?
CCS has a tool named Memory Browser. You can check there.
hank wu said:And other question, can I change the 4 sector into 6 sector or more?
One can alter sectors using linker (.cmd) file. Check this wiki article:
Regards,
Gautam