View previous topic :: View next topic |
Author |
Message |
Guest
|
11LC40 |
Posted: Tue Sep 29, 2009 3:59 am |
|
|
How to read and write uni/o and check acknowledge? |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Sep 29, 2009 11:13 am |
|
|
Use this CCS driver file:
Quote: | c:\program files\picc\drivers\11lc160.c
|
It says:
Quote: |
//// Library for MicroChip's family of UNI/O external eeproms.
//// Supported devices are: 11LC010, 11AA010, 11LC020, 11AA020,
//// 11LC040, 11AA040, 11LC080, 11AA080, 11LC160, 11AA160 |
|
|
|
Guest
|
I could not find this driver 11lc60 |
Posted: Wed Sep 30, 2009 2:21 am |
|
|
How driver support version ccs |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Sep 30, 2009 11:57 am |
|
|
I'm not certain what version of the compiler was the first to have that
driver. I know it's in the current version (4.099):
This person has vs. 4.057 and it was not in that version:
http://www.ccsinfo.com/forum/viewtopic.php?t=39327
Read that thread. |
|
|
Guest
|
check UNI/O ERROR Nosak |
Posted: Sun Oct 04, 2009 10:24 pm |
|
|
How check UNI/O ERROR Nosak ccs |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Mon Oct 05, 2009 12:18 am |
|
|
The sak bits are tested after a transaction. The code to do this is in
the CCS driver file: 11LC160.c
If you own the CCS compiler and have a User Reference number, then
email CCS support and ask them if they will send you the 11LC160.c file.
Give them your name and User Reference number to prove that you own
the compiler. |
|
|
|