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
  • 156 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 ...

Home grown OS task function call failures

I am writing my own context switcher. I have a couple LED blink tasks for testing. It works fine when the tasks don't call any functions. Everything is inline. But when I include some function calls in the tasks and I get a context switch while in on...

JoeJoe by Associate II
  • 44 Views
  • 1 replies
  • 0 kudos

X-CUBE-EEPROM 7.0.0 bug

While implementing EEPROM emulation on an STM32G0 (although I believe this would apply to all supported families) I have discovered what I believe to be a bug in eeprom_emul.c:Although ConfigureCrc() is called at the beginning of EE_Init to turn on t...

Set ethernet MAC Config in STM32H573 DK

HiIm trying to set the speed for ethernet to 10Mbps, usingHAL_ETH_SetMACConfig()static void MX_ETH_Init(void) { /* USER CODE BEGIN ETH_Init 0 */ /* USER CODE END ETH_Init 0 */ static uint8_t MACAddr[6]; /* USER CODE BEGIN ETH_Init 1 */ ...

jishnu1234_0-1728395467984.png

LWIP Free RTOS Problem

Hi. I have a problem while using lwip and freertos. The board is based on stm32h743vih. The mpu configuration is done correctly i think. My problem is after i start udp server and start to send data with udp, everything is ok, but after a while i wil...

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
  • 136 Views
  • 2 replies
  • 0 kudos