Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Numerous errors in build process of Adafruit nRF52 Bootloader on Segger Studio

Hello , I am trying to build the bootloader source code provided by Adafruit for its nRF52 core. The project is based in Segger Embedded Studio. 

Adafruit's nRF52 core bootloader is based on the non-secure bootloader in nRF SDK version 11.0.0_89a8197.

During the build process, I am facing numerous errors. After looking into similar posts on this forum , I have deduced that the errors could be due to configuration set in the sdk_config.h. 

To reproduce the issue, the following repository must be cloned : https://github.com/RAKWireless/WisBlock 

Then browse to Segger project path , and open the Segger project for the bootloader source code.

While building the code, I see the following errors : 

There a total of 253 errors in the usb.c

The following errors occur in usb_desc.c and ghostfat.c : 

Hardware that I am using is a nRF52480 based SoC.

Parents Reply Children
No Data
Related