User Activity

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...
Hi,The ADC test has only 2 channels: Vrefint and TempSensor. The following ADC result (convertedData) is read out through DMA:tick = 1s - convertedData[0] = 113968573 convertedData[1] = 0 tick = 2s - convertedData[0] = 113837503 convertedData[1] ...