Skip to content

Commit

Permalink
sound interrupt rate bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Jan 29, 2025
1 parent c5c194f commit d75e4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/stm32h7/sound.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static void BDMA_Channel0_IRQ_Handler(void) {
}

void sound_init(void) {
REGISTER_INTERRUPT(BDMA_Channel0_IRQn, BDMA_Channel0_IRQ_Handler, 64U, FAULT_INTERRUPT_RATE_SOUND_DMA)
REGISTER_INTERRUPT(BDMA_Channel0_IRQn, BDMA_Channel0_IRQ_Handler, 128U, FAULT_INTERRUPT_RATE_SOUND_DMA)
REGISTER_INTERRUPT(DMA1_Stream0_IRQn, DMA1_Stream0_IRQ_Handler, 128U, FAULT_INTERRUPT_RATE_SOUND_DMA)

// Init DAC
Expand Down

0 comments on commit d75e4ee

Please sign in to comment.