Author |
Message |
Topic: More than 115200 baud on 18F8722 or any PIC for that matter? |
ninjanick
Replies: 3
Views: 5146
|
Forum: General CCS C Discussion Posted: Tue Sep 06, 2005 6:04 pm Subject: More than 115200 baud on 18F8722 or any PIC for that matter? |
If the PLL multiplier is used, does the BRG get set by the external crystal (10Mhz) or the clocked multiplied (40Mhz) clock? Looks like it's the clock multiplied. |
Topic: More than 115200 baud on 18F8722 or any PIC for that matter? |
ninjanick
Replies: 3
Views: 5146
|
Forum: General CCS C Discussion Posted: Tue Sep 06, 2005 12:00 pm Subject: More than 115200 baud on 18F8722 or any PIC for that matter? |
Is there a way to communicate at higher clock rates? Say 230400, etc ... Most PCs now adays support the higher data rates and was wondering if the PIC I selected or any other PIC can support the hig ... |
Topic: Cannot Read Target VDD? |
ninjanick
Replies: 4
Views: 36913
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Sun Jul 10, 2005 12:01 am Subject: Cannot Read Target VDD? |
Basically it's a new chip and board. I'm using the same ICD, firmware, etc ... The programming cable that connects the ICD is new, but I traced all the leads back to the corresponding pins on the RJ ... |
Topic: Cannot Read Target VDD? |
ninjanick
Replies: 4
Views: 36913
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Wed Jul 06, 2005 6:21 pm Subject: Cannot Read Target VDD? |
I'm using an ICDU-40 to program a PIC16F628A. I can erase the chip and read the Device ID, however it cannot read the target VDD. I'm using the ICD to power the device for programming. MCLR functio ... |
Topic: Help 9346 EEPROM! |
ninjanick
Replies: 5
Views: 11958
|
Forum: General CCS C Discussion Posted: Thu Apr 14, 2005 5:27 pm Subject: Help 9346 EEPROM! |
RB0 isn't connected to the EEPROM and I disabled the RB0 Interrupt. This is just wierd. I can read and write to the EEPROM all the way up until I toggle the signal on RB0. After that it locks to an ... |
Topic: Help 9346 EEPROM! |
ninjanick
Replies: 5
Views: 11958
|
Forum: General CCS C Discussion Posted: Thu Apr 14, 2005 12:06 am Subject: Help 9346 EEPROM! |
The 93C46 is set to 8-bit mode and the EEPROM does seem to work. As I can read/write to the EEPROM many times consecutively and not. What I found out is that if Port B0 fluctuates (high to low back ... |
Topic: Help 9346 EEPROM! |
ninjanick
Replies: 5
Views: 11958
|
Forum: General CCS C Discussion Posted: Wed Apr 13, 2005 12:00 pm Subject: Help 9346 EEPROM! |
Sorry ... typo ... should be 93C46. |
Topic: Help 9346 EEPROM! |
ninjanick
Replies: 5
Views: 11958
|
Forum: General CCS C Discussion Posted: Tue Apr 12, 2005 11:23 pm Subject: Help 9346 EEPROM! |
I've implemented 9346.c with my main program and what I'm discovering is that the write routines function fine once. When I try to write to the EEPROM again, it will not write correctly. I have to p ... |
Topic: PIC16F628A and PCW 3.190 |
ninjanick
Replies: 1
Views: 6446
|
Forum: General CCS C Discussion Posted: Wed Feb 23, 2005 12:35 am Subject: PIC16F628A and PCW 3.190 |
I'm trying to program a PIC16F628A. Looking at the datasheet, the 628A has an internal oscillator and analog ports, however pic16f628a.h doesn't include a setup_oscillator command nor does it have an ... |
Topic: why am i ruining 16f628 chips??? |
ninjanick
Replies: 12
Views: 19432
|
Forum: General CCS C Discussion Posted: Mon Dec 13, 2004 1:39 am Subject: why am i ruining 16f628 chips??? |
Do you have the PROTECT fuse set? Try without if you do and see if you have the same issue. Also, are you powering the device from the ICD or a separate power source? Check your MCLR pin. |
Topic: Code Protection and Potential Upgrades? |
ninjanick
Replies: 3
Views: 8660
|
Forum: General CCS C Discussion Posted: Thu Oct 28, 2004 3:15 pm Subject: Code Protection and Potential Upgrades? |
Thanks! I think the security sticker is the way to go. Anyone know a good vendor that has a sticker that will fit on an 18-pin dip? |
Topic: Code Protection and Potential Upgrades? |
ninjanick
Replies: 3
Views: 8660
|
Forum: General CCS C Discussion Posted: Tue Oct 26, 2004 3:48 pm Subject: Code Protection and Potential Upgrades? |
I know Code Protection is possilbe, but I have a situation where future upgrades are a possibility. I thought of opening the EEPROM Memory so that I can read the build date, revision, etc ... since i ... |
Topic: Timer1() and Sleep() Code Basics |
ninjanick
Replies: 5
Views: 12811
|
Forum: General CCS C Discussion Posted: Wed Sep 22, 2004 11:52 pm Subject: Timer1() and Sleep() Code Basics |
Not really sure if TIMER1 is active during SLEEP. Might want to check the datasheet. But as a suggestion, you could do exactly what you want with the WDT. |
Topic: Incorrect Device ID at 5VDC? |
ninjanick
Replies: 7
Views: 56145
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Sat Sep 18, 2004 2:47 pm Subject: Incorrect Device ID at 5VDC? |
Ok scratch that ... I mean the way I've been programming them seems pretty reliable. I will have to order a new batch and see if 04 date code chips behave the same or differently. |
Topic: Incorrect Device ID at 5VDC? |
ninjanick
Replies: 7
Views: 56145
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Fri Sep 17, 2004 10:32 am Subject: Incorrect Device ID at 5VDC? |
Andreas,
I called my local Microchip rep and they don't have any record of problems with 03 data code chips. But I have seen some issues on the forums where people were complaing about 03 date cod ... |
|