STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL_TIMEOUT error from HAL_RCC_OscConfig()

Hi,my app works fine when I use the internal clock but if I switch to external clock I obtain HAL_TIMEOUT from function HAL_RCC_OscConfig().The external clock board schematic is:Clock configuration is:The main.c is:   /* USER CODE BEGIN Header */ /**...

screen_3.jpg screen_1.jpg screen_2.jpg
Beppe101 by Associate III
  • 518 Views
  • 4 replies
  • 2 kudos

DP83822 instead of DP83848

Has anyone written a driver for the DP83822 PHY ?I have tried to use the DP83848 driver. I am able to pass the DP83848_Init(&DP83848); in the ethernetif.c but then when it comes to check the list status, then I get a link down status. The LEDs on my ...

Using LwIP's sockets with CubeMX ?

I would like to use plain sockets in my non OS STM32 application.  LwIP provides plain sockets.  I have used them in ESP32 applications where they work well.LwIP sockets are not an option in CubeMX as far as I can tell.   One can manually enable sock...

Someguy by Associate III
  • 408 Views
  • 2 replies
  • 2 kudos