User Activity

I am working with STM32F407VG microcontroller (STM32F4 discovery board). When using the DAC peripheral for an application I was verifying the minimum and maximum voltage that can be generated from the DAC pin by providing values of 0 and 4095. Howeve...
I have tried to get the CAN peripheral up and running on STM32F407 discovery board.But I am stuck at one point. Inside method HAL_CAN_Init(CAN_HandleTypeDef *hcan), I end up in the HAL_CAN_STATE_ERROR.Is there any example available to test on the dis...
Posted on April 03, 2018 at 08:57Hi,I am working on STM32F769NI-disc1 board. I am trying to get the triple ADC regular simultaneous mode to work with DMA. I have generated the code using the stmcubemx and with little understanding from the different...