Difference between revisions of "Microchip PICs"
From Mech
Jump to navigationJump to searchLine 66: | Line 66: | ||
*[[Embedded Programming Tips for CCS C]] |
*[[Embedded Programming Tips for CCS C]] |
||
*[[Wireless PIC bootloading]] |
*[[Wireless PIC bootloading]] |
||
*[[PIC18F4431 with C18 Compiler]] |
|||
*[[PIC 18f4553]] |
*[[PIC 18f4553]] |
||
*[[I2C Motor Controller]] |
*[[I2C Motor Controller]] |
||
Line 72: | Line 71: | ||
*[[PIC Servo Controller]] |
*[[PIC Servo Controller]] |
||
*[[Watchdog timer]] |
*[[Watchdog timer]] |
||
==Programming the PIC with Microchip's MPLAB== |
==Programming the PIC with Microchip's MPLAB== |
Revision as of 13:29, 5 May 2009
Note: Most code on this page was written using the CCS compiler. Microchip's MPLAB is also occasionally used.
Using the PIC18F4520
- 4520 Board intro
- 4520 Board construction
- 4520 Board use
- Microcontroller PIC18F4520
- PIC MCUs: Capabilities of PIC18F4520
Example Code in C
- C Example: Parallel Interfacing with LCDs
- C Example: Digital Inputs
- C Example: PWM Motor Control
- C Example: Comparators
- C Example: Digital Outputs
- C Example: Analog Inputs
- C Example: Digital Outputs (Ports)
- C Example: Bi-Directional PWM Motor Control
- C Example: Serial LCD
Other PIC Resources
- PIC PWM Motor Driver
- Writing Code with the C18 Compiler
- Controlling a seven segment display
- PIC Microcontrollers with C18 Compiler
- PIC Motor Control and Serial Port Example
- PIC16F684
- PIC Microcontrollers with CCS Compiler
- Stepper motor control with the PIC
- PIC/C18 Compiler Tips and Troubleshooting
- CCS C
- Analog Input
- PIC MCUs: Hardware and Connections
- Storing constant data in program memory
- PIC Analog-Digital-Converter Example
- PIC Microcontroller
- Digital inputs & outputs
- Debugging C on a PIC
- Analog Output
- PIC MCUs: Software
- Interfacing to External EEPROM
- CCS IDE
- Interrupts
- PIC16F684 Registers
- Waveform Generation with AD9833
- Waveform Generation with AD9833, and SPI
- PIC computation time benchmarks
- PICkit 1
- PIC MCUs: 4520 Board
- More debugging tips
- Example Writeup: Analog Input
- LED Drivers
- Embedded Programming Tips for CCS C
- Wireless PIC bootloading
- PIC 18f4553
- I2C Motor Controller
- Driving a piezo speaker with a PIC
- PIC Servo Controller
- Watchdog timer