This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sending the .msbl file in to the Nordic Microcontroller

Hello all,

We  are using Segger Embedded Studio (SES) v5.20 ,SDK v17.0.2  ,NRF52840DK board

The issue we are facing is we have a .msbl (kind of binary file)(file size 180KB) from the company called Maxim integrated, and this file is the firmware file we need to upload this file to  Maxim IC(MAX32664D)

so the problem is, we have this file in our laptop and we need to take this file into our nordic microcontroller (NRF52810) so that i can place this file in a flash memory ic after that in to the MAX32664D IC

how we can send this file and access individual bytes of this file.

Best Regards,

Raj.

Parents Reply
  • Hi awneil,

    Thank you very much for the quick reply,

    Don't they offer any examples, app notes, etc ?

    all their docs are explaining about how we can update their ICs firmware after we have the new firmware in host (i.e., Nordic microcontroller).

    in the first place i intended to send the data through BLE to our NRF52840 DK board, so i tested with ble peripheral example and "Serial Bluetooth Terminal(App) from playstore". (im ok that if we send this file from mobile also) and the result is we can only receive 5037 bytes of data

    why we cant read full data here??

    and i tried to read through uart (libuarte example) and there i can read 255 bytes only since in code i mentioned as rx buf size = 255

    but if i increase this buf size then im getting this error

    so how i can proceed,  i will prefer BLE transmission only either from mobile or pc(mostly from mobile), if its not possible then we can try with UART.

    As this is urgent, I would appreciate a reply as soon as possible.

    best regards,

    Raj.

Children
Related