microzig icon indicating copy to clipboard operation
microzig copied to clipboard

Cortex M: Don't depend on `VectorTable` being defined in the register file

Open mattnite opened this issue 3 years ago • 0 comments

STM32F103 sad file did not define which cortex-m core it had so it wasn't able to output a vector table. The resulting code causes a compiler error where it should succeed. BUT if the user tries to specify interrupt handlers they should get a compiler error with an explanation.

mattnite avatar Jul 10 '22 09:07 mattnite