Using UART File Transfer

HI , currently i am using nrf52840 soft device s140 sdk ver. 17.1.0  i have two controllers i need to transfer the dfu ota file form one controller to other controller using OTA DFU so the received file should not store in flash instead  transfer to the other controller using UART communication note : we need to trigger dfu mode in buttonless

2. i am using nrf52840 dfu/ secure bootloader/ pca10056_s140ble  example after flashing the code the flash memory is almost full ie 99.6% is it taking that much of memory

Parents Reply Children
  • Hello again, hope you've had a good week-end.

    No that shouldn't take that much space. You can see on the left hand side there on the project folder that the code should just take 22.6 kB. I think the issue here is just that SES is being a bit confused, since the bootloader(or something like MBR) is placed so high up in the flash. 

    The flash memory isn't at 99.6%. You can continue working on the application.

    Regards,

    Elfving

Related