ia m using STM32h743II MCU and i am trying to transfer SPI data from spi4 block defined as SPI MASTER to spi5 block defined as SPI SALVE without success.I am using the HAL_SPI_Transmit from the SPI MASTER block (spi4 block) and HAL_SPI_Receive from t...
I am seeing a very strange glitch from the PWM output of TIM8:CH1 on an STM32F730.The timer is running on 216MHz internal clock, with an ARR reload of 617, giving a ~350kHz PWM output.There is also a no-output Compare on it's channel 2, used to trigg...
Hi. I found a bug in RTC shadow registers inconsistency of seconds and subseconds.Subseconds are counted from PREDIV_S down to 0. Then the seconds are incremented and subseconds start again from PREDIV_S.Sometimes subseconds contain PREDIV_S value an...
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...