DevAcademy Fundamentals Lesson 6 Exercise 2 does not have any UART output with Thingy:53

Using Thingy:53, I needed to add the following code to the boards/thingy53_nrf5340_cpuapp_ns.overlay file in order to be able to view the output:

&uart0 {
    status="okay";
};
Parents Reply Children
No Data
Related