i want uart driver code in simple way by setting baudrate using register and rx ,tx string with temp buffer
i want uart driver code in simple way by setting baudrate using register and rx ,tx string with temp buffer
Hello,
The nrfx UART driver source code is located in SDK/modules/nrfx/drivers/src/
To see how you may use it I recommend that you take a look at the UART peripheral example from the SDK.
Please do not hesitate to ask if you should encounter any issues or questions!
Best regards,
Karl
Hello,
The nrfx UART driver source code is located in SDK/modules/nrfx/drivers/src/
To see how you may use it I recommend that you take a look at the UART peripheral example from the SDK.
Please do not hesitate to ask if you should encounter any issues or questions!
Best regards,
Karl