Posted on June 07, 2013 at 11:56STM32F2xx_StdPeriph_Lib_V1.1.0NVIC_Init() inmisc.c has problems with AIRCR.PRIGROUP< 0b011.After reset, SCB->AIRCR.PRIGROUP ==0b000Calculation is then asfollows:tmppriority= (7 - PRIGROUP) ==> 7- 0b00 ==> 7 tmppre ...
Posted on June 07, 2013 at 18:29Sure, actually I'd even prefer to not use the STM32 peripheral library at all, but there are forces beyond my control that drive me to use it ;)Anyway, programming SCR->AIRCR.PRIGROUP either directly or via NVIC_Prior...