Compile Error when trying to complile a Custom board on Visual Stuido Code with nRF Connect SDK

Hello, Everyone.
Now I am trying to develop a BLE mesh firmware using my customized nRF52832 board.
I followed this tutorial https://youtu.be/ufjv2NaLfN8?t=1745
But I can't compile the project with my custom board even a simple "blinky" sample.
if I try to compile with the nordic board (nRF52DK_nRF52840) build configuration, there is no error and can compile successfully.
I attached my project files and the Error message image.
Hope your many helps.
Thanks in advance.

7345.blinky.zip

Parents
  • Hi,

    1. Which version of nRF Connect SDK are you using? The guide is using NCS v1.7.x, so there might be some differences to your version
    2. Did you do all the modifications to the device that the guide for adding custom boards go through? And does is the board files for your custom board found in the path shown in the following image? 


      If so, I would suggest you retrace the steps for creating a custom device. If your custom device are a 52833, there are a couple of definitions such as the top one that refers to a 52840 and not a 52833 which leads me to believe the fault might be there.

    Kind regards,
    Andreas

Reply
  • Hi,

    1. Which version of nRF Connect SDK are you using? The guide is using NCS v1.7.x, so there might be some differences to your version
    2. Did you do all the modifications to the device that the guide for adding custom boards go through? And does is the board files for your custom board found in the path shown in the following image? 


      If so, I would suggest you retrace the steps for creating a custom device. If your custom device are a 52833, there are a couple of definitions such as the top one that refers to a 52840 and not a 52833 which leads me to believe the fault might be there.

    Kind regards,
    Andreas

Children
Related