User Activity

I have created a project with a scroll wheel of 10 items, each item is displaying a single digit 0-9. Imagine an odometer for instance.  I am incrementing a variable(num) every second and usingscrollWheel.animateToItem(num, 20);to scroll through the ...
I am working with a custom board I designed using this display(LINK) They provide init codes on the product page that I have integrated into my project but they do not provide any any porch, timing or polarity information.  I first setup LTDC and the...
I am working with an SMT32u5g9vjt6q and a genuine stlink-v3set from mouser, everything was working as expected until I #included a library...at that point when trying to upload the code via the debug button I would get an "Could not verify ST Device!...
Hello, I have created a C++ project with CubeMx / CubeIDE.  It generates the code as main.c, I have seen other post about changing the file extension each time you generate code to .cpp and I have tried that but then I get an "undefined reference to ...
Evening everyone,I am working on the board bring up of a custom board using an STM32U59GVJT6Q and I am unable to connect to the chip through CubeProgrammer with an STLINK-V3SET over SWD. I get the following error, "Error: No STM32 target found!...". ...
Kudos given to