/**
@page DMATimeout AN3109 DMA_Timeout Readme file
@verbatim
******************** (C) COPYRIGHT 2009 STMicroelectronics *******************
* @file DMA_Timeout/readme.txt
* @author MCD Application Team
* @version V1.0.0
* @date 12/15/2009
* @brief Description of the DMA_Timeout implementation for the USART.
******************************************************************************
* THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
* WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
* TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY
* DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
* FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
* CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
******************************************************************************
@endverbatim
@par Description
This example provides a DMA_Timeout implementation method(Connect USART Rx with a Timer
input capture).
In this example, data are transmitted from USART_Tx into USART_Rx.
the USART_Tx is transmitter using DMA and the USART2 is receiver using DMA
The USART_Tx can be USART1 or USART3 depending on the STMicroelectronics EVAL board
you are using and the USART_Rx is USART2.
USART_Tx Transmit DMA is configured to transfer only 5 data and USART2 Receive DMA is
configured to receive 300 data.
Timer2 is used in slave reset mode where the counter is reinitialized in response
to rising edges on an input capture (TIM2 Channel2) connected to the USART receive pin.
The TIM2CLK frequency is set to 72 MHz, the Prescaler is 1 so the TIM2 counter
clock is 36 MHz.
Timeout = CCR1_Val/TIM2 counter clock
Timer2 will generate an output compare interrupt signaling the timeout by toggling the PC.07.
USART1 and USART2 configured as follow:
- BaudRate = 460800 baud
- Word Length = 8 Bits
- One Stop Bit
- No parity
- Hardware flow control disabled (RTS and CTS signals)
- Receive and transmit enabled
@par Directory contents
- DMA_Timeout/inc/stm32f10x_conf.h Library Configuration file
- DMA_Timeout/inc/platform_config.h Evaluation board specific configuration file
- DMA_Timeout/inc/stm32f10x_it.h Interrupt handlers header file
- DMA_Timeout/src/stm32f10x_it.c Interrupt handlers
- DMA_Timeout/src/main.c Main program
@par Hardware and Software environment
- This example runs on STM32F10x Connectivity line, High-Density, Medium-Density
and Low-Density Devices.
- This example has been tested with STMicroelectronics STM3210C-EVAL (STM32F10x
Connectivity line), STM3210E-EVAL (STM32F10x High-Density) and STM3210B-EVAL
(STM32F10x Medium-Density) evaluation boards and can be easily tailored to
any other supported device and development board.
- STM3210C-EVAL Set-up
- Connect USART3 Tx pin (PC.10) to USART2 Rx pin (PD.06)
- Connect USART2 Rx (PD.06) pin to TIM2 Channel2 (PA1).
- Visualize the USART2 Rx and PC.7 signals using an oscilloscope. (the timeout
is the time between the last rising edge on the USART2 RX and the PC.7
toggling).
@note In this case USART3 Tx and USART2 Rx pins are remapped by software on
PC.10 and PD.06 respectively.
Make sure that jumper JP3 is open or in position 1-2.
- STM3210E-EVAL Set-up
- Connect USART1 Tx pin (PA.09) to USART2 Rx pin (PA.03)
- Connect USART2 Rx pin to TIM2 Channel2 (PA1).
- Visualize the USART2 Rx and PC.7 signals using an oscilloscope. (the timeout
is the time between the last rising edge on the USART2 RX and the PC.7
toggling).
- STM3210B-EVAL Set-up
- Connect USART1 Tx pin (PA.09) to USART2 Rx pin (PD.06)
- Note: in this case USART2 Rx pin is remapped by software on PD.06.
- Connect USART2 Rx pin to TIM2 Channel2 (PA1).
- Visualize the USART2 Rx and PC.7 signals using an oscilloscope. (the timeout
is the time between the last rising edge on the USART2 RX and the PC.7
toggling).
@par How to use it ?
- RVMDK (v4.00)
- Open the DMA_Timeout.uvopt project
- In the build toolbar select the project config:
- STM3210C-EVAL: to configure the project for STM32 Connectivity line devices
- STM3210B-EVAL: to configure the project for STM32 Medium-density devices
- STM3210E-EVAL: to configure the project for STM32 High-density devices
- Rebuild all files: Project->Rebuild all target files
- Load project image: Debug->Start/Stop Debug Session
- Run program: Debug->Run (F5)
- EWARMv5 (v5.40)
- Open the DMA_Timeout.eww workspace.
- In the workspace toolbar select the project config:
- STM3210C-EVAL: to configure the project for STM32 Connectivity line devices
- STM3210B-EVAL: to configure the project for STM32 Medium-density devices
- STM3210E-EVAL: to configure the project for STM32 High-density devices
- Rebuild all files: Project->Rebuild all
- Load project image: Project->Debug
- Run program: Debug->Go(F5)
- RIDE (RIDE7)
- Open the DMA_Timeout.rprj project.
- In the configuration toolbar(Project->properties) select the project config:
- STM3210C-EVAL: to configure the project for STM32 Connectivity line devices
- STM3210B-EVAL: to configure the project for STM32 Medium-density devices
- STM3210E-EVAL: to configure the project for STM32 High-density devices
- Rebuild all files: Project->build project
- Load project image: Debug->start(ctrl+D)
- Run program: Debug->Run(ctrl+F9)
- HiTOP (v5.31)
- Open the HiTOP toolchain.
- Browse to open the DMA_Timeout.htp
- A "Download application" window is displayed, click "cancel".
- Rebuild all files: Project->Rebuild all
- Load project image : Click "ok" in the "Download application" window.
- Run the "RESET_GO_MAIN" script to set the PC at the "main"
- Run program: Debug->Go(F5).
@note
- Low-density devices are STM32F101xx and STM32F103xx microcontrollers where
the Flash memory density ranges between 16 and 32 Kbytes.
- Medium-density devices are STM32F101xx and STM32F103xx microcontrollers where
the Flash memory density ranges between 32 and 128 Kbytes.
- High-density devices are STM32F101xx and STM32F103xx microcontrollers where
the Flash memory density ranges between 256 and 512 Kbytes.
- Connectivity line devices are STM32F105xx and STM32F107xx microcontrollers.
* <h2><center>© COPYRIGHT 2009 STMicroelectronics</center></h2>
*/
没有合适的资源?快使用搜索试试~ 我知道了~
Communication peripheral FIFO emulation with DMA
共137个文件
h:31个
c:28个
scr:18个
需积分: 0 1 下载量 7 浏览量
2024-03-01
11:19:24
上传
评论
收藏 1.2MB ZIP 举报
温馨提示
The AN3109 "Communication peripheral FIFO emulation with DMA and DMA timeout in STM32F10x microcontrollers" firmware has been developped on the STM3210B-EVAL, STM3210E-EVAL and STM3210C-EVAL boards.. The AN3109 "Communication peripheral FIFO emulation with DMA and DMA timeout in STM32F10x microcontrollers" is fully CMSIS compliant.
资源推荐
资源详情
资源评论
收起资源包目录
Communication peripheral FIFO emulation with DMA (137个子文件)
logo.bmp 7KB
stm32f10x_tim.c 102KB
stm32f10x_rcc.c 48KB
stm32f10x_adc.c 46KB
stm32f10x_i2c.c 37KB
stm32f10x_fsmc.c 34KB
stm32f10x_usart.c 34KB
stm32f10x_can.c 31KB
system_stm32f10x.c 30KB
stm32f10x_spi.c 29KB
stm32f10x_sdio.c 28KB
stm32f10x_dma.c 27KB
stm32f10x_flash.c 26KB
stm32f10x_gpio.c 19KB
core_cm3.c 17KB
stm32f10x_dac.c 14KB
main.c 11KB
stm32f10x_pwr.c 9KB
main.c 9KB
stm32f10x_rtc.c 8KB
stm32f10x_bkp.c 8KB
misc.c 7KB
stm32f10x_exti.c 7KB
stm32f10x_wwdg.c 6KB
stm32f10x_it.c 5KB
stm32f10x_it.c 5KB
stm32f10x_iwdg.c 5KB
stm32f10x_dbgmcu.c 4KB
stm32f10x_crc.c 3KB
stm32f10x_an3109_fw.chm 722KB
License.doc 39KB
USART_FIFO.ewd 56KB
DMA_Timeout.ewd 55KB
DMA_Timeout.ewp 67KB
USART_FIFO.ewp 67KB
DMA_Timeout.eww 165B
USART_FIFO.eww 164B
stm32f10x.h 579KB
core_cm3.h 45KB
stm32f10x_tim.h 44KB
stm32f10x_rcc.h 28KB
stm32f10x_fsmc.h 26KB
stm32f10x_sdio.h 21KB
stm32f10x_adc.h 21KB
stm32f10x_dma.h 20KB
stm32f10x_can.h 20KB
stm32f10x_flash.h 19KB
stm32f10x_spi.h 18KB
stm32f10x_i2c.h 18KB
stm32f10x_gpio.h 17KB
stm32f10x_usart.h 16KB
stm32f10x_dac.h 13KB
misc.h 9KB
stm32f10x_bkp.h 7KB
stm32f10x_exti.h 7KB
stm32f10x_pwr.h 4KB
platform_config.h 4KB
platform_config.h 4KB
stm32f10x_rtc.h 4KB
stm32f10x_iwdg.h 4KB
stm32f10x_conf.h 3KB
stm32f10x_conf.h 3KB
stm32f10x_dbgmcu.h 3KB
stm32f10x_wwdg.h 3KB
system_stm32f10x.h 2KB
stm32f10x_crc.h 2KB
stm32f10x_it.h 2KB
stm32f10x_it.h 2KB
CMSIS_Core.htm 50KB
Release_Notes.html 13KB
DMA_Timeout.htp 55KB
DMA_Timeout.htp 55KB
USART_FIFO.htp 54KB
USART_FIFO.htp 54KB
DMA_Timeout.htp 52KB
USART_FIFO.htp 50KB
stm32f10x_flash.icf 1KB
stm32f10x_flash.icf 1KB
CMSIS_Logo_Final.jpg 121KB
link.lnk 84B
link.lnk 84B
link.lnk 84B
link.lnk 84B
link.lnk 84B
link.lnk 84B
arm_arch.lsl 11KB
arm_arch.lsl 11KB
arm_arch.lsl 11KB
arm_arch.lsl 11KB
arm_arch.lsl 11KB
arm_arch.lsl 11KB
STM32F10x_hd.lsl 10KB
STM32F10x_hd.lsl 10KB
STM32F10x_cl.lsl 10KB
STM32F10x_cl.lsl 10KB
STM32F10x_md.lsl 9KB
STM32F10x_md.lsl 9KB
DMA_Timeout.rapp 12KB
USART_FIFO.rapp 10KB
DMA_Timeout.rprj 319B
共 137 条
- 1
- 2
资源评论
weixin_36989426
- 粉丝: 0
- 资源: 20
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 用Python实现,PySide构建GUI界面的“井字棋”游戏 具备学习功能(源码)
- 系统测试报告模板 测试目的、测试依据、测试准备、测试内容、测试结果及分析、总结
- Python基础入门-待办事项列表.pdf
- 240301031刘炳炎咖啡网站导航.psd
- 数据集【YOLO目标检测】道路油污检测数据集 170 张,YOLO/VOC格式标注!
- 基于Robot FrameWork框架的自动化测试
- Qt5与Python混合开发,调用Python脚本定义的函数方法(源码)
- 【Unity屏幕空间全局光照插件】MFSSGI URP Screen Space Global Illumination
- 中国行政划分省市区县城市代码树形结构
- python做个植物大战僵尸(源码)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功