User Activity

I want to control GPIO output using DMA and Timer. The target is generating a CLK signal of 1MHz and control PB0 synchronized with the CLK.I am using Nucleo-F411RE as the development board. I have followed the instructions from the forum and configur...
For my project, I need to use a parallel RGB interface (8 bits) to control a display using Nucleo-F411RE. The PCLK for the RGB interface is required to be a minimum of 1MHz.However, the STM32-F411RE does not have any LTDC peripherals. So I implemente...
In `STM32F030CCTx` I need to set the CRC in 16-bit length by calling HAL_CRCEx_Polynomial_Set(MATRIX_UART_settings->crc, CRC_POLY, CRC_POLYLENGTH_16B); but the compiler shows the error : 'CRC_POLYLENGTH_16B' undeclared (first use in this function) in...
Kudos given to