User Activity

Hi, I am trying to define include paths for an STM32CubeIDE project (IDE version 1.18 )This project acts as a template and needs to be copied and renamed occasionally with minimal need for reconfiguration within project settings. It also needs to be ...
Hi, I am working on a project on the STM32H730 that runs a high priority audio interrupt thread as well as a lower priority asynchronous loop for user interface processing and a 1ms SysTick interrupt for user interface processes that need some accura...
Hi, I am working on a realtime audio DSP product using the STM32H7 with a AS4C4M16SA-7BCN SDRAM chip for long delay line memory. I am using the FMC controller with the settings in the attached photo:The product processes an incoming audio stream in r...
Hi, I am running a debug session for a project and am running into a pretty baffling problem where values I load into an array are seemingly getting erased by a tools error. I have a class that has an array as one of its members, that gets filled wit...
Hi, I am writing a driver for the AD5262 digital potentiometer, which uses SPI type serial but requires a 9 bit data format. I would much rather use the HAL SPI library (which has worked on similar AD family pots) and not use bitbanging. However the ...
Kudos given to