Issue regarding Flash code on nrf52832 custom board

I am facing an issue while trying to flash code onto a custom board based on the nRF52832. I used a sample iBeacon project for testing. I created a custom board configuration in nRF5 SDK (or nRF Connect SDK, depending on what you're using), and after selecting my custom board and clicking on Generate and then Build, I receive an error.  

this is the error 

devicetree error: 'pinctrl-0' is marked as required in 'properties:' in C:/ncs/v2.9.0/zephyr/dts/bindings\i2c\nordic,nrf-twim.yaml, but does not appear in <Node /soc/i2c@40003000 in 'C:/ncs/v2.9.0/zephyr/misc/empty_file.c'>

Parents
  • Hi Sagar,

    Please make sure that you are working with the nRF Connect SDK and not the nRF5 SDK(which is the older SDK).

    Next, could you please attach the overlay file that you created for your custom board?

    Your error suggests that you have not defined the "pinctrl-0" in your properties section for the devicetree.

    Regards,

    Priyanka

Reply
  • Hi Sagar,

    Please make sure that you are working with the nRF Connect SDK and not the nRF5 SDK(which is the older SDK).

    Next, could you please attach the overlay file that you created for your custom board?

    Your error suggests that you have not defined the "pinctrl-0" in your properties section for the devicetree.

    Regards,

    Priyanka

Children
No Data
Related