STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32f030f4p6 not isr on timer

I am a beginner. Please help me figure out why the interrupt is not happening. I want to measure the duty cycle, but the interrupt is not enabled. I am losing hope that this is possible.#include <stdint.h> #include <stm32f0xx.h> #include <stdbool.h> ...

Wsitc.1 by Associate II
  • 559 Views
  • 8 replies
  • 4 kudos

STM32H523 RTOS USBX host mass storage

Hi, I am currently working on a project for the STM32H523 microcontroller. In the project I want to use AZURE RTOS to support a pendrive connected to the USB port. I know that I have to use the THREADX, USBX (host mode) and FILEX packages. Unfortunat...