User Activity

I'm running a STM32G474RET6 on a Nucleo G474RE board, and trying to read the internal temperature.I set up ADC1 with 2 ranks (the temperature and the vrefint) like so (not including the error checking and comments for better readability): hadc1.Insta...
I'm creating some SPI slave code using an STM32 on a G474RE board.  The protocol is that the master sends two command bytes, and then the slave sends back a single byte response.  My SPI is a little rusty, but as I recall the way you do this is to ha...
I just need a breadboard that has two 38-pin connectors on it that plug into the CN7 and CN10.  Does such a thing exist?Thanks,Chris 
I need to chain two timers together to get one 48-bit timer that counts microseconds, I'm thinking of using TIM2 as the master and TIM3 as the slave. I have the feeling some of the answers are contained in this table in the Reference Manual but I can...
Sorry, my first time programming an STM32.  I have a bunch of data I need to store for a few hours, and the thought was to store it in Flash since there's a lot more of it (512k vs. 128k for regular RAM) but it looks to be pretty daunting. I've been ...
Kudos given to