Thanks all for the kind words :-)
In the past few weeks, I heard mentions of the list from several unrelated sides. Maybe related to AI - I see frantic scraping in the logs. One of the mentions characterized the site as incredibly ugly - I understand that but I am also not going to change that.
And thanks for the additional gotchas. Some of them are already in the pipeline. The schedule is one gotcha per week; some of them are still waiting since the beginning as I tend to work on those I like at the moment... Also, some are personal experiences and of course I prioritize those even if they don't have a wide appeal. There are one or two which were in fact written by others (credited of course), sent in by e-mail usually, I tend to push them forward, too.
Then there are some which are related to a wider range of problems (e.g. pins affected by bootloader, mainly in relationship with the "pristine chip goes to bootloader" property of some families; gotchas (and outright bugs) related to the insane complexity of speculative fetch/execution, caches, "security" features of the newer ARM cores, etc.) and I may need to do some research to avoid misinformation (yes there are many and I try to correct them as I learn about them). Time and energy is limited, though. I have work to do to pay the checks.
> something like "SPI can't be abused for its CRC until one of MOSI/MISO/SCK was mapped to a gpio"
This is probably consequence of "there's no Rx without clock being actually brought out to pin, even if master". Example of one which is in the pipeline since beginning. It's probably SPIv1-specific (i.e. 'F0/'L1/'F2/'F4), I haven't tried above and haven't seen anybody reporting.
> WKUP pins require external pull-up / pull-down resistors
I believe there are several different arrangements for this in the various STM32 families. Low-power-related issues are generally surprisingly complicated and I have little personal experience with them so I tend to avoid writing about them, although there appear to be a wealth of gotchas in that area, too.
JW