I don't need ble, only application+bootloader how to work ?
I don't need ble, only application+bootloader how to work ?
Actually you don’t even need a booloader. Just set the rom start on your project to 0x0 and the processor will boot directly from your code. Your only way to do updates is via SWD unless you include the code for something like serial DFU.
If you want to do anything with BLE and the softdevice then you have to have your app in the flash space specified by the SD.
Hi Justin,
could you elaborate on your use case? Do you plan on using a proprietary Radio protocol like ESB or Gazelle instead of BLE? Do you want to update the application using a serial interface like UART or USB?
Best regards
Bjørn
but when our device provide the customs, we don't use the swd to update the firmware, because the softdevice effect the code real time, so we don't plan to use the BLE, so only freertos application without ble.
yes. nrf52832 only UART, no USB
Hi,
We have a serial/UART bootloader in the SDK. See this page.