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

  • Thanks for your response
    1. I am using the latest version of nRF Connect SDK. i.e v2.1.1
    2. Yes, I think I followed the guidance correctly.
        My custom board is using nRF52832.
    Could you try to compile the project file on your side?

    The main goal is to implement BLE Mesh sensor topology.
    I am trying to use a mesh "sensor server" sample application template.
    if I try to compile with "nrf52840dk_nrf52840" of nordic boards, I can compile the project successfully. but 
    when I tried to compile it with a custom board build configuration file, it occurs some errors.
    I didn't modify the sample code. Just tried to compile it with the custom board build configuration without any modification of the code.
    I attached the project file that I am trying with.
    Hope your many helps.
    Thanks in advance.
    .vibration_condition.rar.


Reply
  • Thanks for your response
    1. I am using the latest version of nRF Connect SDK. i.e v2.1.1
    2. Yes, I think I followed the guidance correctly.
        My custom board is using nRF52832.
    Could you try to compile the project file on your side?

    The main goal is to implement BLE Mesh sensor topology.
    I am trying to use a mesh "sensor server" sample application template.
    if I try to compile with "nrf52840dk_nrf52840" of nordic boards, I can compile the project successfully. but 
    when I tried to compile it with a custom board build configuration file, it occurs some errors.
    I didn't modify the sample code. Just tried to compile it with the custom board build configuration without any modification of the code.
    I attached the project file that I am trying with.
    Hope your many helps.
    Thanks in advance.
    .vibration_condition.rar.


Children
Related