nRF52810 Bootloader support

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
KKaushik
 
Posts: 18
Joined: Mon Jul 11, 2022 6:54 am

nRF52810 Bootloader support

Post by KKaushik »

Earlier I have done FW development on Adafruit Feather nRF52 Bluefruit LE. It worked fine. https://www.adafruit.com/product/3406.

Currently, I'm working on nRF52810 SOC custom PCB.

When I tried to burn the bootloader "feather_nrf52832_bootloader-0.7.0_s132_6.1.1.hex" from
https://github.com/adafruit/Adafruit_nR ... r/releases

Using nrfjprog, getting this error :

Code: Select all

C:\Users\Kaushik>nrfjprog --program C:\Users\MyPC\AppData\Local\Arduino15\packages\adafruit\hardware\nrf52\1.3.0\bootloader\feather_nrf52832\feather_nrf52832_bootloader-0.7.0_s132_6.1.1.hex --chiperase -f nrf52 --reset
[ #################### ]   0.216s | Erase file - Done erasing
[error] [ Worker] - Address 0x00074000 does not map to a known memory.6
ERROR: The file specified is not a valid hex file, has data outside valid areas
ERROR: or does not have data in valid areas.
NOTE: For additional output, try running again with logging enabled (--log).
NOTE: Any generated log error messages will be displayed.
Could anyone guide me to the right bootloader for nRF52810 SOC similar to Feather RF52832? Also where can I update these address value according to nRF52810?

User avatar
adafruit_support_mike
 
Posts: 67391
Joined: Thu Feb 11, 2010 2:51 pm

Re: nRF52810 Bootloader support

Post by adafruit_support_mike »

We don't use the nRF25810, and don't have any information about code to support it.

Your best bet would probably be to check with the folks at Nordic to see what code support they have for that device.

User avatar
KKaushik
 
Posts: 18
Joined: Mon Jul 11, 2022 6:54 am

Re: nRF52810 Bootloader support

Post by KKaushik »

I understand that but is it possible to edit the nRF52832 bootloader file provided by Adafruit as per nRF52810? I'll look for it myself. All I need is the direction where I can do further development.
For my next board either I'll use nRF52832 SOC so I could the same directly or some platform supported by Nordic, not the Arduino IDE.

User avatar
adafruit_support_mike
 
Posts: 67391
Joined: Thu Feb 11, 2010 2:51 pm

Re: nRF52810 Bootloader support

Post by adafruit_support_mike »

KKaushik wrote: Tue Jan 24, 2023 2:17 am is it possible to edit the nRF52832 bootloader file provided by Adafruit as per nRF52810?
Some of the code is probably compatible, but we don't know the nRF52810. You'll have to use the SDK and datasheets to decide how much carries over and how much needs to be changed.

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”