STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H573ZI RMII_PTP_Synchro

  I had some issues configuring H573 with CubeMX.When I configure TIM2 or TIM3 according to the instructions of RMII_PTP_Synchro in CubeMX I cannot enable the RMII PTP functionality.And when looking at RM0481 it seems that the description of the rela...

jzx by Associate
  • 478 Views
  • 3 replies
  • 0 kudos

Enabling LwIP in Nucleo-H563ZI

Hello,I'm using Nucleo-H563ZI Board and trying to use FreeRTOS with LWIP. I am able to find the FreeRTOS software extension for the STM32H5 series (X-CUBE-FREERTOS) and enabled in the .ioc file. Attached the .ioc file for reference.But I'm unable to ...

Resolved! STM32H7 RMII and lwIP memory allocation problem

Hello members of the ST community,I want to access LAN8742 PHY with RMII via ethernet protocol with STM32H743VIT6 microcontroller. I want to run the system using the default address settings generated by CubeMX. I created 10kB space for MEM_SIZE. I w...

mmercan by Associate
  • 380 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H562RG LSE crystal oscillation issue.

I am using a STM32H562RG and my project involves timing, for which I am using an external LSE crystal. I know that the STM32H562RG can adjust the LSE drive level. I used STM32CubeMX to generate the code. I noticed this code comment./** Configure LSE ...

liszt by Associate II
  • 358 Views
  • 2 replies
  • 0 kudos

STM32H523RCT6 LSE TO LSI SHIFT

Hi ST Team,                   Currently i am using STM32H523RCT6 mcu for one of my project. In this i am using internal RTC circuit for timing purposes. I am using external LSE crystal for RTC. My requirement is that When LSE crystal is not present i...