STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 909 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
  • 712 Views
  • 0 replies
  • 0 kudos

STM32H7 can't create second FreeRTOS task.

Hi,I'm using STM32H745 and CM4 core runs with RTOS. I am not able to create the second task because xtaskcreate() does not return pdPASS. It seems like it can't allocate enough memory. I tried to create 2 tasks with stack depth equal to 1024. If I re...

Frak.1 by Associate II
  • 1715 Views
  • 7 replies
  • 0 kudos

program STM32f103c8t6 with USB cable

hi thereI just bought a stm32f103c8t6 bluepill board. I was wondering if I can load the codes using the USB port. I watched this videohttps://www.youtube.com/watch?v=fD1Bzf2iP_E&list=UU_0GzDTV2G3m2Pi4gD2nTiQ&index=73but I want to use Keil for loading...

Ala by Senior
  • 395 Views
  • 0 replies
  • 0 kudos