How to connect stm32l496 with Quectel UG96 chip to AWS IOT?
Please, I need an example of how to connect P-L496G-CELL01 to AWS IOT
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
Dear all,I am quite new to the STM32-verse but need to work on a project using an STM32L0 (if possible the L081KZ) to count pulses. The pulses are generated by a clock (~2Mhz) and a gate / AND with an other signal. So there are some pulses with 2Mhz ...