User Activity

I would like to program a STM32MP157 using STM32CuneIDE. So by cofiguring the peripherals, generating some interfacing code and make everything work using interrupt driver routines. I do not want to use some operating system. Just writing code for ea...
Hi,I have a STM32CubeIDE project and as far as I remember I checked the C++ box.But when adding .cpp and .hpp files with a class definition, I get the message:error: unknown type name 'class'So it seems the compiler does not compile as C++.How can I...
HiI can not find out how to correctly use a Virtual Port Com over USB.I used STM32CubeMx to configure the USB_OTG_FS and USB_DEVICE middleware. I selected the Class "Communication Device Class (Virtual Port Com).I found the CDC_Transmit_FS() function...
I found the following bug:STM32CubeMX generates the following initialization code: /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_DCMI_Init(); MX_I2C1_Init(); MX_I2C2_Init(); MX_UART5_Init(); MX_USART1_UART_Init(); MX_D...
I'm using a STM32H743.I used STM32CubeMx to configure the DCMI. It uses DMA to transfer to memory.When calling HAL_DCMI_Start_DMA(), the DCMI_DMAError() function is called.I found out that there is a transfer error. And according the documentation a ...
Kudos from