User Activity

Hi,I am a newbie learning to program STM32 via registers only. I have been doing step after step progress and managed to test and run the led blink program, timer delay, external interrupt etc. So hardware, core clock and other configurations are alr...
Hi,I am a beginner in STM32 programming. I chose purely register based programming approach without using HAL as I find it a bit harder and slower but more contributing to the overall system performance in the long term code writing skills. This time...
Hi, I am a beginner STM32 user. I am exploring the STMCube ecosystem and some simple functions my MCU can do. However, I stuck on generating PWM signal (I simply dont get any signal on the pin, tried few different pins), which based on some youtube S...
Hi,I am at the beginning of my STM32F756VGH6 register programming journey. I have already setup everything, and now I am at the led blink (using a logic analyzer for measuring the time intervals). I decided to make a simple blocking delay function ou...
Hi,I am doing my absolute baby steps in the STM32 environment. My MCU model is STM32F756VGH6. After days of debugging I finally managed to connect my STLINK V3 to the MCU but not run the led blinky :(This TFBGA100 package on a custom breakout board m...