STM32 MCUs Boards and hardware tools

Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

can't connect to stm32h755ZIT

Initially, I ran a program from Simulink onto my STM32H755ZI, but I encountered an issue where only one core was functional, even though the STM32H755ZI has two cores. This led to the error "No device found on target."As I continued troubleshooting a...

image (3).png image (2).png
Plata by Associate
  • 496 Views
  • 3 replies
  • 1 kudos

Measuring Clock Frequency

I am traying to meassure a clcok frequency using STM32F103C8T6 board i am unable to capture. Please anyone solve my problem. This is the code i am using. #include "main.h" #include <stdio.h> #include <string.h> #define IDLE 0 #define DONE 1 #def...