Author |
Message |
Topic: Maximum Timer ISR Speed |
dossdev
Replies: 9
Views: 15925
|
Forum: General CCS C Discussion Posted: Sun Aug 29, 2010 12:52 pm Subject: Maximum Timer ISR Speed |
It turns out that I can actually get 30 KHz (15 kHz at pin C3) when I use a timer preload value of 255 with an 8 MHz osc (1:1). The calculation for these values yields 2 MHz which is never going to h ... |
Topic: Maximum Timer ISR Speed |
dossdev
Replies: 9
Views: 15925
|
Forum: General CCS C Discussion Posted: Sun Aug 29, 2010 11:37 am Subject: Maximum Timer ISR Speed |
I understand about there being a limit on servicing a timer ISR, but I can't seem to even get close to a practical limit. Switching to fastio did minimize the code required to toggle C3 and made a dif ... |
Topic: Maximum Timer ISR Speed |
dossdev
Replies: 9
Views: 15925
|
Forum: General CCS C Discussion Posted: Thu Aug 26, 2010 10:24 pm Subject: Maximum Timer ISR Speed |
I'm working with a PIC16F616 and am playing with different Timer0 ISR settings and can't quite make sense of some of the timings I'm experiencing. Some of my measurements (pin toggling within ISR) are ... |
Topic: Pseudo Timer Interrupt with PIC16F506 |
dossdev
Replies: 2
Views: 4750
|
Forum: General CCS C Discussion Posted: Wed Aug 18, 2010 9:17 pm Subject: Pseudo Timer Interrupt with PIC16F506 |
Hello all,
In the all mighty search for the least expensive PIC for the job, I've discovered the 16F506 which, unfortunately, does not have one single interrupt. I guess you get what you pay for. A ... |
Topic: Seiko Label Printer Driver Help |
dossdev
Replies: 6
Views: 8113
|
Forum: General CCS C Discussion Posted: Fri Jan 29, 2010 2:16 pm Subject: Seiko Label Printer Driver Help |
Here's a link to the latest Command Interface Spec for all Seiko Smart Label Printers (SLP):
http://www.doss.com/Docs/SLP%20Command%20Interface%20Specification%20v2_4.pdf |
Topic: Seiko Label Printer Driver Help |
dossdev
Replies: 6
Views: 8113
|
Forum: General CCS C Discussion Posted: Fri Jan 29, 2010 11:07 am Subject: Seiko Label Printer Driver Help |
Thanks for your reply Michael.
The hardware is is simply RS-232. There are several commands, however the majority of the work appears to be done by a 'print literal' which prints the bit-mapped ima ... |
Topic: Seiko Label Printer Driver Help |
dossdev
Replies: 6
Views: 8113
|
Forum: General CCS C Discussion Posted: Fri Jan 29, 2010 9:10 am Subject: Seiko Label Printer Driver Help |
Hello all,
I'm looking for some help with printing to Seiko thermal label printers. Specifically the "Smart Label" family of printers. These are bit mapped raster printers where every dot ... |
Topic: PIC18f452 USB Question |
dossdev
Replies: 3
Views: 5334
|
Forum: General CCS C Discussion Posted: Wed Oct 21, 2009 1:06 pm Subject: PIC18f452 USB Question |
Sorry, wrong p/n. I would use something like an 18F2455, 2550, etc. |
Topic: PIC18f452 USB Question |
dossdev
Replies: 3
Views: 5334
|
Forum: General CCS C Discussion Posted: Wed Oct 21, 2009 12:53 pm Subject: PIC18f452 USB Question |
I need to interface to a custom app running on a PC via USB. Normally I do this using the FTDI 232 chip which creates a virtual COM port on the PC. I'm planning on using an 18F part in my design anywa ... |
Topic: PIC16F526 - Timer Interrupts - Are they possible? |
dossdev
Replies: 9
Views: 10947
|
Forum: General CCS C Discussion Posted: Tue Jul 28, 2009 12:54 pm Subject: PIC16F526 - Timer Interrupts - Are they possible? |
Thanks PCM, you've always got great info - really appreciate it. I was hoping to not have to change micros. The alternate parts with interrupts cost a few dimes more. Seems my customers always want as ... |
Topic: PIC16F526 - Timer Interrupts - Are they possible? |
dossdev
Replies: 9
Views: 10947
|
Forum: General CCS C Discussion Posted: Tue Jul 28, 2009 10:25 am Subject: PIC16F526 - Timer Interrupts - Are they possible? |
Thanks for your help adesport. Fortunately there appears to be a migration path up to other pin compatible devices like the 16F616 and 16F676. |
Topic: PIC16F526 - Timer Interrupts - Are they possible? |
dossdev
Replies: 9
Views: 10947
|
Forum: General CCS C Discussion Posted: Tue Jul 28, 2009 10:04 am Subject: PIC16F526 - Timer Interrupts - Are they possible? |
Too bad I didn't notice that when I selected the part. Well maybe I can use the WDT as pseudo timer ISR? |
Topic: PIC16F526 - Timer Interrupts - Are they possible? |
dossdev
Replies: 9
Views: 10947
|
Forum: General CCS C Discussion Posted: Tue Jul 28, 2009 9:22 am Subject: PIC16F526 - Timer Interrupts - Are they possible? |
I'm attempting to implement a timer0 interrupt, but it's looking (according to the datasheet) like this may not be possible. Is there a way to create an RTC ISR without using the WDT? |
Topic: #define math |
dossdev
Replies: 12
Views: 10950
|
Forum: General CCS C Discussion Posted: Thu Jul 23, 2009 9:29 pm Subject: #define math |
Got it all sorted out. My biggest problem was the order of precedence in the #define statements.
Thanks so much for everyone's insightful input.
BR's. |
Topic: #define math |
dossdev
Replies: 12
Views: 10950
|
Forum: General CCS C Discussion Posted: Tue Jul 21, 2009 11:40 pm Subject: #define math |
I've narrowed the problem down to what looks to be an issue with using the ADC variable result versus a fixed ADC value. I've tried all sizes of variables, etc. May be a compiler problem.
Delay_T ... |
|