User Activity

 Dear all,I have a custom pcb with a STM32H753 on it.There I'm already using the TIM12 function for generating a PWM output signal This is my init function - generated from CubeMX: void MX_TIM12_Init(void) { /* USER CODE BEGIN TIM12_Init 0 */ /...
Dear all,I'm struggeling to get FDCAN2 working on my board. I also use FDCAN1 - which is working pretty good.For FDCAN1 I selected the RxFifo0 and for FDCAN2 I selected RxFifo1.But for some reasons, I dont get the callback for HAL_FDCAN_RxFifo1Callba...
Dear all,i have a custom pcb with a STM32H753XIHx.I want to use CAN1 Interface to receive PDO and SDOs (Baudrate: 125k, CANopen).My receive routine looks like this: // CAN 1 receive interrupt callback void HAL_FDCAN_RxFifo0Callback(FDCAN_HandleTypeDe...