CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

文件名称:HT32F1253_CoOS

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    156.61kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

设备:

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com