Author |
Message |
Topic: PIC10F200 Watchdog Timer tripping |
ntgcp_08
Replies: 3
Views: 6250
|
Forum: General CCS C Discussion Posted: Tue Aug 10, 2010 12:39 pm Subject: PIC10F200 Watchdog Timer tripping |
That is the issue, I don't want to wake up from the WDT. I am using an ICD2 and MPLAB v8.15 to program the part.
I just got everything working but can someone explain how?...
In MPLAB, under co ... |
Topic: PIC10F200 Watchdog Timer tripping |
ntgcp_08
Replies: 3
Views: 6250
|
Forum: General CCS C Discussion Posted: Tue Aug 10, 2010 8:01 am Subject: PIC10F200 Watchdog Timer tripping |
I am trying to use the 10F200 to simply wakeup on a change in state on PIN_B2 or PIN_B3 and set PIN_B0 and PIN_B1 high for one second. However, I am never waking up on a pin change in state. But I a ... |
Topic: PIC10F200 Option Register |
ntgcp_08
Replies: 1
Views: 4709
|
Forum: General CCS C Discussion Posted: Wed Jul 28, 2010 9:22 am Subject: PIC10F200 Option Register |
I'm trying to setup the PIC10F200. I want to disable the weak pull-ups and I want to enable the wake-up on pin change.
However, I do not know how to access the OPTION register. In the datasheet, ... |
Topic: Counter on Timer1 never counts 1st pulse |
ntgcp_08
Replies: 2
Views: 5063
|
Forum: General CCS C Discussion Posted: Tue Apr 28, 2009 10:00 am Subject: Counter on Timer1 never counts 1st pulse |
I read the errata document. In my application the user will clear the timer (reset it to zero). The external clock pulse will always be low when the timer is reset. So I need to follow the second m ... |
Topic: Counter on Timer1 never counts 1st pulse |
ntgcp_08
Replies: 2
Views: 5063
|
Forum: General CCS C Discussion Posted: Mon Apr 27, 2009 1:54 pm Subject: Counter on Timer1 never counts 1st pulse |
PIC = 18F67J50
Supply Voltage = 3.0V
Compiler Version = PCH V4.092
All I am trying to do is count pulses on pin C0. Everything works except I never count the first pulse. Everytime I reset the ... |
Topic: A/D conversion using 18F67J50 |
ntgcp_08
Replies: 2
Views: 4150
|
Forum: General CCS C Discussion Posted: Fri Nov 07, 2008 8:26 am Subject: A/D conversion using 18F67J50 |
Thanks! |
Topic: A/D conversion using 18F67J50 |
ntgcp_08
Replies: 2
Views: 4150
|
Forum: General CCS C Discussion Posted: Thu Nov 06, 2008 2:00 pm Subject: A/D conversion using 18F67J50 |
I'm using compiler PCH version 4.066.
I'm using the 18F67J50.
The PIC is powered by 3.3V.
The A/D reference voltage is 2.048V.
The issue I am seeing is I when set the A/D to use Vdd and Vss as i ... |
Topic: 18F87J50 vs 18F67J50 Oscillator settings |
ntgcp_08
Replies: 1
Views: 4792
|
Forum: General CCS C Discussion Posted: Thu Oct 02, 2008 12:28 pm Subject: 18F87J50 vs 18F67J50 Oscillator settings |
I've been using the 18F87J50 on a demo board for testing until I get my proto PCB's in. I am going to use the 18F67J50. I changed the firmware to use the 67J50 and when I compiled it said "Unde ... |
Topic: USB problem connecting to PC with 18F87J50 |
ntgcp_08
Replies: 4
Views: 6224
|
Forum: General CCS C Discussion Posted: Tue Sep 30, 2008 3:04 pm Subject: USB problem connecting to PC with 18F87J50 |
The 3rd post...
http://www.ccsinfo.com/forum/viewtopic.php?t=35417&highlight=usb+connect |
Topic: USB problem connecting to PC with 18F87J50 |
ntgcp_08
Replies: 4
Views: 6224
|
Forum: General CCS C Discussion Posted: Tue Sep 30, 2008 2:47 pm Subject: USB problem connecting to PC with 18F87J50 |
Well, as soon as I posted, I found the issue...
I needed the following line:
setup_oscillator(OSC_PLL_ON);
and I needed to change my clock speed to 48Mhz.
After searching through the forum ... |
Topic: USB problem connecting to PC with 18F87J50 |
ntgcp_08
Replies: 4
Views: 6224
|
Forum: General CCS C Discussion Posted: Tue Sep 30, 2008 2:20 pm Subject: USB problem connecting to PC with 18F87J50 |
I'm using Microchips demo board PIC18F85J50 PIM as a stand along module. All I want to do is print debug information out the USB port. However, I can not get the demo board to be recognized by my PC ... |
Topic: CCS Bootloader using Software Uart |
ntgcp_08
Replies: 1
Views: 3418
|
Forum: General CCS C Discussion Posted: Tue Sep 23, 2008 7:05 pm Subject: CCS Bootloader using Software Uart |
I've searched for hours trying to find the answer... is it possible to use CCS's loader.c with a software UART?
I've used ex_bootloader.c, bootloader.h, and loader.c with a hardware uart and it wor ... |
Topic: CCS Bootloader Problem |
ntgcp_08
Replies: 6
Views: 7390
|
Forum: General CCS C Discussion Posted: Fri Sep 19, 2008 10:33 am Subject: CCS Bootloader Problem |
OK, I've got it working...
How I got it working??? I followed the ex_bootloader.c exacty how it was written. I didn't try using the PIC Wizard. |
Topic: CCS Bootloader Problem |
ntgcp_08
Replies: 6
Views: 7390
|
Forum: General CCS C Discussion Posted: Fri Sep 19, 2008 8:34 am Subject: CCS Bootloader Problem |
Using the PIC Wizard the #ORG that is in bootloader_bootloader.h is the only #ORG that was added.
I went through ex_bootloader.c to see where it has #ORG statements.
My bootloader.c now looks li ... |
Topic: CCS Bootloader Problem |
ntgcp_08
Replies: 6
Views: 7390
|
Forum: General CCS C Discussion Posted: Thu Sep 18, 2008 4:19 pm Subject: CCS Bootloader Problem |
Oops, somehow my #fuses changed... here is what I'm using. The program still does not function
#FUSES HS //External Oscillator using HS
#FUSES NOWDT //N ... |
|