Author |
Message |
Topic: Port status |
AcquaVx
Replies: 5
Views: 6320
|
Forum: General CCS C Discussion Posted: Mon Jul 24, 2006 8:11 am Subject: Port status |
Thank you for the advice. I've used birumher's method and it's working fine.
You're right MikeValencia, I'll try to keep it in mind.
A great afternoon. |
Topic: Sending hexa messages |
AcquaVx
Replies: 4
Views: 5804
|
Forum: General CCS C Discussion Posted: Wed Jun 14, 2006 12:56 am Subject: Sending hexa messages |
Thank you guys. I'm getting results.
Enjoy the day : ) |
Topic: Sending hexa messages |
AcquaVx
Replies: 4
Views: 5804
|
Forum: General CCS C Discussion Posted: Mon Jun 12, 2006 10:41 am Subject: Sending hexa messages |
Hi all !
My question is certainly pretty stupid.
I'm using CCS 3.242 and a PIC18F2520.
The microcontroller is communicating with a WiFi device and a RFID device. The WiFi works fine.
Regardi ... |
Topic: [INTERRUPTS] int_ext, int_ext1, int_ext2 |
AcquaVx
Replies: 4
Views: 11077
|
Forum: General CCS C Discussion Posted: Mon Jun 05, 2006 4:14 am Subject: [INTERRUPTS] int_ext, int_ext1, int_ext2 |
Thanks for the reply.
Regarding the reset_cpu() I was following someone's advice but you're totally right, it awful. I'll try rigth away the advice you gave me. |
Topic: [INTERRUPTS] int_ext, int_ext1, int_ext2 |
AcquaVx
Replies: 4
Views: 11077
|
Forum: General CCS C Discussion Posted: Fri Jun 02, 2006 12:12 pm Subject: [INTERRUPTS] int_ext, int_ext1, int_ext2 |
Ok, thanks for the remarks. Some of them weren't supposed to be there like set_tris_b(0xFF) or #bit INTF_BIT = 0x0B.1. I was just testing something with the first one and regarding the second one I co ... |
Topic: [INTERRUPTS] int_ext, int_ext1, int_ext2 |
AcquaVx
Replies: 4
Views: 11077
|
Forum: General CCS C Discussion Posted: Fri Jun 02, 2006 10:20 am Subject: [INTERRUPTS] int_ext, int_ext1, int_ext2 |
Hello everyone !
I'm programming a PIC18F2520 and I would like to use external interrupts on pinB0, pinB1 and pinB2.
This is my program for now :
----------------------
/////////////////// ... |
|