User Activity

Hello,Are there any resources similar to AN3364, that describe the migration directly from F4 to F0?Thanks.
Hello,Has anyone seen ADC noise generated by the 50 MHz RMII clock (PA1) affecting the measurement on ADC1_IN0 (PA0)? (approximately 100 codes in 4096).If so does anyone had a fix to suppress it?All other ADC channels used do not have the same level ...
Hello,I've been trying to write my own HAL to replace the STM32 HAL and recently I have been trying to write an LwIP interface, with guidance from this forum and the examples provided by ST and other users.My Individual files compile fine, including ...
Hello,Just wondering if anyone knows the reason for the duplicate writes to the following registers in the HAL Ethernet code please?ETH->MACCRETH->MACFCRETH->DMAOMRETH->DMABMRIn the example shown below (from HAL code) the DMA0MR register is written t...
Hello,I've read several forum posts commenting on the STM32 HAL management of LWIP, particularly ethernetif.c and trying to understand the interrupt driven zero copy examples. For reference in my application I do not use RTOS.After updating cube, and...