Replies: 1 comment
-
Update : I followed the F030_inst example and modified the USARTx_IRQHandler, that works fine :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
After logging via stlink and on a target, I am trying to log over UART.
I am confused what to setup for that. Should I just provide the definition of inline functions : triceTxDataRegisterEmptyUartA, triceTransmitData8UartA, triceEnableTxEmptyInterruptUartA and triceDisableTxEmptyInterruptUartA + Call TriceTransfer periodically ?
I initialized the UART port.
I am using stm32u5 with AzureRTOS
this is my triceConfig.h :
Beta Was this translation helpful? Give feedback.
All reactions