-
Cortex
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对SPI进行操作。SPI适合于较长距离,高速通信。如SD,解码芯片等等。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the SPI. SPI is suitable for long distance, high-speed communications. Such as SD, decoder chip and so on.
- 2022-03-15 15:08:41下载
- 积分:1
-
ARM development board of the IXP400 network driver to the source.
有关ARM开发板上的IXP400网络驱动程序的源码以。-ARM development board of the IXP400 network driver to the source.
- 2023-01-02 00:16:09下载
- 积分: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
-
8051 series of tutorials the best examples of the best marquees marquees
8051系列教程最好的例子,最好的选框选框
- 2022-07-18 03:36:16下载
- 积分:1
-
STM32 AD+DMA
程序使用了STM32F103RBT6的AD和DMA,利用DMA使得AD传输的数据更快,节约了单片机的资源,能使ARM做更多相关的任务。
- 2022-03-09 15:25:43下载
- 积分:1
-
AVR 单片机驱动OV7660摄像头程序.
AVR 单片机驱动OV7660摄像头程序.-AVR Microcontroller-driven OV7660 camera program.
- 2023-08-27 19:35:04下载
- 积分:1
-
ARM嵌入式开发工具HITOOL.
ARM嵌入式开发工具HITOOL.-ARM Embedded Development Tools HITOOL.
- 2022-05-19 19:37:07下载
- 积分:1
-
jflash烧写工具(270)用vc编译只需要一根jflash线利用此软件就可对flash进行擦写...
jflash烧写工具(270)用vc编译只需要一根jflash线利用此软件就可对flash进行擦写-jflash Shaoxie Tools (270) with vc compiler requires only a jflash line use this software to be flash to erase
- 2022-01-25 23:10:44下载
- 积分:1
-
SC44B0的测试程序,此程序为4*4键盘的测试程序,基于扫描式读取键值并在LED上显示。...
SC44B0的测试程序,此程序为4*4键盘的测试程序,基于扫描式读取键值并在LED上显示。-SC44B0 testing procedures, the procedures for the 4* 4 keyboard testing procedures based on scan-read keys on the LED display.
- 2023-05-03 01:05:03下载
- 积分:1
-
an embedded RISC CPU design Verilog source code can be integrated. Detailed desi...
一个嵌入式RISC CPU 的Verilog 设计源码,可综合。内含详细的设计文挡。-an embedded RISC CPU design Verilog source code can be integrated. Detailed design containing the text block.
- 2022-03-02 22:58:11下载
- 积分:1