Hi everyone,
I'm stuck (yes .. again !) with the mix between the bootloader and the extansion card : http://www.ti.com/tool/TIDM-TM4C129SDRAMNVM
It's simple, this mix is working well with the example project and my personnal project but only when i'm loading all the program on the internal memory or all the program on the external memory.
Now if i'm adding the bootloader, same : all is working when all project is on one memory.
If i dislock my program on 2 parts and programming with CCS, it's working too.
My problem is when i want to bootload this dislocked program. Indeed, the size of my bin file is arround 1.5 Go because my internal memory is starting at 0x0000000 and the external is starting at 0x60000000 and as answered Robert on this topic : https://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/486809 , it's normal for a bin file.
I tried both of his solutions. After some trys i'm unable to separate the bin file on 2 bins file and bootload on both so i surrendered this solution.
Now i'm working with a .hex file but it's not working with the bootloader example and i didn't find a tool to program it without bootloader.
So there is my questions : Is it possible to solve my problem with the .hex file ? Do is exists a tool to program it ? I choose the Output TI-Tagged hex format option on the ARM utility option on the project properties, is that correct ?
Best regards,
John