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

Check SWV ITM trace from code

Hello,I am using the STM32F767ZI MCU and was wondering if it is possible to check if a debugger is connected or not and if SWV is enabled, to avoid the UN-necessary looping when a printf is encountered.These are my requirements:Check if the user has ...

ak52_0-1754461007018.png
ak52 by Associate III
  • 793 Views
  • 3 replies
  • 1 kudos

ST67W611M and STM32H7A3ZIT6 schematic + PCB review

We are designing a benchtop device with an LCD, battery, and wireless capabilities and have chosen the STM32H7A3ZIT6 MCU and ST67W611M WiFi/BT SoC. It's intended to use TouchGFX for the graphics. The board is complete and ready to order but I'd like ...

Screenshot 2025-08-02 140353.png Screenshot 2025-08-02 140426.png Screenshot 2025-08-02 140724.png Screenshot 2025-08-02 140512.png
AuFries by Associate
  • 766 Views
  • 1 replies
  • 0 kudos

Resolved! STM32N6 (USART1)

Dear all,I'm currently trying to work with USART1 on my Nucleo-N6 board.Here's how I attempted to initialize the board:CPU Frequency: 600 MHzPeripheral Bus (PB1, PB2, PB4, PB5): 50 MHzGPIO Configuration:PE5: Alternate function, push-pull — USART1_TX ...

2 BLE devices but showing one in BLE mobile apps

Hello everyone,I’m using two STM32 MCU on baord with (BlueNRG-MS)  stacked within, each running the same firmware that have BD_ADDR . When I power both boards on, I expect to see two separate entries in scanner apps like LightBlue or nRF Connect—but ...

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
  • 726 Views
  • 2 replies
  • 0 kudos