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

Resolved! How can I communicate with my HOST MCU via USB with a Device MCU, if the device only uses an FTDI chip?

My Partner has an hardware, which only communicate over USB (FTDI) with other hardware platforms. At the moment there is no possibilty to change the hardware.Unfortunately I have to write the USB Host with my STM32H7A3ZI. My first steps was to use th...

RRuoc.1 by Associate II
  • 1811 Views
  • 5 replies
  • 0 kudos

Resolved! Bug in CubeMX with STM32H747 DualCore and AzureRTOS

Hello, maybe I found a bug in CubeMX.Actually it is not possible for me to generate Code for the DualCore derivates to get AzureRTOS active on BOTH cores.After activating a new project with AzureRTOS selected for both cores, all of the port-*.c and *...

AZorn.1 by Associate III
  • 1424 Views
  • 8 replies
  • 0 kudos

STM32H747I-DISCO-CM7 SAI audio interface DMA problem

Hello there,I am trying to build a custom voice AI solution using STM32H747I-DISCO development kit, for which I generated the NN library code by importing a .tflite model via STM32CubeIDE and it works fine with a static Input buffer.Now, I am trying ...

BPraj.1 by Associate II
  • 1051 Views
  • 2 replies
  • 0 kudos

Resolved! How to increase incoming packet size for LWIP?

Hello,I just started with implementing LWIP in the NUCLEO H753ZI. I got the UDP server working and receiving incoming UDP data and echo back to the client. However, if the client sends anything greater than 16 bytes, my board runs into memory error a...

0693W00000GXW61QAH.png 0693W00000GXW5mQAH.png 0693W00000GXW5cQAH.png 0693W00000GXW29QAH.png
ANguy.5 by Associate II
  • 1055 Views
  • 1 replies
  • 0 kudos

Resolved! tx_thread_sleep Hard Fault

HelloI am creating a project via STM32CubeIDE (V1.7.0) for a STM32F411 discovery including AzureRTOS.When I include in my thread a call to tx_thread_sleep the program stops in HardFault_Handler when this function is called.I have checked threads are ...

MR7 by Associate II
  • 1721 Views
  • 2 replies
  • 0 kudos

RNDIS demo project with FreeRTOS+TCP

Hello community!To whom it may interest:I made a RNDIS demo project and would like to share it with you.It is using HAL with my rndis library and FreeRTOS on top. Further I have implemented a lightweight http server, dns and dhcp server. The demo wor...

NKorn.12 by Associate II
  • 1270 Views
  • 0 replies
  • 3 kudos

High Speed USB Split transaction. STM32F723.

Hello, I recently tried to use a stm32 controller as an full speed USB host to communicate with low speed devices over a full speed hub. To my regret I had to figure out that the stm32 controller have issues with the Preamble PID which makes communic...

NotSoMega by Associate III
  • 4210 Views
  • 14 replies
  • 0 kudos

STM32F427 Flash memory bank swapping

I would like to implement in-firmware firmware upgrades. E.g. I send the binary data to the running device, it checks it and saves it into flash bank not currently used. After saving the firmware itself, I save to flash a byte with info on which firm...