Author |
Message |
Topic: MPLAB ICD 2 in debug mode |
zagoaristides
Replies: 2
Views: 8507
|
Forum: General CCS C Discussion Posted: Sun Nov 17, 2013 8:51 am Subject: Re: MPLAB ICD 2 in debug mode |
I am trying to use a MPLAB ICD 2 to debug code for a "24F16KA102" on a "16 bit XLP development board" I connect the MPLAB ICD 2 and launch the PCW program select debug it starts d ... |
Topic: Problem using PWM and other Port C outputs - 16f916 |
zagoaristides
Replies: 2
Views: 6651
|
Forum: General CCS C Discussion Posted: Tue Aug 07, 2012 12:19 pm Subject: Problem using PWM and other Port C outputs - 16f916 |
With standard_io selected, 'input_c' says set the TRIS for the whole of port C, to input. This immediately stops the PWM (which requires the ccp pin set as an output), from working.
Choices:
1) ... |
Topic: Problem using PWM and other Port C outputs - 16f916 |
zagoaristides
Replies: 2
Views: 6651
|
Forum: General CCS C Discussion Posted: Tue Aug 07, 2012 7:13 am Subject: Problem using PWM and other Port C outputs - 16f916 |
Well, I can't figure out how to make PWM and PORTC outputs work together.
This is the code
void main()
{
int var, i, Start_Iniciado, var_input, var_mostrar;
int1 var1;
... |
Topic: Mach X failed - "Unknown Device" in Windows |
zagoaristides
Replies: 2
Views: 35561
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Jul 26, 2010 11:48 am Subject: What about MachX in Windows 7 |
Hello, I first wrote to CCS directly but one week later I don't have answer. I'm desperate. I can't make MachX work under Windows 7 x64 64 bits. The first time I run usb drivers the system attempts to ... |
Topic: MachX Windows Seven | Windows 7 x64 -Unknown Device - URGENT |
zagoaristides
Replies: 3
Views: 40616
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Mon Jul 26, 2010 11:47 am Subject: MachX Windows Seven | Windows 7 x64 -Unknown Device - URGENT |
Hello, I first wrote to CCS directly but one week later I don't have answer. I'm desperate. I can't make MachX work under Windows 7 x64 64 bits. The first time I run usb drivers the system attempts to ... |
Topic: Question regarding INT_RB behaviour. |
zagoaristides
Replies: 15
Views: 32660
|
Forum: General CCS C Discussion Posted: Mon May 03, 2010 7:38 am Subject: Question regarding INT_RB behaviour. |
I can't test anything on Proteus because I don't have it.
in real simulation doesn't work either. |
Topic: How do I transmit data with the rf12f675 RFPIC |
zagoaristides
Replies: 3
Views: 6909
|
Forum: General CCS C Discussion Posted: Thu Apr 29, 2010 9:47 am Subject: So? |
Where can I find examples and info about rf pics? |
Topic: Question regarding INT_RB behaviour. |
zagoaristides
Replies: 15
Views: 32660
|
Forum: General CCS C Discussion Posted: Tue Feb 23, 2010 4:03 pm Subject: Thanks my friend |
How are you testing this ? I don't see any printf statements to show
the output. How do you know if it's working or not working ?
Are you testing this in real hardware, or in Proteus ?
Wh ... |
Topic: Question regarding INT_RB behaviour. |
zagoaristides
Replies: 15
Views: 32660
|
Forum: General CCS C Discussion Posted: Tue Feb 23, 2010 2:37 pm Subject: Hi, the int_rb doesn't work. I've read many threads |
#include <16F917.h>
#device adc=8
#FUSES NOWDT //No Watch Dog Timer
#FUSES HS //High speed Osc (> 4mhz for PCM/PCH) (>10mhz for ... |
Topic: RS232 between 2 PIC |
zagoaristides
Replies: 8
Views: 17757
|
Forum: General CCS C Discussion Posted: Sat Apr 11, 2009 6:07 pm Subject: What about this... Pic 18F2553 int_rda problem |
Mate, I have a big problem trying to communicate 2 18F2553 and I think your experience can help me. Look at this code I made for 2 PICs comunicate. I can't make the 2553 to enter in the RS232 interrup ... |
Topic: example for RS485 library |
zagoaristides
Replies: 2
Views: 7342
|
Forum: General CCS C Discussion Posted: Thu Apr 09, 2009 1:45 pm Subject: rs485.c problem |
If you have the CCS compiler, look in the
drivers folder for the RS485.C file:
c:\program files\picc\drivers\rs485.c
The thing is, there are not good examples coming with the compiler. I need als ... |
Topic: K.I.S.S. / SMACK Protocol |
zagoaristides
Replies: 4
Views: 6261
|
Forum: General CCS C Discussion Posted: Tue Feb 24, 2009 10:33 am Subject: K.I.S.S. / SMACK Protocol |
For this low device count, I think you're better use simple analog input to every sensor... But for the bus thing, well, CAN can do the trick! You can send a "broadcast" message, and every s ... |
Topic: K.I.S.S. / SMACK Protocol |
zagoaristides
Replies: 4
Views: 6261
|
Forum: General CCS C Discussion Posted: Sun Sep 14, 2008 5:32 pm Subject: Reply |
I don't know these protocols, but did you consider using a CAN bus? Very affordable, already integrated in some PICs, safe, collision detection....
The thing goes like this, maybe you can help me. ... |
Topic: K.I.S.S. / SMACK Protocol |
zagoaristides
Replies: 4
Views: 6261
|
Forum: General CCS C Discussion Posted: Sun Aug 31, 2008 6:35 pm Subject: K.I.S.S. / SMACK Protocol |
Hello, I'm trying to make any of these protocols work in a pic. I need to make a token ring connection so every PIC connects to a master who receives data at high speed via RS232 (I use the port not t ... |
Topic: PIC 12f683 network ? |
zagoaristides
Replies: 2
Views: 5710
|
Forum: General CCS C Discussion Posted: Fri May 02, 2008 9:27 am Subject: Re: PIC 12f683 network ? |
I wanna know if you did it, because I need to comunicate a 12f683 with a 16f877A. I'm interested in the fact that I don't know if the 12f683 has to be the master so I can use the #int_SSP in the slave ... |
|