Author |
Message |
Topic: ICD 3 with CCS IDE? |
eyewonder300
Replies: 1
Views: 34282
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Wed Nov 04, 2015 6:59 am Subject: ICD 3 with CCS IDE? |
Can I set up the CCS ==>>IDE<<== to use the Microchip ICD 3?
OR
Must I run MPLAB (with CCS plug-ins) to use the ICD 3?
Cheers,
Steve |
Topic: Debugging guide? |
eyewonder300
Replies: 1
Views: 5158
|
Forum: General CCS C Discussion Posted: Wed Oct 07, 2015 9:10 am Subject: Debugging guide? |
PIC16F887, ICD-U40, CCS v4.069, CCSLoad
Is there a beginners guide to using the debug features of the compiler? I don't even know where to start.
Cheers,
Steve |
Topic: Not able to make a simple interrupt work |
eyewonder300
Replies: 14
Views: 19596
|
Forum: General CCS C Discussion Posted: Mon Oct 05, 2015 3:19 pm Subject: Success |
Thanks to all, I have my prog working as needed. Some of the problems were from my fuse selections (or lack thereof), and not understanding the interrupt enabling, & testing.
My hardware is a q ... |
Topic: Interrupt on change RB0-RB3 |
eyewonder300
Replies: 3
Views: 9737
|
Forum: General CCS C Discussion Posted: Mon Oct 05, 2015 1:22 pm Subject: Success |
Thanks to all, I have my prog working as needed. Some of the problems were from my fuse selections (or lack thereof), and not understanding the interrupt enabling, & testing.
My hardware is a ... |
Topic: Not able to make a simple interrupt work |
eyewonder300
Replies: 14
Views: 19596
|
Forum: General CCS C Discussion Posted: Sun Oct 04, 2015 7:46 pm Subject: Not able to make a simple interrupt work |
I'll test this tomorrow at work, and report back.
Cheers,
Steve |
Topic: Not able to make a simple interrupt work |
eyewonder300
Replies: 14
Views: 19596
|
Forum: General CCS C Discussion Posted: Sun Oct 04, 2015 5:09 pm Subject: Port B pullups? |
In testing this problem, I enabled all Port B pull-ups, and then put a meter on the pins. They were reading 0v - do I not understand what the internal (weak) pull-ups should be doing?
Cheers,
Ste ... |
Topic: Not able to make a simple interrupt work |
eyewonder300
Replies: 14
Views: 19596
|
Forum: General CCS C Discussion Posted: Sun Oct 04, 2015 9:13 am Subject: Compile list |
PCM,
Here is the listing from the code you posted.
CCS PCM C Compiler, Version 4.069, 42050 04-Oct-15 10:07
Filename: Test_List.lst
ROM ... |
Topic: Not able to make a simple interrupt work |
eyewonder300
Replies: 14
Views: 19596
|
Forum: General CCS C Discussion Posted: Sat Oct 03, 2015 5:27 pm Subject: Update |
I finally got a MAX232 chip working on my wire-wrap board. I had to use another PC to receive the output from 'puts'. I wrote a prog to continuously send 'puts ("Sending to PC")' to the PC ... |
Topic: Not able to make a simple interrupt work |
eyewonder300
Replies: 14
Views: 19596
|
Forum: General CCS C Discussion Posted: Fri Oct 02, 2015 6:27 pm Subject: Not able to make a simple interrupt work |
Oops,
I copied your code again, and it compiled - must have done something wrong.
Cheers,
Steve |
Topic: Not able to make a simple interrupt work |
eyewonder300
Replies: 14
Views: 19596
|
Forum: General CCS C Discussion Posted: Fri Oct 02, 2015 6:24 pm Subject: Not able to make a simple interrupt work |
PCM,
I'm doing this project on a board I have already wire-wrapped. I will need to wire up a MAX232 chip to use between the PIC & PC - later tonight, or early tomorrow.
I had to change the ... |
Topic: Not able to make a simple interrupt work |
eyewonder300
Replies: 14
Views: 19596
|
Forum: General CCS C Discussion Posted: Fri Oct 02, 2015 3:32 pm Subject: Not able to make a simple interrupt work |
PIC16F887, compiler 4.069
I am unable to make a simple RB change interrupt work.
#include "T:\Lube_Timer\Lube_Timer.h"
#include "T:\Lube_Timer\Noritake_1.h"
# ... |
Topic: Interrupt on change RB0-RB3 |
eyewonder300
Replies: 3
Views: 9737
|
Forum: General CCS C Discussion Posted: Fri Sep 25, 2015 9:35 am Subject: Interrupt on change RB0-RB3 |
Thanks, I'll try this later today.
Cheers,
Steve |
Topic: Interrupt on change RB0-RB3 |
eyewonder300
Replies: 3
Views: 9737
|
Forum: General CCS C Discussion Posted: Fri Sep 25, 2015 7:39 am Subject: Interrupt on change RB0-RB3 |
I'm using a PIC 16F887, compiler v4.069
The 'F887 datasheet shows interrupt on change for all bits in Port B, but it looks like the CCS Compiler #int_RB only looks for changes on RB4-RB7.
I wo ... |
Topic: Unable to debug 16F887 w/ICD-U40 |
eyewonder300
Replies: 2
Views: 39615
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Wed Apr 01, 2015 6:08 am Subject: Unable to debug 16F887 w/ICD-U40 |
PCM,
I had already come across that thread, had read the errata sheet about grounding PIN_B3 if unable to program, BUT ... I was able to program the chip as long as I had the debug features comment ... |
Topic: Unable to debug 16F887 w/ICD-U40 |
eyewonder300
Replies: 2
Views: 39615
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Mar 31, 2015 3:46 pm Subject: Unable to debug 16F887 w/ICD-U40 |
I am able to use the debug functions of the CCS compiler IDE when using a PIC16F877A, but when I plug in a 16F887, adjust the fuses as appropriate and recompile, I can not get the debug functions to ... |
|