Hi!
nRF52. S132, SDK13.
I try to use ble_dfu_send_hex example.
- what shoul I do first? via nrf gostudio load SD. correct?
Which SD? from this folder (dfu_test_softdevice_s132) Or usual SD (s132_nrf52_4.0.2_softdevice)
- what should I do next?
Hi!
nRF52. S132, SDK13.
I try to use ble_dfu_send_hex example.
Which SD? from this folder (dfu_test_softdevice_s132) Or usual SD (s132_nrf52_4.0.2_softdevice)
Hi Mikhail,
Please follow the documentation on inforcenter, you can also follow my step by step guide here.
Yes, if you don't have crystal, you use RC for the bootloader. I'm not sure why you have to ask, you already mentioned about that above ??
If you see issue, you debug it. That's why I ask how familiar you are with the SDK. The bootloader is not a black box, you can debug and find the reason why it doesn't advertise. It's no different from a normal application.
You have 149 errors could be because the size of the bootloader is bigger than the size allocated for it, you need to increase the size of the bootloader in the project setting. You need to move the bootloader down a little bit to make enough room for it.
Which chip is on your custom board ? we have 2 variant, one with 256kB and one with 512kB flash.
Yes, if you don't have crystal, you use RC for the bootloader. I'm not sure why you have to ask, you already mentioned about that above ??
If you see issue, you debug it. That's why I ask how familiar you are with the SDK. The bootloader is not a black box, you can debug and find the reason why it doesn't advertise. It's no different from a normal application.
You have 149 errors could be because the size of the bootloader is bigger than the size allocated for it, you need to increase the size of the bootloader in the project setting. You need to move the bootloader down a little bit to make enough room for it.
Which chip is on your custom board ? we have 2 variant, one with 256kB and one with 512kB flash.