Hello.
I would like to use UART or UARTE in all of my future projects for debugging. What steps do I need for one app to work? More specifically:
1 - What include folders do I need for the Makefile?
2 - What source files do I need for the Makefile?
3 - What essential functions and definitions do I need in main.c? The peripherals/uart example is too convoluted and I can't extract what's needed and what not.
4 - What settings do I need to include in the sdk_config.h file?
I'm trying to make one and got a lot of errors from unidentified to undefined reference error when building, as I have no idea what to put in the makefile and the sdk_config.h file.
Thank you and best regards.