LPC82x ROM API USART

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

LPC82x ROM API USART

跳至解决方案
1,744 次查看
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 项奖励
回复
1 解答
1,717 次查看
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.

在原帖中查看解决方案

1 回复
1,718 次查看
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.