CRC_SW_EXAMPLE_XMC13 example

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hi,

After downloading the CRC_SW_EXAMPLE_XMC13 example, I see that UART_0/Advanced settings/Protocol handling configured for
interrupt (transmit mode and receive mode) however I don't see any USIC interrupt handling routine in main.c . It means I have to implement these interrupts?
0 Likes
1 Reply
chismo
Employee
Employee
First like received
Hello,

The UART APP is by default using interrupts to manage the transmit and receive of data.
The interrupt handling is also done within the UART APP and can be ignored by the user.

The user only needs to implement the call back functions if these options are selected in the UART APP.

Regards,
Min Wei
0 Likes