User Activity

Hello,Trying to learn more about PDM audio capture with the STM32U5 family. Read AN5795 and was wondering if the source code for this application note is available somewhere.Read these already:1) en.STM32U5-Peripheral-Multi-Digital-Filter-Audio-Digit...
I read the 4.10.0 User Manual on CanvasWidgetRenderer. I was unsure what it means by "CanvasWidget will not allocate memory dynamically, but will use memory from the buffer kept in CanvasWidget -Renderer."I see the commented line in main.cpp://static...
What's the difference between putting code in:MyScreenViewBase::MyScreenViewBase(){}vsvoid MyScreenViewBase::setupScreen(){}
think i figured it out...
I think I've caused some problem in the way I'm coding this interrupt. For a second I thought it was a pipeline re-entry problem like Clive-Two-Zero described in a different thread, but adding a volatile variable and incrementing it, didn't seem to w...