Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,I'm trying to write a code that can receive a new app via uart. Can erase the unused bank. Writes the new code in that bank, flips the bank boot bit and then performs a reset. I also made a small app on a PC that reads the .hex file generated by m...
Please, I need an example of how to connect P-L496G-CELL01 to AWS IOT
I am trying to migrate the keil project into stm32cube ide. startup file is generating errors. if I add the object files of keil project main.o, stm32f1xx_hal_msp.c and stm32f1xx_it.c along with the startup file(startup_stmf105rbtx.s generated from S...
My SD card interface (using SDMMC1) stops working after the SD card has been removed/re-inserted.I have tried un-mounting using f_mount(0, &SDPath, 0) and then re-mounting with no success.As a test, I executed the following for each transaction:f_mou...
Hi, i try to using QSPI in STM32H743( the STM32H743_Nucleo ) to received data, the programming IDE is STM32CubeIDE, and i used it to generated and assign pin and parameter. The clock and NCS pin is probed to oscilloscope, the code is as followed, whe...
Is there any nand flash driver lib recommended for STM32F429 over FMC? It is better with file system.
Good day,I need some advise with switching banks on the STM32L152.Here's what I currently do:Flash a new, blank MCU and boot from bank 1.BOOT0 is externally pulled LOW. BOOT1 is being used otherwise.Load firmware starting at address 0x08040000 (start...
i am using IDB05A1 and STM32F401RE MCU, X-CUBE-BLE1. i am trying to use IDB05A1 in low power mode. When the data is available MCU wake up from low power mode.@Sebastien DENOUAL @Community member @Peter BENSCH @Andrei MENGHIA