notes.txt 340 B

1234567891011
  1. STM32 BDMAv1 driver.
  2. Driver capability:
  3. - The driver supports the "basic" DMA controller.
  4. The file registry must export:
  5. STM32_BDMAn_CHx_HANDLER - Vector name for IRQ "x" (1..7). If the macro
  6. is not exported then the ISR is not declared.
  7. STM32_BDMAn_CHx_NUMBER - Vector number for IRQ "x" (1..7).