-
The development of an information to learn Thai, such as occurs takes no respons...
立于泰开发资料学习用,如发生侵权纠纷概不负责。-The development of an information to learn Thai, such as occurs takes no responsibility for infringement disputes.
- 2022-08-03 13:12:59下载
- 积分:1
-
STM32非固件库程序,实现功能:GPIO口输出方波
STM32非固件库程序,实现功能:GPIO口输出方波-Non-STM32 firmware library program, to achieve functional: GPIO port output pulse
- 2022-03-19 03:52:25下载
- 积分:1
-
STM32开发板之MP3程序
/*Includes----------------------------------*/
#include"stm32f10x_lib.h" //包含所用的头文件
#include
#include"vs1003.h"
#include"spi.h"
//---------------------函数的声明---------------------------
void Delay_Ms(u16 time);
void RCC_Configuration(void);
void GPIO_Configuration(void);
- 2022-01-23 11:23:12下载
- 积分:1
-
ARM平台上的RS485通信,接受发送都使用中断方式
ARM平台上的RS485通信,接受发送都使用中断方式-ARM platform on the RS485 communications, has accepted the use of this interrupt
- 2022-04-18 11:38:04下载
- 积分:1
-
stm32驱动12864显示频谱
stm32驱动12864显示频谱,通过stm32外部的fft库进行快速傅里叶变化,从而实现频谱的处理,然后在对采集到的数据点进行量化,对应刷屏,更新屏幕
- 2022-04-18 21:26:12下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1
-
2104开发板的硬件资料
2104开发板的硬件资料-2104 development board hardware information
- 2022-02-04 22:03:58下载
- 积分:1
-
DSP28335 SCI
应用背景Dsp28335 的寄存器设置等等, 与上位机进行通信。 有助于初学28335的本科生,研究生。 也有助于工程技术开发人员进行二次开发关键技术
#include "DSP28x_Project.h"// Device Headerfile and Examples Include File
interrupt void scibTxFifoIsr(void);//fifo发送中断函数
interrupt void scibRxFifoIsr(void);//fifo接收中断函数
void scib_fifo_init(void);//scib fifo模式 初始化函数
char buffer [100];//数据缓冲数组
void main(void)
{
Uint16 i;
InitSysCtrl();//系统时钟等初始化
InitSciGpio();//sci端口初始化
DINT; //关掉中断
InitPieCtrl(); //pie模块初始化
IER = 0x0000;//关cpu中断
IFR = 0x0000;//清cpu中断标志
- 2022-01-25 23:28:42下载
- 积分:1
-
编码器DSP TMES320LF2407程序
编码器DSP TMES320LF2407程序-encoder DSP TMES320LF2407 procedures
- 2022-02-15 06:07:06下载
- 积分:1
-
介绍nand flash 编程的一篇非常好的文献,想学习的快来下吧
介绍nand flash 编程的一篇非常好的文献,想学习的快来下吧-Nand flash programming introduce a very good literature, I would like to learn Come, are you
- 2022-08-08 12:13:05下载
- 积分:1