Hello,
In the LPC8xx user manual (UM10800 rev1.4) chapter 27.4.10.3 there is a structure defined. This structure contains another typedef "UART_CALLBK_T". I can't seem to find any definition of this typedef. How should this callback typedef be defined?
Kind regards,
Murtn
Solved! Go to Solution.
Hello @Murtn
You can find the definition for this callback in the LPCOpen documentation by following steps:
Find the link here for the download:
https://www.nxp.com/webapp/Download?colCode=LPCOPEN-2-19-DOCS-8XX
We recommend to use the SDK suart api rather than the LPCOpen ROM UART.
Hello @Murtn
You can find the definition for this callback in the LPCOpen documentation by following steps:
Find the link here for the download:
https://www.nxp.com/webapp/Download?colCode=LPCOPEN-2-19-DOCS-8XX
We recommend to use the SDK suart api rather than the LPCOpen ROM UART.