AT32F435_437_Firmware_Library/project/at_start_f435/examples/adc/combine_mode_ordinary_smlt_...
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, shows how to use
  combine_mode(single slaver ordinary simultaneous mode only).
  the trigger source is software,and use edma mode 2 transfer conversion data
  the convert data as follow:
  - adccom_ordinary_valuetab[n][0] ---> (adc2_channel_7<<16) | adc1_channel_4
  - adccom_ordinary_valuetab[n][1] ---> (adc2_channel_8<<16) | adc1_channel_5
  - adccom_ordinary_valuetab[n][2] ---> (adc2_channel_9<<16) | adc1_channel_6

  for more detailed information. please refer to the application note document AN0093.