Author |
Message |
Topic: Part of the code stops working after another one is executed |
moothz
Replies: 11
Views: 11594
|
Forum: General CCS C Discussion Posted: Wed Nov 09, 2011 11:49 am Subject: Part of the code stops working after another one is executed |
I've tried greping for those functions to see how CCS does
the "low level" high/low thing so I could mess around with it. I couldn't
find it though, LOL, where is it located?
Just loo ... |
Topic: Part of the code stops working after another one is executed |
moothz
Replies: 11
Views: 11594
|
Forum: General CCS C Discussion Posted: Mon Nov 07, 2011 3:20 pm Subject: Part of the code stops working after another one is executed |
I think the reason why you didn't get any more responses is this:
So I decided to implement a really simple protocol that took about 1 hour to complete.
It converts an integer to binary and pla ... |
Topic: Part of the code stops working after another one is executed |
moothz
Replies: 11
Views: 11594
|
Forum: General CCS C Discussion Posted: Mon Nov 07, 2011 1:51 pm Subject: Part of the code stops working after another one is executed |
Shameless bump |
Topic: Part of the code stops working after another one is executed |
moothz
Replies: 11
Views: 11594
|
Forum: General CCS C Discussion Posted: Sat Nov 05, 2011 6:59 pm Subject: Part of the code stops working after another one is executed |
Here's an explanation of the whole program, in case you want. If not, just skip it.
Devices
- A PIC16f877A with an analog keyboard and a relay.
- A Pic MiniWEB, from Olimex.
The reason for usi ... |
Topic: Part of the code stops working after another one is executed |
moothz
Replies: 11
Views: 11594
|
Forum: General CCS C Discussion Posted: Sat Nov 05, 2011 12:42 pm Subject: Part of the code stops working after another one is executed |
If I execute the enviaStream() first, it'll work flawlessly and send the
data - however, the function leitura() won't work as expected anymore.
To debug this, first comment out all the code insi ... |
Topic: Part of the code stops working after another one is executed |
moothz
Replies: 11
Views: 11594
|
Forum: General CCS C Discussion Posted: Fri Nov 04, 2011 2:24 pm Subject: Part of the code stops working after another one is executed |
Hello there!
I developed a code using CCS. The part that I'm having some problems (1 week) is the one that sends and receives data.
If I execute leitura() first, everything will work as expected ... |
Topic: LCD with any pins |
moothz
Replies: 3
Views: 5755
|
Forum: General CCS C Discussion Posted: Fri Sep 09, 2011 8:15 am Subject: LCD with any pins |
Thank you, sir!
Thank you very much!
Quick question:
Can I still use
printf(lcd_putc, "hello");
With this code? |
Topic: LCD with any pins |
moothz
Replies: 3
Views: 5755
|
Forum: General CCS C Discussion Posted: Fri Sep 09, 2011 6:26 am Subject: LCD with any pins |
Hello there!
I developing a software using the Pic MINI web from Olimex. I want to connect a LCD to it.
The LCD.h and XLCD.h codes use an entire port for it and I don't have this entire port.
... |
|