STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

a bug in make a event of freertos by cubemx

Hello, I am trying to generate initialisation code for CubeIDE using MX. Functions starting with ‘xevent’ compile successfully in CubeIDE, but in MDK it reports an error indicating that ‘)’ is missing before the function. Do you have any idea what is...

QQ浏览器截图20250101215237.png
szw by Associate
  • 114 Views
  • 1 replies
  • 0 kudos

Stuck in RTC_EnterInitMode

After connecting to a X-NUCLEO-LPM01A board for power consumption test , RTC init will not end.Stuck in this while loop:  tickstart = HAL_GetTick(); /* Wait till RTC is in INIT state and if Time out is reached exit */ while ((hrtc->Instance-...

DS.4 by Senior II
  • 2402 Views
  • 6 replies
  • 0 kudos

OpenAMP FreeRTOS PingPong demo isn't working on the Nucleo-H745ZI-Q with the M4 getting hung waiting for the resource table to be configured by the M7

BackgroundFirmware STM32Cube FW_H7 V1.9.0MCU Reference STM32H745ZITxToolchain STM32CubeIDEI created a new STM32 project targeting the Nucleo-H745ZI-Q enabling the OpenAMP Middleware along with FreeRTOS. Referencing the project for the Disco board, I ...

Restarting the ethernet + OS

Hello everyone.What is the proper procedure when restarting the entire ethernet?Im using LWIP and FreeRTOS and im not sure if im restarting everything correctly...These are the steps im using.Terminate TCP Server thread. netif_set_down(&gnetif); neti...

XD by Associate III
  • 705 Views
  • 4 replies
  • 0 kudos