Loading...
 
Skip to main content

System Workbench for STM32


Usart receive interrupt sends program to UsageFault_Handler() infinite loop

I had the same problem.
Look at the startup file (.s)
You should manually write .weak descriptions for all periphery-specific interrupts.
Previously I worked with Coocox and it did all this staff automatically.

 
Collapse/expand modules below