User Activity

I'm new to CubeMX and I've read over the documentation a couple of times (speed reading) but can't quite find an answer.My question is what files exactly are generated by the tool and what files are simply copied?Is it the case that all files we find...
This pertains to the Nucleo F446RE development board.I'm beginning to explore DMA and want to use it to drive a sine wave through DAC1. The code to "manually" feed the data works fine and I get the expected sine fine, I can see that on scope.So I'm n...
I'm seeing something very odd. I have a crude test app that exercises an EPS8266 plugged into my STM32F769 Discovery board. The app runs and loops and does simple checks during execution, it runs fine every time I run it.But if I simply comment out a...
Does this processor have a max size limit on stack frames? (as opposed to max size of total stack). The stack frame size is the amount of stack space set aside when a function calls another function (this is mainly composed of local variables declare...
Hi,I've been playing around and refactoring a small test app for the STM32F769 DISCO board. The app runs fine and I retest after even the smallest code tweak.What I'm seeing is that physical position of the function SysTick_Handler within the source ...