User Activity

Dear, I am trying to run the CAN Communication in STM32F407 discovery board, In CAN_INIT I have made controller state to Ready after that I have changed the controller state from ready to LISTENING in CAN_START function,   but when I am trying to exe...
Hello, In my STM32F407 discovery board, I want to run can communication for which firstly I set the INRQ bit CAN_MCR register then my INAK bit in CAN_MSR register is also got set by the hardware. Then for starting the can I want to clear the initiali...
Dear allI have configured three timers TIM2,TIM3 and TIM4 NVIC_SetPriority(TIM2_IRQn, 0x00);NVIC_EnableIRQ(TIM2_IRQn);NVIC_SetVector(TIM2_IRQn, (uint32_t)&TIM2_IRQ_Handler); NVIC_SetPriority(TIM3_IRQn, 0x00);NVIC_EnableIRQ(TIM3_IRQn);NVIC_SetVector(T...
Hello,I am trying to send the message from USB-CAN Aanlyzer and want to read that message in STM32F407 discovery board in interrupt mode. My RxFIFO0 buffer got updated and FMP gets filled with messages and Overrun occur but  RFOM register not able to...
Hello,I am trying to send the message from my USB-CAN Analyzer to my board STM32F407 discovery board, but I am unable to do that.  HAL_CAN_GetRxMessage(&hcan1, CAN_RX_FIFO0, &rx_header, rx_data); // Process received message handleReceivedMessage(...
Kudos from
Kudos given to