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 ...
Dear All,I'm using STM32H757I-EVAL board. My stm32 cube ide version is 1.7.0.I'm trying the basic operation of reading the manufacture ID of the QSPI Flash.Below is the initialization code, which I have configured using STM32CubeMX.static void MX_QUA...
I am using the FDCAN_Classic_Frame_Networking example for the STM32G0 part. Instead of using the 64Mhz clock I have a 16Mhz oscillator connected. The example uses a 1Mb bit rate at 64Mhz. My hardware and ioc file are setup to use the 16Mhz as FDCAN1 ...