STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB not recognized

Hi,I have developed an application using the STM32F103C8T6 MCU to function as a USB keyboard. The application uses the USB communication protocol to send keystrokes. One of the requirements is an emergency button that, when pressed, disables all othe...

DDS_0-1736241778359.png
DDS by Associate II
  • 217 Views
  • 1 replies
  • 1 kudos

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
  • 579 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...