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,

    just now i found that these (APP_TIMER_V2, APP_TIMER_V2_RTC1_ENABLED)  are defined in options->common->preprocessor->preprocessor definitions.

    now i can implement uart(libuarte) in blinky example(pca10040e) but now i have another problem, to store my bin file data i have declared very large array (filee[180*1000]) and it was fine in the NRF52840, but in NRF52810 im getting .bss and stack errors, since nrf52810 doesn't have that much memory.

    note: nrf52810 uarte(libuarte) working fine if we check tx and rx operations using normal test strings.

    so can you suggest me any way out please...!

    Best Regards,

    Raj.

Children
Related