Author |
Message |
Topic: How to check how long code takes to run? |
NikkiC
Replies: 3
Views: 9231
|
Forum: General CCS C Discussion Posted: Fri Jan 07, 2005 5:25 pm Subject: How to check how long code takes to run? |
Three ways: using an oscilloscope, using the simulator in MPLAB or simply counting the number of clock cycles required to execute any chunk of code.
Nikki |
Topic: USB Development |
NikkiC
Replies: 8
Views: 18128
|
Forum: General CCS C Discussion Posted: Mon Jun 21, 2004 11:35 am Subject: USB Development |
I see in your device description, usb_desc.h, you use this VID: 0x61,0x04, //vendor id (0x04D8 is Microchip, or is it 0x0461 ??)
If only 100 units will ever be made, can that be left as is or am le ... |
Topic: USB Development |
NikkiC
Replies: 8
Views: 18128
|
Forum: General CCS C Discussion Posted: Mon Jun 21, 2004 8:37 am Subject: USB Development |
Hi Darren,
That's the thing, why would I want a HID device over an FTDI one? Apart from not having to fiddle with COM ports, what are the benefits?
As far as I can tell, your HID device drivers ... |
|