文件名称:HT32F1253_CoOS
介绍说明--下载内容来自于网络,使用问题请自行百度
设备:
Holtek HT32F1755
评估板:
HT32F175x_275x Development Board
集成环境:
CoIDE V1.4.2
Tasks:
task_init 初始化所有的硬件,创建所有的事件标志和互斥体。
taskA 闪烁LED2和LED3。
taskB 通过USART输出ADC转换的数值
taskC 用RTC显示时间,通过USART输出
描述:
系统启动时,LED2和LED3闪烁,时间在超级终端上显示。同时,LED1每秒闪亮一次。每5秒钟,采样3次ADC转换的数据并打印到超级终端上。
系统配置:
最大用户任务:4
时钟设置:
XTAL freq = 8.00 MHz
SYSCLK freq = 8.00 MHz
System Tick freq = 100Hz (10ms)-Equipment: Holtek HT32F1755 evaluation board: HT32F175x_275x Development Board integrated environment: CoIDE the V1.4.2 Tasks: task_init initialize all the hardware, to create the event flag and mutex. taskA flashing LED2 and LED3. output the numerical taskC ADC conversion taskB via USART RTC show time, through USART output descr iption: system startup, LED2 and LED3 flashes, the time displayed on the HyperTerminal. Meanwhile, LED1 per second flash once. Every five seconds, sampling 3 ADC conversion data and print to the HyperTerminal. System configuration: the largest user tasks: clock set: XTAL freq = the 8.00 MHz SYSCLK freq = 8.00 MHz System Tick freq = 100Hz (10ms)
Holtek HT32F1755
评估板:
HT32F175x_275x Development Board
集成环境:
CoIDE V1.4.2
Tasks:
task_init 初始化所有的硬件,创建所有的事件标志和互斥体。
taskA 闪烁LED2和LED3。
taskB 通过USART输出ADC转换的数值
taskC 用RTC显示时间,通过USART输出
描述:
系统启动时,LED2和LED3闪烁,时间在超级终端上显示。同时,LED1每秒闪亮一次。每5秒钟,采样3次ADC转换的数据并打印到超级终端上。
系统配置:
最大用户任务:4
时钟设置:
XTAL freq = 8.00 MHz
SYSCLK freq = 8.00 MHz
System Tick freq = 100Hz (10ms)-Equipment: Holtek HT32F1755 evaluation board: HT32F175x_275x Development Board integrated environment: CoIDE the V1.4.2 Tasks: task_init initialize all the hardware, to create the event flag and mutex. taskA flashing LED2 and LED3. output the numerical taskC ADC conversion taskB via USART RTC show time, through USART output descr iption: system startup, LED2 and LED3 flashes, the time displayed on the HyperTerminal. Meanwhile, LED1 per second flash once. Every five seconds, sampling 3 ADC conversion data and print to the HyperTerminal. System configuration: the largest user tasks: clock set: XTAL freq = the 8.00 MHz SYSCLK freq = 8.00 MHz System Tick freq = 100Hz (10ms)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HT32F1253_CoOS/
HT32F1253_CoOS/.cproject
HT32F1253_CoOS/.project
HT32F1253_CoOS/build.xml
HT32F1253_CoOS/cmsis/
HT32F1253_CoOS/cmsis/core_cm3.c
HT32F1253_CoOS/cmsis/core_cm3.h
HT32F1253_CoOS/cmsis_boot/
HT32F1253_CoOS/cmsis_boot/ht32f125x.h
HT32F1253_CoOS/cmsis_boot/startup/
HT32F1253_CoOS/cmsis_boot/startup/startup_ht32f125x.c
HT32F1253_CoOS/cmsis_boot/system_ht32f125x.c
HT32F1253_CoOS/cmsis_boot/system_ht32f125x.h
HT32F1253_CoOS/cmsis_lib/
HT32F1253_CoOS/cmsis_lib/include/
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_adc.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_ckcu.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_exti.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_gpio.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_gptm.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_pwrcu.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_rstcu.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_rtc.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_usart.h
HT32F1253_CoOS/cmsis_lib/source/
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_adc.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_ckcu.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_exti.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_gpio.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_gptm.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_pwrcu.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_rstcu.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_rtc.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_usart.c
HT32F1253_CoOS/Config.c
HT32F1253_CoOS/Config.h
HT32F1253_CoOS/CoOS/
HT32F1253_CoOS/CoOS/Document/
HT32F1253_CoOS/CoOS/Document/readme.txt
HT32F1253_CoOS/CoOS/kernel/
HT32F1253_CoOS/CoOS/kernel/coocox.h
HT32F1253_CoOS/CoOS/kernel/CoOS.h
HT32F1253_CoOS/CoOS/kernel/core.c
HT32F1253_CoOS/CoOS/kernel/event.c
HT32F1253_CoOS/CoOS/kernel/flag.c
HT32F1253_CoOS/CoOS/kernel/hook.c
HT32F1253_CoOS/CoOS/kernel/kernelHeap.c
HT32F1253_CoOS/CoOS/kernel/mbox.c
HT32F1253_CoOS/CoOS/kernel/mm.c
HT32F1253_CoOS/CoOS/kernel/mutex.c
HT32F1253_CoOS/CoOS/kernel/OsConfig.h
HT32F1253_CoOS/CoOS/kernel/OsCore.h
HT32F1253_CoOS/CoOS/kernel/OsError.h
HT32F1253_CoOS/CoOS/kernel/OsEvent.h
HT32F1253_CoOS/CoOS/kernel/OsFlag.h
HT32F1253_CoOS/CoOS/kernel/OsKernelHeap.h
HT32F1253_CoOS/CoOS/kernel/OsMM.h
HT32F1253_CoOS/CoOS/kernel/OsMutex.h
HT32F1253_CoOS/CoOS/kernel/OsQueue.h
HT32F1253_CoOS/CoOS/kernel/OsServiceReq.h
HT32F1253_CoOS/CoOS/kernel/OsTask.h
HT32F1253_CoOS/CoOS/kernel/OsTime.h
HT32F1253_CoOS/CoOS/kernel/OsTimer.h
HT32F1253_CoOS/CoOS/kernel/queue.c
HT32F1253_CoOS/CoOS/kernel/sem.c
HT32F1253_CoOS/CoOS/kernel/serviceReq.c
HT32F1253_CoOS/CoOS/kernel/task.c
HT32F1253_CoOS/CoOS/kernel/time.c
HT32F1253_CoOS/CoOS/kernel/timer.c
HT32F1253_CoOS/CoOS/kernel/utility.c
HT32F1253_CoOS/CoOS/kernel/utility.h
HT32F1253_CoOS/CoOS/portable/
HT32F1253_CoOS/CoOS/portable/arch.c
HT32F1253_CoOS/CoOS/portable/GCC/
HT32F1253_CoOS/CoOS/portable/GCC/port.c
HT32F1253_CoOS/CoOS/portable/OsArch.h
HT32F1253_CoOS/debug.config
HT32F1253_CoOS/HT32F1253_CoOS.cob
HT32F1253_CoOS/link.ld
HT32F1253_CoOS/main.c
HT32F1253_CoOS/memory.ld
HT32F1253_CoOS/.cproject
HT32F1253_CoOS/.project
HT32F1253_CoOS/build.xml
HT32F1253_CoOS/cmsis/
HT32F1253_CoOS/cmsis/core_cm3.c
HT32F1253_CoOS/cmsis/core_cm3.h
HT32F1253_CoOS/cmsis_boot/
HT32F1253_CoOS/cmsis_boot/ht32f125x.h
HT32F1253_CoOS/cmsis_boot/startup/
HT32F1253_CoOS/cmsis_boot/startup/startup_ht32f125x.c
HT32F1253_CoOS/cmsis_boot/system_ht32f125x.c
HT32F1253_CoOS/cmsis_boot/system_ht32f125x.h
HT32F1253_CoOS/cmsis_lib/
HT32F1253_CoOS/cmsis_lib/include/
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_adc.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_ckcu.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_exti.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_gpio.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_gptm.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_pwrcu.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_rstcu.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_rtc.h
HT32F1253_CoOS/cmsis_lib/include/ht32f125x_usart.h
HT32F1253_CoOS/cmsis_lib/source/
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_adc.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_ckcu.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_exti.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_gpio.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_gptm.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_pwrcu.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_rstcu.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_rtc.c
HT32F1253_CoOS/cmsis_lib/source/ht32f125x_usart.c
HT32F1253_CoOS/Config.c
HT32F1253_CoOS/Config.h
HT32F1253_CoOS/CoOS/
HT32F1253_CoOS/CoOS/Document/
HT32F1253_CoOS/CoOS/Document/readme.txt
HT32F1253_CoOS/CoOS/kernel/
HT32F1253_CoOS/CoOS/kernel/coocox.h
HT32F1253_CoOS/CoOS/kernel/CoOS.h
HT32F1253_CoOS/CoOS/kernel/core.c
HT32F1253_CoOS/CoOS/kernel/event.c
HT32F1253_CoOS/CoOS/kernel/flag.c
HT32F1253_CoOS/CoOS/kernel/hook.c
HT32F1253_CoOS/CoOS/kernel/kernelHeap.c
HT32F1253_CoOS/CoOS/kernel/mbox.c
HT32F1253_CoOS/CoOS/kernel/mm.c
HT32F1253_CoOS/CoOS/kernel/mutex.c
HT32F1253_CoOS/CoOS/kernel/OsConfig.h
HT32F1253_CoOS/CoOS/kernel/OsCore.h
HT32F1253_CoOS/CoOS/kernel/OsError.h
HT32F1253_CoOS/CoOS/kernel/OsEvent.h
HT32F1253_CoOS/CoOS/kernel/OsFlag.h
HT32F1253_CoOS/CoOS/kernel/OsKernelHeap.h
HT32F1253_CoOS/CoOS/kernel/OsMM.h
HT32F1253_CoOS/CoOS/kernel/OsMutex.h
HT32F1253_CoOS/CoOS/kernel/OsQueue.h
HT32F1253_CoOS/CoOS/kernel/OsServiceReq.h
HT32F1253_CoOS/CoOS/kernel/OsTask.h
HT32F1253_CoOS/CoOS/kernel/OsTime.h
HT32F1253_CoOS/CoOS/kernel/OsTimer.h
HT32F1253_CoOS/CoOS/kernel/queue.c
HT32F1253_CoOS/CoOS/kernel/sem.c
HT32F1253_CoOS/CoOS/kernel/serviceReq.c
HT32F1253_CoOS/CoOS/kernel/task.c
HT32F1253_CoOS/CoOS/kernel/time.c
HT32F1253_CoOS/CoOS/kernel/timer.c
HT32F1253_CoOS/CoOS/kernel/utility.c
HT32F1253_CoOS/CoOS/kernel/utility.h
HT32F1253_CoOS/CoOS/portable/
HT32F1253_CoOS/CoOS/portable/arch.c
HT32F1253_CoOS/CoOS/portable/GCC/
HT32F1253_CoOS/CoOS/portable/GCC/port.c
HT32F1253_CoOS/CoOS/portable/OsArch.h
HT32F1253_CoOS/debug.config
HT32F1253_CoOS/HT32F1253_CoOS.cob
HT32F1253_CoOS/link.ld
HT32F1253_CoOS/main.c
HT32F1253_CoOS/memory.ld
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.