STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 H7755ZI- FREE RTOS- Task notification from ISR

Hello I created a task that is needed to be executed from ISR. previously I did for ESP32 but using the same manner, I could not do it. Based on my search, I found 2 ways which I tried but could not have my task run. first manner:Inside the ISR: Base...

STork.1 by Associate III
  • 4056 Views
  • 11 replies
  • 1 kudos

STM32H745I-DISCO eMMC, FATFS, HAL... almost works.

From the example available athttps://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H745I-DISCO/Examples/MMC/MMC_ReadWrite_DMAI figured out how to configure SDMMC1 using STM32CubeIDE.I set the clock for MMC for 200MHz, then set u...

HTD by Senior III
  • 982 Views
  • 1 replies
  • 0 kudos

NUCLEO H753ZI LWIP Ethernet not working

Hi, I'm using the NUCLEO H753ZI board and trying to activate the Ethernet without success. I can't ping the board from a PC which is connected to the board by a switch. After configuring the ioc file by the CubeMX , creating a project and running by ...

yc.2 by Associate
  • 747 Views
  • 1 replies
  • 0 kudos

hard fault in USB CDC host

I"m using my Nucelo-H745ZI-Q board with HAL for USB with CDC. I'm hitting the hard fault at the host project from the USBH_CDC_Transmit() function. On debuggin, I can see that the phost (USBH_HandleTypeDef type) ->ActiveClass->pData has no valid data...

Mr. AK by Associate III
  • 461 Views
  • 0 replies
  • 0 kudos