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.

questions about a home-made bootloader for cc3200

Hello there,


Well, let's get it straight. We found the official bootloader example that can't not satisfy out project, we need to create a new bootloader, based on TI's example.

So, we have several questions that need anyone who knows to help us below:

First, can we modify "RELOC_LOCATION" which could be found in project "cc3200-sdk\example\application_bootloader\relocator", to any address?

Second,  how much big that the secondary bootloader "/sys/mcuimg.bin" could be? How about 32K or 64K bytes?

Third, can we put app code at start of 0x20000000 by modify the linker file? This area is occupying by "/sys/mcuimg.bin" now.

Regards!