/**
******************************************************************************
* @file stm32h7xx_hal_hrtim.c
* @author MCD Application Team
* @version V1.2.0
* @date 29-December-2017
* @brief HRTIM HAL module driver.
* This file provides firmware functions to manage the following
* functionalities of the High Resolution Timer (HRTIM) peripheral:
* + HRTIM Initialization
* + Timer Time Base Unit Configuration
* + Simple Time Base Start/Stop
* + Simple Time Base Start/Stop Interrupt
* + Simple Time Base Start/Stop DMA Request
* + Simple Output Compare/PWM Channel Configuration
* + Simple Output Compare/PWM Channel Start/Stop Interrupt
* + Simple Output Compare/PWM Channel Start/Stop DMA Request
* + Simple Input Capture Channel Configuration
* + Simple Input Capture Channel Start/Stop Interrupt
* + Simple Input Capture Channel Start/Stop DMA Request
* + Simple One Pulse Channel Configuration
* + Simple One Pulse Channel Start/Stop Interrupt
* + HRTIM External Synchronization Configuration
* + HRTIM Burst Mode Controller Configuration
* + HRTIM Burst Mode Controller Enabling
* + HRTIM External Events Conditioning Configuration
* + HRTIM Faults Conditioning Configuration
* + HRTIM Faults Enabling
* + HRTIM ADC trigger Configuration
* + Waveform Timer Configuration
* + Waveform Event Filtering Configuration
* + Waveform Dead Time Insertion Configuration
* + Waveform Chopper Mode Configuration
* + Waveform Compare Unit Configuration
* + Waveform Capture Unit Configuration
* + Waveform Output Configuration
* + Waveform Counter Start/Stop
* + Waveform Counter Start/Stop Interrupt
* + Waveform Counter Start/Stop DMA Request
* + Waveform Output Enabling
* + Waveform Output Level Set/Get
* + Waveform Output State Get
* + Waveform Burst DMA Operation Configuration
* + Waveform Burst DMA Operation Start
* + Waveform Timer Counter Software Reset
* + Waveform Capture Software Trigger
* + Waveform Burst Mode Controller Software Trigger
* + Waveform Timer Pre-loadable Registers Update Enabling
* + Waveform Timer Pre-loadable Registers Software Update
* + Waveform Timer Delayed Protection Status Get
* + Waveform Timer Burst Status Get
* + Waveform Timer Push-Pull Status Get
* + Peripheral State Get
@verbatim
==============================================================================
##### Simple mode v.s. waveform mode #####
==============================================================================
[..] The HRTIM HAL API is split into 2 categories:
(#)Simple functions: these functions allow for using a HRTIM timer as a
general purpose timer with high resolution capabilities.
Following simple modes are proposed:
(+)Output compare mode
(+)PWM output mode
(+)Input capture mode
(+)One pulse mode
HRTIM simple modes are managed through the set of functions named
HAL_HRTIM_Simple<Function>. These functions are similar in name and usage
to the one defined for the TIM peripheral. When a HRTIM timer operates in
simple mode, only a very limited set of HRTIM features are used.
(#)Waveform functions: These functions allow taking advantage of the HRTIM
flexibility to produce numerous types of control signal. When a HRTIM timer
operates in waveform mode, all the HRTIM features are accessible without
any restriction. HRTIM waveform modes are managed through the set of
functions named HAL_HRTIM_Waveform<Function>
==============================================================================
##### How to use this driver #####
==============================================================================
[..]
(#)Initialize the HRTIM low level resources by implementing the
HAL_HRTIM_MspInit() function:
(##)Enable the HRTIM clock source using __HRTIMx_CLK_ENABLE()
(##)Connect HRTIM pins to MCU I/Os
(+++) Enable the clock for the HRTIM GPIOs using the following
function: __GPIOx_CLK_ENABLE()
(+++) Configure these GPIO pins in Alternate Function mode using
HAL_GPIO_Init()
(##)When using DMA to control data transfer (e.g HAL_HRTIM_SimpleBaseStart_DMA())
(+++)Enable the DMAx interface clock using __DMAx_CLK_ENABLE()
(+++)Initialize the DMA handle
(+++)Associate the initialized DMA handle to the appropriate DMA
handle of the HRTIM handle using __HAL_LINKDMA()
(+++)Initialize the DMA channel using HAL_DMA_Init()
(+++)Configure the priority and enable the NVIC for the transfer
complete interrupt on the DMA channel using HAL_NVIC_SetPriority()
and HAL_NVIC_EnableIRQ()
(##)In case of using interrupt mode (e.g HAL_HRTIM_SimpleBaseStart_IT())
(+++)Configure the priority and enable the NVIC for the concerned
HRTIM interrupt using HAL_NVIC_SetPriority() and HAL_NVIC_EnableIRQ()
(#)Initialize the HRTIM HAL using HAL_HRTIM_Init(). The HRTIM configuration
structure (field of the HRTIM handle) specifies which global interrupt of
whole HRTIM must be enabled (Burst mode period, System fault, Faults).
It also contains the HRTIM external synchronization configuration. HRTIM
can act as a master (generating a synchronization signal) or as a slave
(waiting for a trigger to be synchronized).
(#) Configure HRTIM resources shared by all HRTIM timers
(##)Burst Mode Controller:
(+++)HAL_HRTIM_BurstModeConfig(): configures the HRTIM burst mode
controller: operating mode (continuous or -shot mode), clock
(source, prescaler) , trigger(s), period, idle duration.
(##)External Events Conditionning:
(+++)HAL_HRTIM_EventConfig(): configures the conditioning of an
external event channel: source, polarity, edge-sensitivity.
External event can be used as triggers (timer reset, input
capture, burst mode, ADC triggers, delayed protection, �)
They can also be used to set or reset timer outputs. Up to
10 event channels are available.
(+++)HAL_HRTIM_EventPrescalerConfig(): configures the external
event sampling clock (used for digital filtering).
(##)Fault Conditionning:
(+++)HAL_HRTIM_FaultConfig(): configures the conditioning of a
fault channel: source, polarity, edge-sensitivity. Fault
channels are used to disable the outputs in case of an
abnormal operation. Up to 5 fault channels are available.
(+++)HAL_HRTIM_FaultPrescalerConfig(): configures the fault
sampling clock (used for digital filtering).
(+++)HAL_HRTIM_FaultModeCtl(): Enables or disables fault input(s)
circuitry. By default all fault inputs are disabled.
(##)ADC trigger:
(+++)HAL_HRTIM_ADCTriggerConfig(): configures the source triggering
the update of the ADC trigger re
没有合适的资源?快使用搜索试试~ 我知道了~
STM32H750 UCOSIII实现直接访问共享资源区【支持STM32H7系列单片机_UCOS系统】.zip
共263个文件
h:127个
c:122个
asm:6个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 93 浏览量
2023-02-15
16:28:12
上传
评论
收藏 1.89MB ZIP 举报
温馨提示
STM32H750 UCOS实战。 项目支持STM32H7系列单片机调测和移植。 项目代码可直接编译、运行。
资源推荐
资源详情
资源评论
收起资源包目录
STM32H750 UCOSIII实现直接访问共享资源区【支持STM32H7系列单片机_UCOS系统】.zip (263个子文件)
cpu_a.asm 13KB
os_cpu_a.asm 13KB
cpu_a.asm 13KB
os_cpu_a.asm 13KB
lib_mem_a.asm 12KB
lib_mem_a.asm 12KB
stm32h7xx_hal_hrtim.c 288KB
lib_str.c 200KB
stm32h7xx_hal_tim.c 184KB
stm32h7xx_hal_fdcan.c 166KB
stm32h7xx_hal_i2c.c 158KB
stm32h7xx_hal_adc.c 129KB
stm32h7xx_hal_cryp.c 127KB
os_core.c 125KB
stm32h7xx_hal_jpeg.c 123KB
lib_mem.c 118KB
cpu_core.c 117KB
os_task.c 115KB
stm32h7xx_hal_dfsdm.c 108KB
stm32h7xx_hal_hash.c 102KB
stm32h7xx_hal_spi.c 100KB
stm32h7xx_hal_adc_ex.c 99KB
stm32h7xx_hal_uart.c 98KB
stm32h7xx_hal_rcc_ex.c 94KB
stm32h7xx_hal_smartcard.c 93KB
stm32h7xx_hal_eth.c 92KB
stm32h7xx_hal_sd.c 89KB
stm32h7xx_hal_usart.c 81KB
stm32h7xx_hal_irda.c 81KB
stm32h7xx_hal_mmc.c 77KB
stm32h7xx_hal_sai.c 74KB
stm32h7xx_hal_tim_ex.c 74KB
stm32h7xx_hal_smbus.c 74KB
stm32h7xx_hal_qspi.c 73KB
lcd.c 72KB
stm32h7xx_hal_mdma.c 66KB
stm32h7xx_hal_dma.c 63KB
stm32h7xx_hal_ltdc.c 63KB
stm32h7xx_hal_nand.c 63KB
stm32h7xx_hal_dma2d.c 62KB
os_flag.c 62KB
stm32h7xx_hal_i2s.c 60KB
stm32h7xx_hal_rtc_ex.c 57KB
stm32h7xx_hal_lptim.c 53KB
stm32h7xx_hal_rtc.c 52KB
stm32h7xx_ll_sdmmc.c 52KB
stm32h7xx_hal_rcc.c 51KB
stm32h7xx_ll_usb.c 50KB
stm32h7xx_hal_flash_ex.c 48KB
os_mutex.c 47KB
stm32h7xx_hal_pwr_ex.c 46KB
stm32h7xx_hal_swpmi.c 46KB
os_tmr.c 45KB
os_q.c 44KB
stm32h7xx_hal_hash_ex.c 44KB
os_sem.c 43KB
stm32h7xx_hal_spdifrx.c 41KB
stm32h7xx_hal_dac.c 41KB
stm32h7xx_ll_fmc.c 40KB
stm32h7xx_hal_pcd.c 38KB
stm32h7xx_hal_opamp.c 37KB
stm32h7xx_hal_hcd.c 36KB
stm32h7xx_hal.c 34KB
stm32h7xx_hal_nor.c 34KB
stm32h7xx_hal_flash.c 32KB
cpu_c.c 31KB
cpu_c.c 31KB
cpu_c.c 31KB
stm32h7xx_hal_dcmi.c 30KB
stm32h7xx_hal_i2s_ex.c 30KB
stm32h7xx_hal_comp.c 29KB
os_cpu_c.c 28KB
stm32h7xx_hal_sdram.c 27KB
os_tick.c 26KB
stm32h7xx_hal_eth_ex.c 24KB
os_time.c 23KB
stm32h7xx_hal_dma_ex.c 23KB
lib_ascii.c 23KB
stm32h7xx_hal_dac_ex.c 23KB
stm32h7xx_hal_sram.c 23KB
stm32h7xx_hal_pwr.c 22KB
stm32h7xx_hal_cec.c 22KB
os_cpu_c.c 21KB
os_cpu_c.c 21KB
ltdc.c 21KB
os_pend_multi.c 21KB
os_dbg.c 20KB
stm32h7xx_hal_gpio.c 20KB
system_stm32h7xx.c 20KB
os_stat.c 20KB
stm32h7xx_hal_mdios.c 20KB
stm32h7xx_hal_cortex.c 19KB
stm32h7xx_hal_crc.c 18KB
stm32h7xx_hal_uart_ex.c 18KB
os_int.c 17KB
os_mem.c 16KB
stm32h7xx_hal_opamp_ex.c 16KB
stm32h7xx_hal_rng.c 15KB
bsp.c 15KB
stm32h7xx_hal_cryp_ex.c 14KB
共 263 条
- 1
- 2
- 3
资源评论
不脱发的程序猿
- 粉丝: 26w+
- 资源: 5817
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 使用OpenGL实现渲染场景的shadow map
- 基于springboot+vue+mysql+redis项目工时管理系统前后端分离管理系统【源码+数据库】
- 【java毕业设计】高校信息资源共享平台源码(ssm+jsp+mysql+说明文档+LW).zip
- LOL_params_0900000.pt
- 【java毕业设计】高校校园点餐系统源码(ssm+jsp+mysql+说明文档+LW).zip
- 【小程序+小程序API+后台商城管理+运行指导教程】springboot+mysql实现的供货商城系统
- 【java毕业设计】高校四六级报名管理系统源码(ssm+jsp+mysql+说明文档+LW).zip
- 二千多套IOS项目源码分享下载-第四个300套
- 【java毕业设计】高校二手交易平台源码(ssm+jsp+mysql+说明文档+LW).zip
- 【java毕业设计】高校毕业生就业满意度调查统计系统源码(ssm+jsp+mysql+说明文档+LW).zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功