What happens if I use the same priority and sub-priority in multiple NVIC?
Posted on September 13, 2017 at 04:41Hi.Now I'm trying to implement USART interrupt mode.But I'm wondering if I use the same priority and sub-priority in multiple NVIC, what happens?For example,If I use as the below,NVIC_InitStructure.NVIC_IRQChanne...