STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

uds protocol

I'm student working on my end-of-studies project so I have to communicate with the cluster (display of cars) so when I read the documentation I find that I have to communicate CAN with them sending frame with my stm32 board but also I need to send so...

sana1_3-1714046162403.jpeg
sana1 by Associate III
  • 966 Views
  • 2 replies
  • 1 kudos

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
  • 1573 Views
  • 1 replies
  • 0 kudos

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
  • 2765 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
  • 645 Views
  • 1 replies
  • 0 kudos

STM32g474 fdcan RxFIFO1 issues

Hello everyone.I'm working on the stm32G474RBT6 MCU and I'm trying to set up both FDCAN1 and FDCAN2 to work simultaneously.I wanted to map the FDCAN1 to RxFIFO0 and the FDCAN2 to RFIFO1. The FDCAN1 work perfectly while the FDCAN2 doesn't seem to get ...