User Activity

I am using TIM1 for medium-frequency PWM and TIM8 for high speed ADC sampling with a STM32F765VIT6. TIM8 triggers ADC1, ADC2, and ADC3 where DMA streams collect the data. The frequency of TIM8 is a multiple of TIM1 so once it is started it will remai...
I'm trying to define a region of RAM for storing debug information that can persist following a reset (DEBUG_RAM). I'd like to put variables in a section (.debug_ram) that are stored in the DEBUG_RAM memory such its usage properly displays in the Bui...
I'm modifying some code to start using double buffered DMA. Everything in the code currently uses the HAL so I'd like to continue this but it seems ill suited for using double buffering with the ADCs.This code gets me close:   HAL_ADC_Start_DM...
I have a project that is using DMA channels to transfer ADC values to DTCM. The values seem to be getting to the memory correctly but I was confused by Figure 1 of the datasheet which shows the ADC/DMA/SRAM on the AHB but the DTCM on a bus that appea...
I started a new job where everyone is using VSCode so I'm attempting to be a good citizen and use it to. Before this I used STM32CubeIDE. Unfortunately nobody is here to help me today and I'm hoping to work over the holidays. I can build in VSCode fo...
Kudos from