User Activity

I working on motor control application with stm32g484ret6.Timer1 generates 3 PWM lines with complementary lines (with some deadtime) in center aligned mI have ADC readings to sample the phases current.Timer1 output trigger TRG0 is defined as update e...
Hello,I work with STM32G484, with FDCAN. I want to create filter so only messages with my own CAN_ID will reach HAL_FDCAN_RxFifo0Callback.I started by define the filter:filter.IdType = FDCAN_STANDARD_ID;filter.FilterIndex = 0;filter.FilterType = FDCA...
Kudos given to