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
  • Did you not consider this when selecting the part?

    Yes, actually we didn't think of updating the firmware in the Maxim Chip. thats making things complecated.

    Can you not download a "chunk", program that "chunk" into the Maxim chip, then download the next "chunk", etc ... ?

    we have flash memory ic  in the design (W25Q64JW (64M-bit) Serial Flash memory), so i will try to store the chunks into it and then when im updating the maxim's firmware then i will read the data.

    please suggest me any example to get start with the W25Q64JW (64M-bit) Serial Flash memory..

    Best Regards,

    Raj.

Children
Related