LPC82x ROM API USART

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC82x ROM API USART

Jump to solution
877 Views
Murtn
Contributor II

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

0 Kudos
1 Solution
850 Views
nxf77486
NXP TechSupport
NXP TechSupport

Hello @Murtn 

You can find the definition for this callback in the LPCOpen documentation by following steps:

  1. Download the Documentation for the LPC8xx on the Overview tab

Find the link here for the download:

https://www.nxp.com/webapp/Download?colCode=LPCOPEN-2-19-DOCS-8XX

  1. Un zip de folder and click on one of the content in order to open the documentation.
  2. Go to the Main Page
  3. Chip Driver Layer
  4. LPC8xx chip specific drivers
  5. LPC8xx UART ROM API declarations functions
    1. Under the Typdef Documentation.

We recommend to use the SDK suart api rather than the LPCOpen ROM UART.

View solution in original post

1 Reply
851 Views
nxf77486
NXP TechSupport
NXP TechSupport

Hello @Murtn 

You can find the definition for this callback in the LPCOpen documentation by following steps:

  1. Download the Documentation for the LPC8xx on the Overview tab

Find the link here for the download:

https://www.nxp.com/webapp/Download?colCode=LPCOPEN-2-19-DOCS-8XX

  1. Un zip de folder and click on one of the content in order to open the documentation.
  2. Go to the Main Page
  3. Chip Driver Layer
  4. LPC8xx chip specific drivers
  5. LPC8xx UART ROM API declarations functions
    1. Under the Typdef Documentation.

We recommend to use the SDK suart api rather than the LPCOpen ROM UART.