User Activity

Hi,Recently, we desighed a test board with STM32F103RB for UART communication with a wireless chip, and we found that the HAL_UART_ErrorCallback is triggered occasionally (the periods of errors vary betweent tens of minutes to hundreds of minutes), t...
Hi,I started a post a week ago (https://community.st.com/t5/stm32cubemx-mcus/software-reset-fails-in-eth-configuration-for-lwip-with-f407/td-p/659641) that has been viewed over 60 times without any reply, for finding a solution for this issue, I woul...
Hi,Run from CubeIDE had not seen any issues until yesterday, but since then I can't run from CubeIDE, and don't know why.Download in CubeProgrammer is OK. I found if I do a mass erase on full chip in CubeProgrammer, then I can run once in CubeIDE. Th...
Hi,Recently, I got a copy of code for LWIP working with F407ZG in Keil project, I successfully ported it into CubeIDE with full functionality of CubeMX except for ETH selection (i.e. ported the code into a normal CubeIDE project with .ioc file withou...
I've been confused for days and am unable to make the ADC work on F103RC and have to seek for help.The test consists of ADC1 with 6 channels, an UART for printf and an I/O port that drives an LED. The ADC configuration: The test code: /* USER CODE BE...