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,

    Go on - you just need to do multiples "chunks" of 255 bytes

    Thank you very much, Finally i got the complete file into our nordic controller,

    but it was into nrf52840DK, but my custom board is designed with NRF52810,  and since we don't have PCA10046e folder in the libuarte example i tried to embed libuarte project into blinky example.

    that means, 

    1. copied complete sdk_config.h 

    2. added every file which is added into libuarte project 

    3. added files paths in preprocessor.

    but i got some error, its not finding APP_TIMER_V2 declaration, i tried to find the defined location in libuarte project but iam not successed.

    please help to find the location of definition(please find the project file in zip)

    Best Regards,

    Raj.

    2022.blinky - oximeter test - uart.zip

Children
Related