迁移至 Arm Compiler 6

This commit is contained in:
2025-02-13 23:22:16 +08:00
parent 51ece5388b
commit ce5689342e
27 changed files with 9116 additions and 1072 deletions

View File

@@ -154,7 +154,7 @@ void NVIC_Init(NVIC_InitTypeDef* NVIC_InitStruct)
tmppriority = tmppriority << 0x04;
NVIC->IP[NVIC_InitStruct->NVIC_IRQChannel] = tmppriority;
NVIC->IPR[NVIC_InitStruct->NVIC_IRQChannel] = tmppriority;
/* Enable the Selected IRQ Channels --------------------------------------*/
NVIC->ISER[NVIC_InitStruct->NVIC_IRQChannel >> 0x05] =