STM32F405 vs STM32G4
Hi ST experts,Does STM32G4 series MCU support Vocoder feature? If yes, do you have any related documents available for reference? Current design is using STM32F405 which can support Vocoder application. Thanks.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi ST experts,Does STM32G4 series MCU support Vocoder feature? If yes, do you have any related documents available for reference? Current design is using STM32F405 which can support Vocoder application. Thanks.
Hello,Please, I am working on a Custom Project with STM32H7 platform and I am using a NAND Flash for Data Storage (W25N01GVZEIG). I can execute correctly all commands except :(32h) Quad Program Data Load . I can write using (02h) Program Data Load wi...
Hi Everyone, Can i use the HAL based library in my code for making commercial product? or Need to use only register based code for making commercial products?
Hello, I am trying to program Can Bus protocol with two stm32 boards. I used MCP2551 and VP230 can transiciever but both of them doesnt work or my code doesnt work I dont know. I am programming normal mode. My purpose is when press the any button of ...
I'm developing a board with an STM32L452 and would like to find out if I can improve power consumption while it remains connected via USB (as a device). I've tried putting the device to sleep using the following code: while (1) { // ... do stuff HA...
Hello,I'm trying to send a message from slave to master using spi (I'm using only one stm board) and so far nothing I tried has worked. AFAIK for the slave to send data to master, the master has to initiate communication first by sending clock signal...
Hi im currently using STM32H747I EVK board and working on QSPI ,im able to perform all the QSPI operations in FLASH1 but when u configure it as the FLASH2 nothing works . static void MX_QUADSPI_Init(void){ /* USER CODE BEGIN QUADSPI_Init 0 */ /* USER...
Hi, I am struggling to get SPI and I2C to work at the same time on my project I have tried multiple things (DMA, interrupts etc...) are there any example projects that already have this implemented? I am simply trying to read an I2C sensor value and ...
Hi,In my project, I communicate with STM slave I2C. I can receive data via I2C but I cannot send data. As you can see in the photo below, the packetData is filling up, but when you send it, it only sends 0x00. what is the problem? what can I do?
Hello everyone, I'm exploring the feasibility of transitioning from 2x Teensy 4.0 boards to an STM32H755XI for a sensor-intensive application. The project involves interfacing with 16 VL53L4CX sensors and managing their data acquisition and processi...