STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_UART_Transmit on STM32L152C-DISCO

I have set up a UART on a STM32L152C Discovery board on bare metal.  No Embedded OS but using HAL.I'm running a single thread.  The UART is being configured as:huart1.Instance = USART1;huart1.Init.BaudRate = 115200;huart1.Init.WordLength = UART_WORDL...

UCTst32 by Associate II
  • 2000 Views
  • 9 replies
  • 1 kudos

Resolved! stlink v2 not connecting to stm32f405

Hi everyone,I recently build a custom PCB with a stm32f405, but every time I try to connect to it with a stlink v2 it gives an error. Target no device foundError in initializing ST-LINK device.Reason: No device found on target. I already managed to p...

wv1106 by Associate II
  • 2185 Views
  • 9 replies
  • 1 kudos

Resolved! STM32F407IGT6 Ethernet Error

Is there an example or link where I can see the code for STM32F407IG Ethernet (UDP) communication?https://www.st.com/en/embedded-software/stm32cubef4.htmlI tried LWIP (UDP) communication by looking at the example in the link, but can you tell me why ...