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

SD card operation on STM32N6570-DK

Hi,1. I have my own application (migrated from H7 to N6) with FileX writing to the SD card in real-time.And I see that 4-bit data bus is unusable at all (a lot of disk errors).The 1-bit data bus in NORMAL mode works sometimes. HIGH-SPEED is not worki...

ERROR by Associate III
  • 88 Views
  • 2 replies
  • 0 kudos

STM32U575ZI LPTIM1 STOP mode Wake

Hi All,I'm struggling to get LPTIM1 to wake from STOP mode on the STM32U5 series parts. I have a STM32U575ZI Nucleo board. When I use SLEEP mode, the LPTIM1_IRQHandler in stem32u5xx_it.c is hit. When I use STOP mode, it is not. I made an example with...

Jeff Gros by Associate III
  • 189 Views
  • 3 replies
  • 0 kudos

Problem with Clock

void STM32F4_SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0}; // 1. Habilitar el reloj del controlador de potencia y configurar la escala de voltaje __HAL_RCC_PWR_CLK_ENABLE(); __HAL_...

Resolved! H723-Ethernet_LWIP Ping problem

Hello ST Community, I am currently working with the Nucleo H723ZG board and facing issues establishing a ping response using the LWIP stack. Despite following various examples and configurations, I have been unable to get it to respond to pings. Here...

eth_config.png eth_GPIO_config.png mpu_config.png lwip1.png