LPC82x ROM API USART

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,628件の閲覧回数
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,601件の閲覧回数
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,602件の閲覧回数
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.