Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello community !The last part needed for my implementation is an MCU to MCU multislave communication.From a hardware point of view LTC6820 (isoSPI) devices will be used attached to an STM32F4 on the host side and up to 10 STM32F103 as slaves.The LTC...
I started a project with MIDI, using the SPI peripheral of a STM32F030. I'm no longer sure I can get this peripheral to do what I need it to. I'm using STM32cubeIDE with the setup through the pinout configuration. Midi signals are split into three by...
Hi ST members,sorry to say this but FDCAN documentation is not the best part at least in RM0433.I found some more clarity in AN5348 but still can't get ahead.There are these lines in AN5348, page 18:Up to 32 elements are supported by the FDCAN. Each ...
I' ve just visited the JLC website and this is the current stock of STM32. My open source design for a STM32H743 based computer is now dead as there aren't any. Matek, the developer of flight controllers for drones has stopped production because of a...
hello everyone, am working with the laser sensor tw10sp to mesure distance and interfacing it with UART. It require commands to work. i send the HEX command via UART and it response always with the same HEX number (clearly something wrong).Any help p...
I am working on STM32H743 controller with WIZnet W5500 ic. ethernet implementation is done. so further, it is possible to implement MQTT protocol on it or i need a OS on stm32.please guide me thanking you
STM32 model : STM32F413CGU625MHz crystal : https://media.digikey.com/pdf/Data%20Sheets/AVX%20PDFs/CX3225GA_Series_Spec.pdfThe problem is that I can not connect STM32 by STM32 Cube Programmer. The programmer can not detect STM32 unless I desolder the ...
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body *****************************************************************...