Hi,
I'm looking for an example of how NRFX_UARTE works.
I would like to set up a serial port with EasyDMA to send and receive a thirty bytes.
Thanks in advance for your help.
Best regards,
Hi,
I'm looking for an example of how NRFX_UARTE works.
I would like to set up a serial port with EasyDMA to send and receive a thirty bytes.
Thanks in advance for your help.
Best regards,
Thank you, it seems to work now. I test it all and come back here to say if everything is ok.
I will not have compatibility problems with future SDKS?
Glad to hear that it works now.
A general rule is that as long as you do not add or use any modules that depends on the UART peripheral, it should be fine. As you're doing a bare-metal implementation, it is _very unlikely_ that the register definitions will ever change for the current device that you are using.
However; I cannot guarantee that a module that you require in the future does not depend on the UART in some way (for logging or similar).
Best regards,
Håkon
Many thanks for your help. I think I can do what I want now.
Ok for the compatibility, I understand.