Hello and thank you in advance (also happy holidays). Im currently working with an NRF5340, and have basically everything working except PWM.
When I try to compile, I get an error during the linking stage: ../src/LED.c:38: undefined reference to `__device_dts_ord_75'
I have set both CONFIG_PWM and CONFIG_TIMER to y in the .conf file.
The offending line of code is
and pwm_led_r is defined as:
Please let me know what files (if any) you need to help you with this.
Thank you!