STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issues with SD Card when waiting for SD Card Ready

Hi everybody,I've got an STM32H743XI and use the Cube V1.3.2 Firmware for an project for my master thesis.To this controller I have connected a SD Card with the SDMMC controller using the 4 bit bus. I also use FreeRtos and don't want a blocking read ...

maxmax1 by Associate
  • 637 Views
  • 2 replies
  • 1 kudos

Resolved! Where are peripherals initialized?

I am implementing a USBPD application, using the NUCLEO-G474RE example of x-cube-usbpdm1 (it is called TCPP01_Consumer).The example works fine, but I am a bit confused as to where all the peripherals are initalized. The MX init functions are generate...

FGeig.1 by Associate III
  • 974 Views
  • 2 replies
  • 0 kudos

Resolved! Ethernet interrupt can't be triggered

Hi,​I'm working on STM32F407 board, and trying to enable ethernet with ThreadX + Netxduo. I referred several successful cases for the porting, and did everything I can do, but it's not pingable at all. I did some debug, and found the ETH_IRQHandler i...

XLei.1 by Associate II
  • 920 Views
  • 1 replies
  • 0 kudos

Uart Interrupt in FreeRTOS ?

I want implement FreeRTOS in my project. I created 2 tasks osThreadDef(defaultTask, StartDefaultTask, osPriorityNormal, 0, 128); defaultTaskHandle = osThreadCreate(osThread(defaultTask), NULL); osThreadDef(Task1, Task1, osPriorityIdle, 0, 128); Task1...

0693W000006F5JvQAK.png
srikanth by Associate III
  • 725 Views
  • 0 replies
  • 0 kudos