AT32F435_437_Firmware_Library/project/at_start_f437/examples/dma/dmamux_genertor_exint
Du Huanpeng c3122ee121 treewide: fix typo intterrupt -> interrupt
Ref: [1] https://www.dictionary.com/browse/interrupt

Signed-off-by: Du Huanpeng <dhu@hodcarrier.org>
2023-01-06 14:52:01 +08:00
..
inc update version to v2.1.1 2022-11-22 18:39:27 +08:00
mdk_v5 update version to v2.1.1 2022-11-22 18:39:27 +08:00
src treewide: fix typo intterrupt -> interrupt 2023-01-06 14:52:01 +08:00
readme.txt update version to v2.1.1 2022-11-22 18:39:27 +08:00

readme.txt

/**
  **************************************************************************
  * @file     readme.txt
  * @brief    readme
  **************************************************************************
  */

  this demo is based on the at-start board,  in this demo,  provides a  description
  of how to use a dmamux genertor channel send dma request to transfer a halfword 
  data buffer memory to another halfword data buffer in embedded sram.  dma2 channel4
  is configured to transfer the contents of a 16-halfword data buffer stored in 
  embedded sram memory.pa1 is input trigger signal for dmamux genertor channel1,
  genertor channel1 will send four dma request when the rising edge of pa0.when
  all data transfered, the three leds will turn on.
  for more detailed information. please refer to the application note document AN0103.