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
  • 987 Views
  • 4 replies
  • 2 kudos

Resolved! Code Isolation on STM32G484VET for safety-critical (non-upgradable area) and non-safety-critical (Upgradable area)

Hello Support Team.Good Day.We have chosen the STM32G484VET controller for our product.According to the firmware architecture, we intend to create two separate partitions, one for safety-critical (non-upgradable area) and the other for non-safety-cri...

Resolved! There is a problem that USBPD_CAD_Task stops

 Hello,I am developing a USB Type C chargerThe development environment is as follows HardwareNUCLEO-G071RB (tested on rev C)X-NUCLEO-DRP1M1 shield Softwarex-cube-tcppDRP1M1_DRP When this board is connected to a Windows tablet, the CAD task(USBPD_CAD_...

forst by Associate III
  • 1714 Views
  • 4 replies
  • 1 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
  • 770 Views
  • 2 replies
  • 2 kudos