STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! RTC Not Working Correctly with FreeRTOS

Hello everyone!We are trying to enable the RTC with FreeRTOS on the STM32U575AII6. The settings are as follows:1.RCC2.RTC3.Clock4.freeRTOSCodevoid Debug_Printf(char *format, ...) { char buf[128]; va_list args; va_start(args, format); uint16_t le...

LeonSu_1-1754446923860.png LeonSu_2-1754447015510.png LeonSu_3-1754447140369.png LeonSu_4-1754447353395.png
LeonSu by Associate III
  • 410 Views
  • 2 replies
  • 0 kudos

Resolved! How to control STM32H7RS GPIO port P and N?

I use NUCLEO-H7S3L8 to evaluate our new solution. I want to use GPIO port P to control a few external components.I add some test code into NUCLEO-H7S3L8\Examples\GPIO\GPIO_IOTggle project, like the below snapped code:__HAL_RCC_GPIOP_CLK_ENABLE(); GPI...

USB Communication Disconnect

Hello team,Good day,I am having USB Disconnect Issue with my custom board based on STM32F303 Device, configured as USB HID in Firmware with Full speed. Schematics attached here with.It is Self-Powered board and no VBUS Detection implemented, Currentl...

bsuthar by Associate III
  • 405 Views
  • 4 replies
  • 0 kudos