Question
Define interrupt handler as weak
Posted on February 22, 2017 at 10:31
I need to define my own interrupt handler. Cube not not generate the ISR as weak so everytime I regenerate the code with cube, I have to modify the code to hide the interrupt handler generated by cube.
Would it be possible to define them as weakß