|
MCC18
!!!! Microchip has changed the location of the computer from MCC18 to "C:\Program Files\Microchip\mplabc18\v3.40", resulting in some errors during compilation, you may change the search path in the Project parameters in MPLAB or add a link in c:/mcc18 showing to "C:\Program Files\Microchip\mplabc18\v3.40"
!!!! Microchip a changé l'endroit ou est installé le compilateur, vous devrez changer les paramètres de recherche du project (dans "project" "build options") dans les anciens projets et aussi verifier que "set language tool location" indique le bon chemin vers le nouvel emplacement du compilateur.
Simple examples
X1 New code template and Picstar generic libraries (includes pic ini, def + lkr file):
code_template.zip picstar_library 111029.zip
X2 My First Project all MPLAB files included my1stproject.zip 10/12/2011, 10:16
Setup my first project tutorial update My 1st PICSTAR Program v1-2012.pdf
X3 Simple Push Button routine (counts nr of pushes): PsSimplePushBotton.zip
X4 Simple PFM driver for Motor control (not interrupt driven): PsSimplePfm.zip
X5 Simple PPM driver for Servo control (not interrupt driven): PsSimpleServo.zip
X6 Simple Sound driver (Buzzer) sirene, bip, beep(freq,duration_ms): PsSimpleSound.zip
X7 Simple Routine to test Motor with encode: work in progress
X8 Simple RC5 decoder can be used with Microdules PsSimpleRC5.zip
X9 Simple ADC example, reading RA0, display on PORTD PsSimpleADC.zip
X10 Simple printout on HW UART IO using the Microchip library PsUart.zip
Interrupt Based Examples
I1 Interrupt based PFM for Motor Control PsInt0Pfm.zip
Driver for external modules
D1 RC5 IR remote control decoder: planned rc5_decoder.zip
D2 Interrupt driven routines for Motor, Servo, RC5 IR:
D3 LCD 2x16 driver test (uses XLCD from Microchip) PsLCD_2x16.zip
D4 I2C Scanner with 2x16 character display on PortD Psi2c_scanner_lcd.zip
D5 I2C Scanner with Microdule Hex + LED board on PortD+PORTC Psi2c_Scanner_Microdule.zip
D6 Demo +Driver for CMPS03 compass (i2c): Compass_CMPS03.zip
D7 Demo + Driver for SRF08 Ultrasonic sensor (i2c): Ultrasonic_SRF08_Microdule.zip
D8 IR proximity sensor (for didel LIT301 sensor type): ir_sensor.zip 07.12.2010, 17:00
Version 2 of IR sensor core, mesures ambiant light+ir reflection ir_sensor2.zip 01/01/1970, 01:00
D9 LCD Nokia 3310/3410 module: LCD3310-3410_driver.zip vers 1.7.2010
D10 LCD Siemens S65 Color display
D11 Hope RF12B communication with USB-Dongle RF12B_DEMO.zip
D12 MAXIM 1731 temp. Sensor using I2C Hardware DS1731_driver_hw.zip
D13 MAXIM DS1731 temp sensor using I2C Software and Nokia 3310 display DS1731_lcd3310.zip
ADDITIONAL SOURCE CODE WILL BE POSTED IN THE FORUM WITH ACCESS
FOR REGISTERED USERS
SOLUTIONS
S1 Robot using interrupt, pfm and ir-sensor routine Ps_IRsensor_ROBOT_v1.0.zip
Robot Block schematic PICSTAR_Z-ROBOT.pdf also on youtube, check for zcontrol1
USB related
U1 CDC Serial emulator: check microchip solution library
U2 CDC USB demo from Microchip Solutions Framework: CDC - Basic Demo.zip
U3 CDC serial emulator template for PICSTAR: CDC_18F4550_PICSTAR.zip
REFERENCES
R1 microchip C18 getting started pdf
R2 microchip mplab quick start guide pdf
R3 microchip 18f4550 datasheet
R4 microchip C18 compiler library
R5 ANSI C Reference Card
|