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.

SimpleBLECentral and BootLoader

Hi everyone,

I am developing an application based on the SimpleBLECentral. I have a custom bootloader that takes the first 4 pages of the flash. So I want my main application to start at address 0x2000.

I tried to figure out what to change in the default linker used by this project(ti_51ew_cc2540b.xcl) but without success. Does anyone know what line I need to change?

Best regards,

Jerome Baron

  • Hello,

    You will want to compare differences between sbl and bim bootloaders for and project differences for SimpleBlePeripheral. The sbl uses multiple pages so you can see the difference in crc, mapping, and int table setup.

    http://processors.wiki.ti.com/index.php/SerialBootLoader

    http://processors.wiki.ti.com/index.php/OAD

    http://processors.wiki.ti.com/index.php/BLE_Large_Image_OAD

    BR,

    -Greg