Hopefully this is more of a sensible non-noob question, it relates to interrupt handling, in my case a simple USART receive interrupt. I can see how the CubeMX tool is managing the .c file, its created an interrupt handler, for me to insert my code, ...