Hi,
While building blink code on the NRF5340DK, I get an error "Invalid type definition: Cannot set properties of null (setting 'name')" like this in visual studio.
Could you please help me to resolve this?
Thank you
Regards,
Vrinda R
Hi,
While building blink code on the NRF5340DK, I get an error "Invalid type definition: Cannot set properties of null (setting 'name')" like this in visual studio.
Could you please help me to resolve this?
Thank you
Regards,
Vrinda R
In case this helps anyone SDK 2.3.0 missing the last line in the arm,sbsa-uart.yaml file.
Adding it back in (was there in earlier SDKs) enabled output in the Terminal window for me.
Thanks,
"required: false" was missing for interrupts in file v2.3.0/zephyr/dts/bindings/serial/amr,sbsa-uart.yaml
Michael
Solved the issue. Thanks!