* I am a beginner student. I would appreciate a detailed explanation. *
Both the data area and the program area exist in the flash area.
But is random access possible?
then.. So it is XIP?, and is it NOR(not NAND) ?
Regrads,
Han
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 am a beginner student. I would appreciate a detailed explanation. *
Both the data area and the program area exist in the flash area.
But is random access possible?
then.. So it is XIP?, and is it NOR(not NAND) ?
Regrads,
Han
Hi Han,
The flash on the F2833x is NOR based. When running standalone you'll need to copy some sections from Flash to RAM, like ISRs and such.
I'd suggest reviewing the Flash FAQ at the below:
https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/757585/
Also, please review the "Running an Application from Internal Flash Memory" application report. It should answer a lot of your questions.
If you have additional questions after reviewing these resources let me know.
Best,
Kevin