Cleaning the cache when it's not enabled is OK. The problem is cleaning the cache if it was never initialized. The whole thing needs to be invalidated after reset before it you can safely enable it, clean it, or invalidate it by address.Calling SCB_I...
There are at least two locations where filters could be applied:At the project explorer level:At the project/folder level: right click > Properties > Resource > Resource Filters
Well this is broken. I require no proxy and my system proxy settings are set to none.Use System Proxy Parameters (default option) - checking the connection succeeds but updates don't workManual with an unreachable IP address as the proxy - checking t...
That's a bug in the version of newlib included with ST's latest toolchain distribution.https://community.st.com/t5/embedded-software-mcus/error-after-calling-printf/m-p/576313#M41556
I use a custom git diff driver with a simple textconv script for better diffs.It does the following:Sort the file using a version sort - for the most part the file is already sorted, but it uses a simple sort (0, 1, 10, 11, ..., 19, 2, 20) that resul...