User Activity

I wanted to understand the behavior of software that I see.There is a macro that has a few no-opsThere is #pragma optimize=speed high in the codeIs my understanding correct that #pragma is enforced after preprocessor expands the macros?So I think bec...
I am running a simple poc to test the SPI connection to a flash memory chip. When I select SPI3 in cube MX, It gives me two options for the set of pins. I would like to use PC12 as Clock but it wont let me change it. Hand editing the generated code d...