-
本测试代码使用脉宽调制控制发光二极管闪烁,但是,用户可以使用脉宽调制来做…
This test code use PWM to control LED flashing, however, users can use PWM to do other things with the PWM initialization code-AT91SAM7S test code for PWM development under IAR platform
- 2022-03-22 15:13:43下载
- 积分:1
-
使用寄存器点亮led灯
使用寄存器点亮led灯,是关于arm工程的,要与开发板结合使用,编程工具是keil5.
- 2023-05-12 02:10:03下载
- 积分:1
-
stm32f10x GPIO
#include
#include "STM32_Init.h"
int main (void)
{
int i=0;
stm32_Init(); // Init System
GPIOB->CRL = 0x22222222; // bit0~7 output(push-pull)
GPIOB->CRH = 0x22222222; // bit8~14 output(push-pull)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-15 18:51:04下载
- 积分:1
-
ARM资料 Huihoo.org
ARM资料 Huihoo.org - Linux源代码目录树结构-information Huihoo.org ARM-Linux source code directory tree structure
- 2022-03-10 11:31:10下载
- 积分:1
-
MIPS R4400 用户手册,指令集介绍
MIPS R4400 用户手册,指令集介绍-The R4000 processor provides complete application software
compatibility with the MIPS R2000, R3000, and R6000 processors.
Although the MIPS processor architecture has evolved in response to a
compromise between software and hardware resources in the computer
system, the R4000 processor implements the MIPS ISA for user-mode
programs. This guarantees that user programs conforming to the ISA
execute on any MIPS hardware implementation.
- 2022-03-23 20:42:34下载
- 积分:1
-
is Samsung's S3C4510 development board block the use of text, a detailed des...
是三星的S3C4510开发板的使用文挡,有详细的设计资料,很好。-is Samsung"s S3C4510 development board block the use of text, a detailed design information, very good.
- 2022-01-28 19:14:07下载
- 积分:1
-
JTAG的ARM 44B0
jtag arm 44b0
- 2022-01-29 04:30:27下载
- 积分:1
-
ARM ADS1.2的榜样来学习好!
ARM ADS1.2例子,学习用很好!-ARM ADS1.2 examples to learn from good!
- 2022-05-20 00:04:31下载
- 积分:1
-
lpc2131实验1
功能:GPIO控制实验
lpc2131实验1
功能:GPIO控制实验-lpc2131 experimental one function: GPIO control experiment
- 2022-03-18 05:35:23下载
- 积分:1
-
ILI9320驱动程序
资源描述/* Includes ------------------------------------------------------------------*/
#include "ili9320.h"
#include "stm32f10x_lib.h"
#include "hardware.h"
#define jiedi_red_on {ili9320_Clear(BROWN);}
#define jiedi_green_on {ili9320_Clear(BROWN);}
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
static vu32 TimingDelay = 0;
GPIO_InitTypeDef GPIO_InitStructure;
ErrorStatus HSEStartUpStatus;
extern u8 gImage_11[];
/* Private function prototypes -----------------------------------------------*/
void RCC_Configuration(void);
void Int
- 2022-01-27 23:30:59下载
- 积分:1