I'm hitting the same problem. And I'm sure you've noticed that none of the example programs are built with templates compatible with any recent CubeFW releases. Unmodified code generated by CubeMX (without errors) should compile and run without err...
Yeah, I had the same problem. I cleared it up by adjusting the relative interrupt priorities. Specifically, you have IPCC RX/TX interrupts, USB FS interrupts, and any others used in the app (e.g. EXTI, USART). It looks like the IPCC interrupts hav...
I agree with you Romain, but I do see the pros and cons. I created my own portable Makefile which references the src/inc folders separately (by relative paths) and compiles all .c files found in every src folder (could be considered a flaw rather th...