User Activity

My H7 board has a strange issue: if I connect it to USB, Windows recognizes it (PRODUCT ID & VENDOR ID are correctly shown) but no communication (by CDC_Transmit_FS()) happens: CDC_Transmit_FS reports me BUSY_USB.If I reset (by the pushbutton) my boa...
Hello, I have a doubt about the voltage tolerance of STM32H743: looking at Stm32h743bi.pdf, LQFP176 pins are numbered 1,2,...,176, while CubeIDE gives me PA1, PA2, PB1, PB2.... etc.So, how can know if my UART3 pins (PB10 & PB11, Alternate function P...
I have a question about the electronic config on my stm32H743 board.At the moment, I have a digital pin that reads a switch position:Now, I'm going to use the NO pin to drive a 5V OMRON Relay (with a led and a diode on the coil terminals) to drive a ...
Hello!I have a problem with my Swipe container. It is composed of three screens, and it works fine.Besides, I have another screen (Screen2) that is called by a hardware button.When I push the button again, I return from Screen2 to my swipe container,...
Hello,I have a problem with my H7 and FreeRTOS.I have 3 thread:/* Definitions for defaultTask */ osThreadId_t defaultTaskHandle; const osThreadAttr_t defaultTask_attributes = { .name = "defaultTask", .priority = (osPriority_t) osPriorityAboveNorm...