User Activity

I have project that I'm designing around an STM32F411 that 99%+ of the time will not have a USB device attached. I'd like to run at the top clock frequency of 100MHz. I see that I can not do that and use the USB device as it needs to run at 48MHz. I'...
I know there is no demo that runs on a 411. I'd also have to write my own display driver to transfer the display buffer. Just wondering if the 512K Flash and remaining 58K of RAM would be enough to fit TouchGFX and my own code in.
I have a routine that I have used for years on other processors and on PCs to get a CRC16 X-25 from a string. I'd like to get the hardware CRC to use the same CRC16.I have tried every variant in the STM32CubeIDE and have not been able to get same out...
I have several (>30) user configurable settings in my application. They are broken into a few groups. Boolean, Multiple Choice (2 to maybe 10 or 12 possible items), Numeric (Could be integer or float, depends on setting) and text entry.These user set...
I'm somewhat new to c/c++ programming. Come from 20+ years of experience with VB/VB.net and have mostly been spoon feed...lolAnyway. I have a custom container that has a container with 19 children shapes. I need to interact with them at run-time.the ...
Kudos from