User Activity

I'm working on an application that requires Ethernet on an STM32F765 chip and there are two options to attach an Ethernet PHY to the MCU: RMII and MII. Deciding on which interface to use has led me to a post that mentioned RMII having issues on STM32...
I'm using a timer as a 1ms timebase, which is configured right after hitting main, so very early. I use this timebase to implement timeout functionality in my drivers as I prefer to not just use while loops when waiting for something to complete.What...
STM32G4 devices are split into 2 flash categories per the datasheet: Category 2 devices (STM32G43x/G44x) which have only single-bank capable flash with a capacity up to 128kB and Category 3 devices which are dual-bank capable and have up to 512kB of ...