Обновление

This commit is contained in:
cfif 2025-12-08 15:51:03 +03:00
parent 7809fa2071
commit 9fcb827059
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ void vCanSerialPortFrameDMAInit(
DMA_InitChannelInterrupt(DMA_INSTANCE_0, (DMA_ChannelType) RX_DMA_CHANNEL, &interruptCfg);
NVIC_SetPriorityGrouping(NVIC_PRIORITY_GROUP_4);
//NVIC_SetPriorityGrouping(NVIC_PRIORITY_GROUP_4);
NVIC_EnableIRQ(IRQ_DMA);
NVIC_SetPriority(DMA_Error_IRQn, IRQ_DMA_PRIORITY);