Posted on August 18, 2014 at 16:29Actually, I meant NVIC_PRIORITYGROUP_4. The priority group is global to the NVIC, but for some reason the generated code includes a HAL_NVIC_SetPriorityGrouping each time you have a peripheral requiring interrupts. ...
Posted on August 18, 2014 at 09:07Hello, I had the same problem and traced it down to the priority group. For some reason, it is set to NVIC_PRIORITYGROUP_0 with no way to change it in the GUI. This grouping only allows for subpriorities but no pri...