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

Interface STM32H753 with LAN9303 Ethernet PHY

Hi,I've CubeIDE project for LAN9303 2 port ethernet driver. Followed the ST LWIP article and got the ping on the switch IC to PC.I have a problem with getting registers of lan9303. I guess the LAN8742 driver is doing minimal settings on the ic but wh...

umtkyck by Associate II
  • 1637 Views
  • 2 replies
  • 0 kudos

Uart not working when Bootloader is present.

Hi, i have a simple bootloader and a application on top. Both works fine so far. But after the implemented the bootloader my UART2 is not working anymore. so no output.When i remove the bootloader (change linker file and system... file) UART function...

In STM32F030CCT6TR Cortex-M0 series microcontroller,when the pointer jumps from bootloader project to Application project ,no interrupts are being raised in application project even after the initialization and interrupt functions are enabled.

The Interrupt vector table for both the Bootloader and the Application Project are shared at 0x800000 register location,but when code pointer jumps to Application project the interrupt vector still remains at 0x800000 and the application project has ...

TShet.2 by Associate III
  • 2937 Views
  • 13 replies
  • 0 kudos

Resolved! USART LL_DMA STM32U5

Hallo, I'm using the Nucleo board for STM32U5, LL drivers for USART1 and DMA.in my main.c the init function are:static const charlong_string[] = """What's the problem""???????\r\n""";static void MX_USART1_UART_Init(void){ /* USER CODE BEGIN USART1_In...

IVent.1 by Senior
  • 1281 Views
  • 1 replies
  • 2 kudos

USB link STM32 - EG915U

"Hello,After several research attempts, I could not find what I was looking for. That’s why I am posting this message today. I need to connect my microcontroller (STM32L4R9AI) to an EG915U modem through USB.The microcontroller uses the latest HOST US...