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

STM32 FreeRTOS clock issue

Device and Software Configuration Details:MCU Full Part Number: STM32L010RBDevelopment Environment:Utilizing Visual Studio with the STM32 VS Code Extension.Configured the development setup using STM32CubeCLT, which includes STM32CubeMX, toolchain, de...

Resolved! How to control delays in non-blocking ways?

I am using H563ZI to develop a motor control project. I have several motors in my project. Motor control commands will be sent to the board with ethernet cable(I have finished this part). Once the board get the command, it should then make the motor ...

hchienti by Associate II
  • 4395 Views
  • 7 replies
  • 3 kudos

MCFF on stm32

Hello everyone,I am working on a project where I want to use a pre-trained tflite model to recognize sounds. Before i use a microphone I want to test if it works with the used trainingdata. I am using a nucleo-stm32u575zi-q. I found the sensing1 exam...

LeonTerl by Associate II
  • 943 Views
  • 1 replies
  • 0 kudos

STM32L0 LPUART reboot

Hi,MCU : STM32L010R8TX.I have configured 2 UART peripheral in STM32. LPUART1 for GNSS and UART2 for LTE Module Communication. Both are working on Interrupt Mode for receiving data.Uart 2 communication is request and response based. When the LTE Modul...

nikhivv07 by Associate II
  • 1204 Views
  • 3 replies
  • 0 kudos

STM32H7 and DP83848

I've developed a custom board featuring an STM32H723GTX MCU, which is interfaced with a DP83848 PHY via an MII connection.   Additionally, I'm working with a Nucleo-F767ZI board. When configuring LWIP in the "Platform Settings", I encounter two PH...