STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Getting started with NUCLEO-H7S3L8 USB

Hi,I'm trying to get started with the STM32 NUCLEO-H7S3L8 board to create a USB HS device. I am new to the boot/application split development (also to trustzone) and don't know where to find the right resources to get started. I have tried using the ...

Linduri by Associate II
  • 671 Views
  • 6 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...