Is there a documentation for drivers/stacks?

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

Is there a documentation for drivers/stacks?

411 Views
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 Kudos
1 Reply

386 Views
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 Kudos