-
u_reg H”。
u_reg.h"
void Delay_MS(unsigned int ms)
void main()
{
asm(" STM #0000h,CLKMD ")
while(*CLKMD & 0x01 )
asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M
/* 40C7h:5*clkin =100M
30c7h:4*clkin =80M
20c7h:3*clkin =60M
10C7h:2*clkin =40M
*/
asm(" stm #4240h, SWWSR ")
//2 wait except for on-chip program 1
asm(" stm #00a0h, PMST ") //MP/MC = 0, IPTR = 001,ovly=0
asm(" stm #0802h, BSCR ")
asm(" STM #0h,IMR ")
while(1)
{
Delay_MS(500)
asm(" RSBX XF ")
Delay_MS(500)
asm(" SSBX XF ")
}
-sdqwd
- 2022-02-04 22:56:44下载
- 积分:1
-
本文件采用Visual C++开发,功能为联众计牌器.
本文件采用Visual C++开发,功能为联众计牌器.-This document is the use of Visual C++ Development, functions of licensing OurGame browser.
- 2023-04-06 14:35:04下载
- 积分:1
-
FIR串并架构,可以看看哦!很有用处的!
FIR串并架构,可以看看哦!很有用处的!-FIR string and structure that can take a look at Oh! Useful!
- 2022-01-28 12:57:51下载
- 积分:1
-
to demonstrate ZI input method
to demonstrate ZI input method
- 2022-09-05 17:45:03下载
- 积分:1
-
编程书籍,c++
The
C+ +
Programming
Language
Third Edition
编程书籍,c++
The
C+ +
Programming
Language
Third Edition-Programming books, c++ TheC++ ProgrammingLanguageThird Edition
- 2022-04-07 10:03:37下载
- 积分:1
-
能显示出你键盘相对应的按键代码的源码简单小程序,适合新手...
能显示出你键盘相对应的按键代码的源码简单小程序,适合新手-Able to demonstrate your keyboard keys corresponding to the source code for a simple small program, suitable for novice
- 2022-08-06 00:54:42下载
- 积分:1
-
把一个文件模拟为磁盘,然后在该磁盘上建立文件系统,并提供基本的文件访问函数...
把一个文件模拟为磁盘,然后在该磁盘上建立文件系统,并提供基本的文件访问函数-put a document to disk simulation, which is built on disk file system and provides basic file access function
- 2023-05-17 17:40:03下载
- 积分:1
-
运行环境: win9x 文件大小: 270Kb 软件等级: ★★★★★ 软件类别: 国产软件 添加时间: 2004...
运行环境: win9x 文件大小: 270Kb 软件等级: ★★★★★ 软件类别: 国产软件 添加时间: 2004-10-31 8:04:26 软件语言: 简体中文 开 发 商:Email 主页 授权方式: 免费软件 相关链接: 程序演示 软件注册-runtime environment : win9x File Size : 270Kb software Grade : People Buranee software categories : domestic software add Time : 2004-10-31 8:04:26 software languages : English developers : Email Home license : free software related Links : presentation software registration procedures
- 2022-03-20 21:36:24下载
- 积分:1
-
Chinese name (C language commonly used algorithm for source code), you can see,...
中文书籍名(C语言常用算法源代码),可以看看,适合初学者!-Chinese name (C language commonly used algorithm for source code), you can see, for beginners!
- 2023-06-06 11:30:03下载
- 积分:1
-
fsharp file backup
使用csharp的兄弟语言fsharp 进行文件的备份,在配置文件中设置需要备份的路径,目标路径和需要跳开的文件,程序将对文件进行多线程备份,并在前台进行数据显示。
- 2022-03-01 10:29:28下载
- 积分:1