STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Ethernet +LWIP +FREERTOS on stm32f407 board

Hi all I am trying to run ethernet stack along with freertos using TcpServer,so the issue what I am facing is I am not able to ping my board via hercules. I have checked all the configuration and register MAC MMC DMA is fine and even my three tasks 1...

Ash1 by Associate III
  • 484 Views
  • 7 replies
  • 0 kudos

Resolved! FreeRTOS vs ThreadX for STM32U575

Hi!I want to build a project for STM32U575. I want to use FreeRTOS, but it seems like there are some functions that won't work with it (like the SD). Is there any place where I can see what works or doesn't with each one? Or if  I can use FreeRTOS an...

ire by Associate II
  • 199 Views
  • 6 replies
  • 0 kudos

Cannot Connect to STM32G0B0CET6

Hello, I am trying to flash a STM32G0B0CET6 and keep getting "Error: No STM32 target found!" When trying to connect. Through the power supply I can see that the device properly resets. The voltage target also goes to 0 when the device turns off. I am...

ra345j by Associate
  • 123 Views
  • 3 replies
  • 2 kudos

Error creating queues with threadX

Hello,I’m working on an embedded project using ThreadX, and I’ve encountered what appears to be a queue memory overflow issue.I’ve created two queues: one for data messages and one for events. Both are configured to hold 100 messages of the following...