Is there a documentation for drivers/stacks?

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

Is there a documentation for drivers/stacks?

410 次查看
bosnian_beast
Contributor III

For example if I add UART pins and driver to my project, I used functions from the example project "lpupart_polling":

LPUART_ReadBlocking(LPUART2, &ch, 1);
LPUART_WriteBlocking(LPUART1, &ch, 1);

Is there some documentation like on TexasInstruments BLE stack where you can find explanation, use cases and all the functions in the stack?

 https://software-dl.ti.com/lprf/simplelink_cc2640r2_latest/docs/blestack/ble_user_guide/html/ble-sta...

 

Or on Android: 

https://developer.android.com/reference/android/bluetooth/BluetoothGattServer

It's just a regular documentation for available functions?

 

0 项奖励
1 回复

385 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
Hope you are well.
You can find SDK drivers documentation at this link: MCUXpresso SDK API Reference Manual: Introduction (nxp.com)
More documentation can be found under the SDK "docs" folder.

If you have more questions do not hesitate to ask me.
Best regards,
Omar

0 项奖励