Author |
Message |
Topic: Help troubleshooting serial comm issue |
dbotkin
Replies: 2
Views: 6222
|
Forum: General CCS C Discussion Posted: Fri Oct 10, 2014 11:30 am Subject: Help troubleshooting serial comm issue |
As it turns out, I was looking in the wrong place. The fault was in my USB bootloader. When I compiled for standalone operation and burned the chip, it worked as designed. I needed to re-compile th ... |
Topic: Help troubleshooting serial comm issue |
dbotkin
Replies: 2
Views: 6222
|
Forum: General CCS C Discussion Posted: Fri Oct 10, 2014 12:18 am Subject: Help troubleshooting serial comm issue |
I'm having a devil of a time tracking down a problem here.
I've got one board with a PIC18F26J50, code written with PICC 5.025. It's an existing product, works fine. I'm trying to get it to talk ... |
Topic: Any way to change output HEX file name? |
dbotkin
Replies: 3
Views: 8529
|
Forum: General CCS C Discussion Posted: Thu Aug 21, 2014 10:47 pm Subject: Any way to change output HEX file name? |
Awesome idea -- thanks. That will work. |
Topic: Any way to change output HEX file name? |
dbotkin
Replies: 3
Views: 8529
|
Forum: General CCS C Discussion Posted: Thu Aug 21, 2014 2:45 pm Subject: Any way to change output HEX file name? |
I have a common source code file that I use for two different products. I use #if/#endif to make whatever changes are needed due to hardware differences, but the base firmware functions the same on b ... |
Topic: Encrypted bootloader clarification |
dbotkin
Replies: 3
Views: 7433
|
Forum: General CCS C Discussion Posted: Wed Nov 06, 2013 11:15 pm Subject: Re: Encrypted bootloader clarification |
The one basic question I have is that the "ccsload" program offered by CCS has a "read from chip" option which reads the hex file as written on to the PIC.
Anyone can download c ... |
Topic: PIC12F675 Timer PWM + UART input |
dbotkin
Replies: 10
Views: 19337
|
Forum: General CCS C Discussion Posted: Fri Nov 01, 2013 3:37 pm Subject: PIC12F675 Timer PWM + UART input |
Are you completely bound to the 12F675? The 12F1822 is a FAR more capable chip, pin compatible, is actually a little cheaper in quantity, and has a hardware EUSART in addition to many, many other imp ... |
Topic: Changing baud rate on software UART? |
dbotkin
Replies: 16
Views: 32723
|
Forum: General CCS C Discussion Posted: Fri Nov 01, 2013 1:05 pm Subject: Changing baud rate on software UART? |
How about a device whose UART pins I can MOVE at will? Bingo. 16F1827/1847.There are even more PICs that can do this than the two models you reference here.
I'm surprised you consider changing pr ... |
Topic: Changing baud rate on software UART? |
dbotkin
Replies: 16
Views: 32723
|
Forum: General CCS C Discussion Posted: Thu Oct 31, 2013 11:15 pm Subject: Changing baud rate on software UART? |
Worth saying that the 'historic' rate for NME GPS strings is 4800bps.
Look up NMEA 0183.
Running at the lower rate, means you can do things slower (interrupt at lower frequency on the example given ... |
Topic: Changing baud rate on software UART? |
dbotkin
Replies: 16
Views: 32723
|
Forum: General CCS C Discussion Posted: Wed Oct 30, 2013 10:44 pm Subject: Changing baud rate on software UART? |
Thanks for the input, guys.
So here's the deal. One serial interface connects to another PIC based device on another board, and that link needs to be reliable, as in hardware UART.
The seco ... |
Topic: Changing baud rate on software UART? |
dbotkin
Replies: 16
Views: 32723
|
Forum: General CCS C Discussion Posted: Tue Oct 29, 2013 10:16 pm Subject: Changing baud rate on software UART? |
Yes, I did. |
Topic: Changing baud rate on software UART? |
dbotkin
Replies: 16
Views: 32723
|
Forum: General CCS C Discussion Posted: Tue Oct 29, 2013 12:34 pm Subject: Changing baud rate on software UART? |
Thanks for the reply. I had thought of that -- a separate stream for each baudrate -- but it would mean that every fprintf() would need to be duplicated with if() or case() wrapped around each one. ... |
Topic: PIC24F USB Host |
dbotkin
Replies: 9
Views: 21187
|
Forum: General CCS C Discussion Posted: Tue Oct 29, 2013 10:06 am Subject: PIC24F USB Host |
yeah... I've given up waiting for CCS to come through with a USB host stack. As much as I hate using the Vinculum device I see no other viable option. They are OK for simple jobs, but a little bugg ... |
Topic: Changing baud rate on software UART? |
dbotkin
Replies: 16
Views: 32723
|
Forum: General CCS C Discussion Posted: Tue Oct 29, 2013 10:00 am Subject: Changing baud rate on software UART? |
Is it possible to set or change the baud rate of a software UART at run time?
I've got a design that uses two serial ports, but the chip has only one hardware EUSART (it's a 16F1459). I'd like to ... |
Topic: MachX - hands free? |
dbotkin
Replies: 0
Views: 26910
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Sep 12, 2013 9:36 pm Subject: MachX - hands free? |
I've been using an ICD-U64 for a while now, and really like the hands-free programming mode when I have to burn a large number of chips. When my U64 needed repair, I decided to bit the bullet and buy ... |
Topic: tcp bootloader |
dbotkin
Replies: 18
Views: 27211
|
Forum: General CCS C Discussion Posted: Mon Feb 04, 2013 11:45 pm Subject: Re: ex_usb_bootloader |
I have just got the "ex_usb_bootloader" example working on the PIC18F27J53. I guess it works the same way as the serial bootloader "ex_bootloader".
With regard to the discussio ... |
|