STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 778 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
  • 909 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...

How send the GET variable to an external URL from the code on the NUCLEO-F767ZI MCU via the Ethernet cable?

I could start and run the HTTPd LWIP web-server with the CGI and SSI on the F767ZI board all right. The web-server works fine.I also need something else. I need to call a URL on an external web-server, like this one: http://external-server.com/?v=12 ...

Resolved! Examples for ethernet with STM32F746GDiscovery ?

Posted on May 06, 2017 at 18:39Hello fellow Stm32 explorersI've searched for ethernet / TCP/IP examples for the stm32F746G discovery board but have found none.This seems weird since this board includes a PHY and a RJ-45 connector.There is a good cha...

andy b by Senior
  • 2872 Views
  • 7 replies
  • 0 kudos

[SOLVED] LwIF + TouchGFX compile and link ok

I have started now to add the Ethernet source stm32f7xx_hal_eth.c to my TouchGFX project.I can compile and link but how to add some code to give an answer to a ping or to a specific port ?I don't find an example about this.void BSP_ETH_Init() { #defi...

Issue in sending ADC data by USB

I have a code that uses a timer to generate an interrupt every 100ms which enables the acquisition of one sample from the ADC. After the sample is obtained, it is transferred to a PC by USB. The problem is that the board gets stuck after a fixed amou...

GSant.1 by Associate II
  • 1816 Views
  • 7 replies
  • 0 kudos