Hello!
I'm trying to reach zigbee on nRF52840, and I'm trying to get a zigbee communication from light_bulb.
The hex file on the sdk goes in well, and I want to add additional coding to work on it.
The tool is using ses (segger embedded studio).
First of all, I compiled the 'main.c' file in the 'light_bulb' to see if it works properly, and the error is as shown below.
[DT_N_S_pwmleds_S_pwm_led_3_P_pwms_IDX_0_PH_P_label'] undeclared (first use in this function); did you mean 'DT_N_NS_pwmleds_Swm_3_
The above error is from the deviceree_unfixed.h file when compiled in main.c.
Is there a meaning and solution for this error?
I'd appreciate it if you could help me!