View previous topic :: View next topic |
Author |
Message |
amcasi
Joined: 19 Jun 2015 Posts: 21 Location: Banned - Spammer
|
CCS CAN BUS October 2014 PIC18F45k80 Board source code |
Posted: Mon Nov 28, 2016 8:35 am |
|
|
Hello
I bought a development board canbus 2014 18f45k80 CPU on board. Where can i find source codes in that board for all softwares below.
Regards
can-a.hex
can-b.hex
can-cc.hex
can-dc.hex |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9221 Location: Greensville,Ontario
|
|
Posted: Mon Nov 28, 2016 9:22 am |
|
|
New school...Well you might try CCS. Email them your receipt/registration information..
IF, and it's a BIG IF, they want, they may supply the source codes, but I doubt it.
THEY spent a lot of time and effort into developing the product.
Old school....The 'easy' alternative is to simply decode the .HEX files. Reverse engineer the code, it ain't that hard....
Jay |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Mon Nov 28, 2016 11:16 am |
|
|
Quote: | I bought a development board canbus 2014 18f45k80 CPU on board. Where can i find source codes in that board for all softwares below.
Regards
can-a.hex
can-b.hex
can-cc.hex
can-dc.hex |
Apparently you have this CCS development kit board:
http://www.ccsinfo.com/product_info.php?products_id=CANbuskit
The first two hex files may have these files as their source:
Quote: | c:\program files\picc\examples\ex_can_ccs_a.c
c:\program files\picc\examples\ex_can_ccs_b.c |
If you have the CCS compiler installed on your PC, you will have these files.
The file below also appears to be intended for that board:
Quote: | c:\program files\picc\examples\ex_can.c |
|
|
|
amcasi
Joined: 19 Jun 2015 Posts: 21 Location: Banned - Spammer
|
thnks to answer |
Posted: Thu Jun 17, 2021 2:15 am |
|
|
Thank you so sir.
I have another problem sir:
I prepare new CAN bus with 18f46k80 and 18f25k80.
But could not solve the problem with them. Did not send any data both of them.
I wrote already written program for example ex_can.c.did not communicate.
Everything is same both of programs.
regards
Hüseyin |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
|