STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F20xxx Ordering Reference

Hi guys, I would like to know the difference between a STM32F207ZGT6U and a STM32F207ZGT6. If I well understand the datasheet, the last letter of the ordering reference indicates a software option : Internal code or Blank. What does it mean ?I did a ...

HHUET.1 by Associate II
  • 745 Views
  • 2 replies
  • 0 kudos

Resolved! STM32G071KB USBPD SNK problem

Hi, I am developing a USBPD system with STM32G071KBU6N. This MCU has a USBPD port. I am trying to use it to build a PD SNK port to get a PDO 20V/3A, 12V,3A,, 5V/3A. However, the code was stuck in the Hardreset section. In the debug section, When the ...

Leo Tai by Associate II
  • 684 Views
  • 1 replies
  • 0 kudos

UART Interrupt Issues

Hello all,I am very new to the STM32 environment and am just getting started with some of the basic things with the platform. I am trying to simply read a byte of transfer from the computer on the STM32 using UART. I have enabled the interrupts and a...

KVeer.1 by Associate II
  • 760 Views
  • 2 replies
  • 0 kudos

STM32F746G-DISCO + TouchGFX + Ethernet

Hello, I would like to add ethernet support to my TouchGFX application.I have got the LwIF directory from Cube, copied this in my TouchGFX app directory and integrated to gcc\Makefile with the following change: components := TouchGFX/gui target Touch...