User Activity

I'm using HAL, and although there's a LOT of code, the gist is I transmit a message like so:HAL_FDCAN_AddMessageToTxFifoQ(hfdcan2, &tx_header, tx_data);and in the task for my hfdcan1 bus I sometimes get that same message when doingHAL_FDCAN_GetRxMess...
HAL timebase set to use TIM6. ThreadX uses SysTick.My code is minimalistic for the test-project when debugging this issue. ThreadX is set up to have 1000 ticks/second as opposed to the default 100 ticks/second.I have one thread printing out HAL_GetTi...
Kudos from