User Activity

Hi folks,For the past 2 days, i tried to setup a simple SPI communication to feed a shift register with 7-segment data.I already have done this in the arduino IDE, using shiftOut.Now I want to make this more elegant with the CubeIDE. I set up an SPI1...
Hi guys,I have successfully connected a PCM5102 DAC to my STM32F401CCU6 black pill board. The CubeMX Setup with DMA and I2C works fine. I have interrupt routines and a double buffer which create samples. Electrically, I connected 3.3V supply (from ST...
Hi STM community!I am new to STM microcontrollers and this is my first post :)My board is a tiny STM42F401CCU6 @ 84MHz. I already have made some first steps with CubeMX and CubeIDE, after I came from the arduino IDE which was a bit too simple (readin...