User Activity

I am having a problem with on-screen fonts. The dither/font-smoothing applied to the fonts eats into thin segments of the characters too much. This causes them to be too dim on screen for my application.I've managed to show that the problem clears ...
I've been asking for help here:https://community.st.com/s/question/0D73W000000nnHE/detail?s1oid=00Db0000000YtG6&t=1622041167388&s1nid=0DB0X000000DYbd&emkind=chatterCommentNotification&s1uid=0053W000001U4NJ&emtm=1622013936957&fromEmail=1&s1ext=0But it...
After enabling double buffering my custom system suffers a single hardfault each time its power cycled. After a software reset NVIC_SystemReset() the system functions normally until the next power cycle.CFSR and HFSR show a FORCED UNALIGNED hardfault...
I'm trying to piece together the post-build process for flash integrity check using CRC. I'm running on an STM32F777.So far I've been following:https://community.st.com/s/question/0D50X0000B9vdDC/how-can-i-calculate-crc-of-image-in-post-buildand htt...
I'm working on a project that requires very strict control of the toolchain itself. We must specify exact versions of toolchain components as part of our documentation and production process.The problem I'm having is we started work at Stm cube ide ...