Dear Everyone.
I'm having a problem in booting my application with NOR Flash boot mode
Please help me to escape from this problem.
I'm using mcsdk_2_00_00_beta2 & CCS5.1
1. I create a example which will run on 0x800000(internal memory)
here is my memory configuration below.
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
VECT 00800000 00000200 00000000 00000200 RWIX
L2 00800200 0007fe00 000011fc 0007ec04 RWIX
L1P 00e00000 0000a000 00000000 0000a000 RWIX
L1D 00f00000 00012000 00000000 00012000 RWIX
2. I checked that .out file works fine in CCS (GPIO example)
3. i converted this app.out file to app.dat file to download
4. I changed boot switch to no/EMIF16 mode that was written in README.txt
5. I opened CCSv5 norwriter_evm6678 project with proper ccxml & gel file
6. I loaded app.dat file to 0x8000_0000 as readme.txt explained
7. I run that project and I could check
[C66xx_0] NOR programming completed successfully
8. I changed mode to NOR Boot on Image0, (Actually I tried to boot Image1 also)
9. Nothing happened
Please help me I don't know what should I do anymore!
Thank you for reading