i can't find the right settings for the bootloader i am using s130 softdevice and sdk10 can someone help?
i can't find the right settings for the bootloader i am using s130 softdevice and sdk10 can someone help?
i tried doing the DFU from the nRF Toolbox and got the same error like the MCP
Have you made any changes to the example apart from changing the linker settings? Please check what the buffer sizes are set to in hci_mem_pool_internal.h to (RX_BUF_QUEUE_SIZE, RX_BUF_SIZE, TX_BUF_SIZE).
I only changed it to work with the internal oscillator
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_500MS_CALIBRATION, false);
Thanks, both buffer and clock configuration is correct. Which package variant did you use? I'm wondering if the problem could be related to placement of the m_peer_data variable. Please check the address of where m_peer_data is stored, it's shown in the .map file located in the build folder.
i tried using external oscillator and it worked but only for the first upload if i try again i am falling