Bosch XDK110 Getting Started page 12

Cross-domain development kit
Hide thumbs Also See for XDK110:
Table of Contents

Advertisement

Extension Bus Advanced Guide | XDK110
Now that all necessary callback functions are declared, the UART module can be started as shown in Code 10.
Code 10. Starting the UART module
BSP_ExtensionPort_EnableUart();
UARTTransceiver_StartInAsyncMode(&UartTransceiverInstance, UartFrameEndCheck,
UartTxRxCallbacks);
BSP_ExtensionPort_EnableUart()
For that, the function
Extension Bus pins. Afterwards, the
incoming and outgoing data transmission, and is passed
functions declared in Code 8 and 9.

is called, which enables the UART module to use the configured
UARTTransceiver_StartInAsyncMode()
UartTransceiverInstance
is called to start the UARTTransceiver for
declared in Code 3 and the callback
12 24
|

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents