STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! EXTI strange behavior on stm32h7r3z8t6

Hi, I am building a custom board with stm32h7r3z8t6.  Have a problem with EXTI function: I use 2 EXTIs - EXTI8 in PD8 and EXTI9 on PC8. Both are defined as rising edge interrupt sources. Both pulled down and without any signal. Both are toggling LEDs...

98fd4bbf-88ef-488d-91d6-1e8e70461bc9.jpg MihavinVin_0-1735749775134.png MihavinVin_1-1735750392870.png

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
  • 151 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
  • 2495 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
  • 799 Views
  • 4 replies
  • 0 kudos