Location:
Search - pic18 spi
Search list
Description: 使用MSSP 模块进行SPI 串行EEPROM 与PIC18 单片机的接口设计-use MSSP modules SPI serial EEPROM and PIC18 MCU Interface Design
Platform: |
Size: 3044 |
Author: 徐佩 |
Hits:
Description: PIC18系列单片机,内部各个功能模块的通用初始化代码。包括MSSP,CCP,PWM,ADC,I2C,SPI都有。
Platform: |
Size: 6824 |
Author: zhulq |
Hits:
Description: Chart-04-----端口应用
Chart-05-----中断优先级处理
Chart-06-----SPI/IIC应用
Chart-07-----串口通讯应用
Chart-08-----端口RB应用
Chart-09-----TMR0/TMR1应用
Chart-10-----AD转换
Chart-11-----CCP1/PWM
Chart-12-----CAN通讯
Chart-13-----液晶显示
Chart-14-----WDT/SLEEP/EEPROM
Chart-15-----ECCP1/PWM全桥/半桥
Chart-16-----PSP/Master/slave
Platform: |
Size: 121782 |
Author: xuyong |
Hits:
Description:
pic18 SPI程序
Platform: |
Size: 2877 |
Author: 陈X |
Hits:
Description: PIC18读取sd卡的程序,不包括crc校验子程序-PIC18 read sd card procedures, including crc check subroutine
Platform: |
Size: 26624 |
Author: 陈正一 |
Hits:
Description: 使用MSSP 模块进行SPI 串行EEPROM 与PIC18 单片机的接口设计-use MSSP modules SPI serial EEPROM and PIC18 MCU Interface Design
Platform: |
Size: 3072 |
Author: 徐佩 |
Hits:
Description: PIC18系列单片机,内部各个功能模块的通用初始化代码。包括MSSP,CCP,PWM,ADC,I2C,SPI都有。-PIC18 series microcontroller, the various functional modules within a common initialization code. Including MSSP, CCP, PWM, ADC, I2C, SPI has.
Platform: |
Size: 6144 |
Author: zhulq |
Hits:
Description: Chart-04-----端口应用
Chart-05-----中断优先级处理
Chart-06-----SPI/IIC应用
Chart-07-----串口通讯应用
Chart-08-----端口RB应用
Chart-09-----TMR0/TMR1应用
Chart-10-----AD转换
Chart-11-----CCP1/PWM
Chart-12-----CAN通讯
Chart-13-----液晶显示
Chart-14-----WDT/SLEEP/EEPROM
Chart-15-----ECCP1/PWM全桥/半桥
Chart-16-----PSP/Master/slave-Chart-04----- port Application Chart-05----- Interrupt Priority Chart-06-----SPI/IIC application processing Chart-07----- Application Serial Communication Chart-08- RB port Chart-09-----TMR0/TMR1---- Application Application Chart-10----- AD conversion Chart-11-----CCP1/PWMChart-12-----CAN communications Chart-13----- LCD Chart-14-----WDT/SLEEP/EEPROMChart-15-----ECCP1/PWM full-bridge/half-bridge Chart-16-----PSP/Master/slave
Platform: |
Size: 121856 |
Author: xuyong |
Hits:
Description:
pic18 SPI程序 -pic18 SPI process
Platform: |
Size: 3072 |
Author: 陈X |
Hits:
Description: pic18f的spi主机代码pi c18f的spi主机代码-PIC18F host of the spi code pi c18f the spi host code
Platform: |
Size: 11264 |
Author: 姬雨初 |
Hits:
Description: PIC应用不及AN1018,使用C18编译器进行 SPI 串行EEPROM与PIC18 单片机的接口设计。-PIC application as AN1018, using C18 compiler SPI Serial EEPROM for PIC18 microcontroller and interface design.
Platform: |
Size: 864256 |
Author: 程大宝 |
Hits:
Description: PIC应用不及AN1018,使用C18编译器进行 SPI 串行EEPROM与PIC18 单片机的接口设计。-PIC application as AN1018, using C18 compiler SPI Serial EEPROM for PIC18 microcontroller and interface design.
Platform: |
Size: 3072 |
Author: 程大宝 |
Hits:
Description: 使用 C18 编译器和MSSP模块进行 SPI EEPROM与 PIC18 单片机的接口设计的应用笔记!-C18 compiler using the MSSP module and SPI EEPROM and PIC18 MCU Application Design Notes!
Platform: |
Size: 346112 |
Author: 程大宝 |
Hits:
Description: PIC18和TC77 溫度感測器的範例程式, 透過spi傳輸。-PIC18&TC77 source code of temperature sensor
Platform: |
Size: 4096 |
Author: andy |
Hits:
Description: pic18f4520用spi接口驱动带字库的12864液晶程序,-pic18f4520 with spi interface driver program with the character of 12864,
Platform: |
Size: 1024 |
Author: 蔡超 |
Hits:
Description: ● C语言程序例程。该子目录包括以下子程序:
——AD程序实现模拟量到数字量的转换功能;
——CAN程序实现CAN总线通讯功能;
——keyboard_check程序实现键盘的扫描查询方式输入;
——keyboard_disturb程序实现PORTB的"电平变化中断"进行键盘的输入;
——led0-8程序实现在8个LED上依次显示1~8数字;
——PWM程序用于使CCP1模块产生分辨率为10位的PWM波形,占空比为50 ;
——RS-232程序通过RS-232接口来完成PC计算机与单片机之间的通信;
——simple_POARD程序为外围功能模块简单应用实例,点亮与PORTD口相连的八个发光二极管;
——stopwatch程序实现计时秒表功能,时钟显示范围00.00~99.99秒,分辨度为0.01秒;
——switchinput程序用于开关量的输入(采用SPI总线),并显示在与D口相连的LED上;
——wakeup程序实现PIC18F458的休眠工作方式,并由实验板上的按键产生"电平变化中断"将其从休眠状态中激活;
——WDT程序实现"看门狗"WDT的功能;
——Yejing程序实现液晶显示器的接口和显示功能。
-● C language routine. The subdirectory include the following subroutine:
- AD program to achieve analog to digital conversion function
- The CAN program CAN bus communication functions
The- keyboard_check program keyboard scan query mode input
- Keyboard_disturb program PORTB change interrupt level "keyboard input
- Led0-8 program eight LEDs sequentially numbers 1 to 8
- PWM program for the CCP1 module produces a resolution of 10-bit PWM waveform, duty cycle of 50
- RS-232 program through the RS-232 interface to complete the communication between PC computer and microcontroller
- Simple_POARD program simple application example for the peripheral function modules, lit PORTD port connected eight light-emitting diodes
- Stopwatch stopwatch program, clock display range from 00.00 to 99.99 seconds, and a resolution of 0.01 seconds
The- switchinput program is used to switch the input (SPI bus), and display on the LED connected to port D
- Wakeup program the PIC18F458 do
Platform: |
Size: 2292736 |
Author: 王涛 |
Hits:
Description: PIC18F452的SPI接口存储器测试程序,USART输出-PIC18F452 SPI interface memory test program, USART output
Platform: |
Size: 115712 |
Author: zhangjian |
Hits:
Description: SPI通信---pic18系列单片机编程实现使用MAX7219控制4位7段数码管显示数字:0 1 2 3。-SPI communication--- pic18 series microcontroller programming using the MAX7219 control four 7-segment LED display digits: 0123.
Platform: |
Size: 30720 |
Author: 罗卉 |
Hits:
Description: 新手学习用,常见的SPI通讯实例,其中的读和写数据都是随意写的只需要看功能就好。(Novice learning to use, a common example of SPI communication.)
Platform: |
Size: 180224 |
Author: game563
|
Hits:
Description: spi interface with microchip pic18
Platform: |
Size: 3578880 |
Author: maqs
|
Hits: