User Activity

I'm working with the STM32F407G-DISC1 development board and I would like to generate a square wave on PB14 (TIM8_CH2N). I'm able to successfully toggle PB14 using "bit-banging" and I'm able to successfully generate square waves PC6 (TIM8_CH1) and PC8...
I'm working with the STM32F405 microcontroller and I recently ran out of RAM, but then I discovered that the 64 kB CCMRAM was completely unused. Given that the CCMRAM was supposed to be fast, I moved the stack and state variables of low-level drivers...
In the thread https://community.st.com/t5/stm32-mcus-embedded-software/why-does-my-tx-only-software-3-mbaud-uart-sometimes-send-strange/td-p/218077/page/2 I learned that "DSB" is a good way to waste a clock cycle in STM32F769. Now, what's a good way ...
I'm unable to connect to STM32F407-DISC1. STM32 ST-LINK Utility gives "No ST-LINK detected" and STM32CubeProgrammer gives "Error: No debug probe detected". I run Windows 10 Business on a Lenovo ThinkPad P1 Gen 3 computer and I have tried with 2 diffe...
I'm working with the STM32F7 microcontroller and I compile using STM32CubeIDE. I want to place myStruct on a specific location in RAM and I want it be initialized automatically:MEMORY { ... MY_STRUCT_MEMORY(rwx): ORIGIN = 0x20007BA0 LENGTH = 8 ...
Kudos from
Kudos given to