Author |
Message |
Topic: pic18F458 CAN bus - build error PLS HELP |
prostep
Replies: 10
Views: 18074
|
Forum: General CCS C Discussion Posted: Wed Nov 07, 2012 1:50 am Subject: pic18F458 CAN bus - build error PLS HELP |
My attempt on 3 nodes......kindly give advice....I admit I am very poor in C, but I am making an effort to learn......
Btw can anyone explain what does the '1' mean here?
-> #define BOARD1 1 ... |
Topic: pic18F458 CAN bus - build error PLS HELP |
prostep
Replies: 10
Views: 18074
|
Forum: General CCS C Discussion Posted: Sun Oct 28, 2012 11:03 am Subject: pic18F458 CAN bus - build error PLS HELP |
I had solved the problem!
It was the placement of my 120ohm resistor, initially I placed them slightly far from my MCP2551. I corrected it by placing it as near as possible to my MCP2551, an ... |
Topic: pic18F458 CAN bus - build error PLS HELP |
prostep
Replies: 10
Views: 18074
|
Forum: General CCS C Discussion Posted: Sun Oct 28, 2012 7:55 am Subject: pic18F458 CAN bus - build error PLS HELP |
I had just tried the loopback for individual CAN node with success. Program used is from this post:
http://www.ccsinfo.com/forum/viewtopic.php?t=20106
However, I am still unable to succeed with t ... |
Topic: pic18F458 CAN bus - build error PLS HELP |
prostep
Replies: 10
Views: 18074
|
Forum: General CCS C Discussion Posted: Sun Oct 28, 2012 2:57 am Subject: pic18F458 CAN bus - build error PLS HELP |
I tried the above program on Teraterm, however I would like to know what is the actual response or output I am expected to see from the terminal emulator?
Currently I had local echo turn off, when ... |
Topic: pic18F458 CAN bus - build error PLS HELP |
prostep
Replies: 10
Views: 18074
|
Forum: General CCS C Discussion Posted: Sun Oct 14, 2012 11:47 pm Subject: pic18F458 CAN bus - build error PLS HELP |
PCM, will this program work with 10MHz clock? |
Topic: pic18F458 CAN bus - build error PLS HELP |
prostep
Replies: 10
Views: 18074
|
Forum: General CCS C Discussion Posted: Sun Oct 07, 2012 11:37 pm Subject: pic18F458 CAN bus - build error PLS HELP |
When I build this program, I got tons of errors.......kindly advice what is the possible problem...........
- Program origin from PCM
http://www.ccsinfo.com/forum/viewtopic.php?t=29627&start=7 ... |
Topic: Help needed please! LCD problem with PIC18F458 [SOLVED] |
prostep
Replies: 8
Views: 9442
|
Forum: General CCS C Discussion Posted: Mon Oct 01, 2012 2:54 am Subject: Help needed please! LCD problem with PIC18F458 [SOLVED] |
Finally.......my LCD works.......
Problem solved: I did not click 'release' under build configuration before building the program (MPLAB IDE).....
Thanks for all the people who replied in this t ... |
Topic: Help needed please! LCD problem with PIC18F458 [SOLVED] |
prostep
Replies: 8
Views: 9442
|
Forum: General CCS C Discussion Posted: Thu Sep 27, 2012 12:07 am Subject: Help needed please! LCD problem with PIC18F458 [SOLVED] |
If you are absolutely sure your wiring is right, then try disabling the other peripherals on port C. So make sure you initialise timer1, and disable it, same for CCP1, and same for SPI. The commonest ... |
Topic: Help needed please! LCD problem with PIC18F458 [SOLVED] |
prostep
Replies: 8
Views: 9442
|
Forum: General CCS C Discussion Posted: Wed Sep 26, 2012 3:19 am Subject: Help needed please! LCD problem with PIC18F458 [SOLVED] |
Try increasing your start up delay to 1000ms
Mike
Thanks for the reply.....
No luck either......... |
Topic: Help needed please! LCD problem with PIC18F458 [SOLVED] |
prostep
Replies: 8
Views: 9442
|
Forum: General CCS C Discussion Posted: Wed Sep 26, 2012 2:12 am Subject: Help needed please! LCD problem with PIC18F458 [SOLVED] |
I am using RT1602C 16X2 LCD with flex_lcd driver (from PCM) on PIC18F458. However I am getting the usual black line problem on the first row upon power up. I had RW grounded, PIN 3 is between 0.5V to ... |
|