User Activity

I was about to configure the FreeRTOS for my project when I noticed the following: TICK_RATE_HZTICK_RATE_HZ must be between 1 and 1 000.Parameter Description:Sets the tick interrupt frequency. The value is specified in Hz.Warning: The max value is 10...
I have a NUCLEO-H723ZG.From the STM32 examples, in the LwIP_UDP_Echo_Server/STM32CubeIDE/STM32H723ZGTX_FLASH.ld file, we have: .lwip_sec (NOLOAD) : { . = ABSOLUTE(0x30000000); *(.RxDecripSection) . = ABSOLUTE(0x30000200); *(.TxD...
In How do I create a project for STM32H7 with Ethernet and LwIP stack working? by @Adam BERLINGER we have the following MPU configuration: Cortex-M7 configurationThis step can be skipped when using Cortex-M4 core.Enable ICache and DCache.Enable memor...
Hello Folks,[Re-posting this question since I believe I had it in the from Board. I would delete the original one if I could.]I use the H723ZG Nucleo board without FreeRTOS. I had configured Ethernet for the H723ZG in the past. But I am unable to con...
Hello Folks, I use the H723ZG Nucleo board without FreeRTOS. I had configured Ethernet for the H723ZG in the past. But I am unable to configure it again now, even when following the same steps. When I first got it working, my configuration was based ...
Kudos from