does CCS support pic18f2550? w/ the built in usb module?
Posted: Fri Nov 11, 2005 6:55 pm
does CCS support pic18f2550? is support for built in usb module? does the compiler come with some examples of using this chip or similar chips 4455/4550/2455/?
just curious before I start thinking about having to purchase another licences from ccs.
Nick
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Fri Nov 11, 2005 8:01 pm
Quote:
does CCS support pic18f2550?
Here is the header file name:
c:\program files\picc\devices\18f2550.h
//////// Standard Header file for the PIC18F2550 device ////////////////
#device PIC18F2550
Quote:
Is support for built in usb module? does the compiler come with
some examples of using this chip or similar chips 4455/4550/2455/?
Here is a list of CCS files that contain "18F4550" in them:
c:\program files\picc\examples\ex_usb_hid.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin
c:\program files\picc\examples\ex_usb_scope.c
#include <18F4550.h>
//#define USB_CON_SENSE_PIN PIN_B2
//CCS 18F4550 development kit has optional conection sense pin
///only the 18F4550 development kit has this pin
c:\program files\picc\examples\ex_usb_mouse.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin
c:\program files\picc\examples\ex_usb_kbmouse2.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin
c:\program files\picc\examples\ex_usb_kbmouse.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin
c:\program files\picc\examples\ex_usb_serial2.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin
c:\program files\picc\examples\ex_usb_serial.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin
c:\program files\picc\devices\18f4550.h
//////// Standard Header file for the PIC18F4550 device ////////////////
#device PIC18F4550
c:\program files\picc\drivers\usb.c 11/2/05
//// WITH 18F4550) ////
c:\program files\picc\drivers\usb.h 7/13/05
//// WITH 18F4550) ////
c:\program files\picc\drivers\usb_cdc.h
//// When using 18F4550 family, the RX buffer is ////
//// When using the 18F4550 family, you can increase ////
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum