Author |
Message |
Topic: 16f1829 i2c master slave issue |
technomation
Replies: 3
Views: 7026
|
Forum: General CCS C Discussion Posted: Sun Feb 02, 2014 3:29 pm Subject: 16f1829 i2c master slave issue |
hi Ttelmah
I'm going to sound an idiot but do just mean
if(state > 0x80) //Master is requesting data
{
i2c_write(i2c_host,scratchData
should be
if(state ... |
Topic: 16f1829 i2c master slave issue |
technomation
Replies: 3
Views: 7026
|
Forum: General CCS C Discussion Posted: Sun Feb 02, 2014 2:39 pm Subject: 16f1829 i2c master slave issue |
hi guys
after a bit of help on a problem as it's now driving me nuts, (have also asked CCS the same question and awaiting some response) I am using a 16f1829 as an I2C slave (on I2C1) to a 18f46k22 ... |
Topic: 18f26k22 preload EEPROM |
technomation
Replies: 6
Views: 9644
|
Forum: General CCS C Discussion Posted: Fri Jan 03, 2014 7:06 am Subject: 18f26k22 preload EEPROM |
thanks for all your help guys
the programmer is a icd-u64
PCM you pointed out something I had never realised before #rom takes 16bit data! (which is actually the fix)
you know when the light ... |
Topic: 18f26k22 preload EEPROM |
technomation
Replies: 6
Views: 9644
|
Forum: General CCS C Discussion Posted: Thu Jan 02, 2014 8:41 pm Subject: 18f26k22 preload EEPROM |
hi thanks for the response,
just tried that and it works but only upto
#ROM getenv("EEPROM_ADDRESS") +0x70
after you go above this you get a verification error on loading to the pic ... |
Topic: 18f26k22 preload EEPROM |
technomation
Replies: 6
Views: 9644
|
Forum: General CCS C Discussion Posted: Thu Jan 02, 2014 7:17 pm Subject: 18f26k22 preload EEPROM |
hi can't find the answer to this anywhere and hope someone can help I want to preload the eeprom of my device with data on loading, I have done this previously on 16f1936 using
#rom 0xF00000={0 ... |
Topic: SPI setup of ADS1118 on a pic in PICC |
technomation
Replies: 3
Views: 6731
|
Forum: General CCS C Discussion Posted: Fri Apr 26, 2013 3:52 pm Subject: SPI setup of ADS1118 on a pic in PICC |
thanks for the response i will give it a try and post an update |
Topic: SPI setup of ADS1118 on a pic in PICC |
technomation
Replies: 3
Views: 6731
|
Forum: General CCS C Discussion Posted: Tue Apr 23, 2013 10:15 am Subject: SPI setup of ADS1118 on a pic in PICC |
hi all
Anyone any experience in setting up TI ADS1118 on a pic in PICC? As I'm having a nightmare just don't seem to be able to get the thing to communicate.
In fairness I've never used SPI bef ... |
Topic: Problems with PCWH v4.137 (Latest) |
technomation
Replies: 12
Views: 15077
|
Forum: General CCS C Discussion Posted: Sat Oct 27, 2012 7:20 am Subject: Problems with PCWH v4.137 (Latest) |
I'm pretty sure the issue is the compiled size of the bootloader.c application and that the loading of the main application is overwriting the last part of the loader file so the processor doesn't kno ... |
|