STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32g431 works only after a restart

Hello STM community,I'm encountering a rather peculiar issue in my project. I'm attempting to send and receive data from a Simulink model using the Simulink Desktop Real-Time packet input-output blocks. I'm employing UDP communication with the W5500 ...

SELMA by Associate
  • 117 Views
  • 1 replies
  • 0 kudos

NUCLEO-STM32h7s3l8 & USB-HOST

Hello everyone. I recently purchased a Nucleo STM32H7S3L8 board, and it is giving me problems. I am using STM32CUBEIde to create a usb host and a CDC class. I am using the x-cube-tcpp module, USB_OTH_HS and the problem is that the usb host does not i...

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
  • 78 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...