User Activity

I'm working with the STM32F769 microcontroller and I've defined a new section in the linker script using instructions from https://www.openstm32.org/Using%2BCCM%2BMemory : /* Emulated RAM in the JPEG peripheral */ HACK_RAM_JPEG_HUFFENC_AC0 (rwx): ORI...
I've been assigned the task of reducing RAM usage on an STM32F769 microcontroller running FreeRTOS. I've done the usual stuff (packed structs and specified the number of bits each member needs, made all the XXXX_InitTypeDef and other de facto constan...
I'm working with the STM32F407G-DISC1 development board. I would like to change the contents of RAM and hence I type ST-LINK_CLI.exe -w8 0x20000000 0xAB:ST-LINK_CLI.exe -w8 0x20000000 0xAB STM32 ST-LINK CLI v3.6.0.0 STM32 ST-LINK Command Line Interfa...
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...
Kudos from
Kudos given to