Question on Update Firmware on Air/Network/WiFi.
Hello Everyone, I want to Update Firmware on my device using Network/WiFi.But I dont Know Where to begane and how to Update. Need solution. Thank You
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello Everyone, I want to Update Firmware on my device using Network/WiFi.But I dont Know Where to begane and how to Update. Need solution. Thank You
Hello, I am using LwIP alongside a STM32F7. I am very new to network programming and I was wonder why the webpage is not updating when I modify the html code. If I visit the page via the IDE, the changes are there but on a live version of the site, n...
Hello STM32 Community,I am currently working on a project where I’m trying to test I2S communication with a MAX98357 amplifier using the STM32F746G-DISCOVERY board. I believe I have configured everything correctly, but I keep receiving an error code ...
Dear all,is it possible to use CMSIS-DSP with STM32F302XXX? Actually I'm working with NUCLEO STM32F302R8Tx (but final board will have STM32F302RCT6) and I have two issues :1) I am not able to find lib *.a in repository CMSIS_DSP 2) Following this gui...
Hello,I'm encountering an issue where the printf function is providing an incorrect output for float or double values. The simplified code snippet causing this problem is as follows:float f = 0.33; printf("d:%4.2f;\r\n", f);Upon analyzing the output ...
I want to use a bidirectional current sense such as ina181 and read the values into stm32g0 Mcu.This does not need to be super accurate (max current is +/- 500mA and just want an idea of if approaching that) but I am struggling to find a canonical ci...
Dear Sirs,I want to edit a string, but the system goes to hard fault (bus fault Imprecise error).Here below the code:typedef struct CC_PACKED{...const char *name;...} _objd;static const char acName2005_19[] = "Cycle 0 delta stop";const _objd SDO2005[...
Hi the community,I tried to use a STM32L552 to create file in a USB key with FatFS but without success.I already create and write file in SD card with FatFS but my aim (after a USB key) is to do it on an external hard drive (so througth USB, the capa...
Hello I am trying to do spi_dma communication using the HAL_SPI_TransmitReceive_DMA function.When I use HAL_SPI_TransmitReceive_DMA in a situation where I use the same dma stream, same amount of data to send and receive, but different addresses to se...
Hello I looking to do Classic CAN communication (Not FD) Between NUCLEO-H7A3ZI-Q and NUCLEO-F429ZI in normal mode. I am using MCP2551 transceiver on both boards. I added termination resistors on both side But i didn't Receive the message. My confi...