CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 8 matches
CCS Forum Index
Author Message
  Topic: driver for CMA3000 VTI technologies 3axis accelerometer I2C
ivan

Replies: 0
Views: 27875

PostForum: Code Library   Posted: Sun Nov 15, 2009 10:53 am   Subject: driver for CMA3000 VTI technologies 3axis accelerometer I2C
Hi to all
I write this driver for CMA3000 VTI technologies 3axis accelerometer in I2C mode this is only device I found work down to 1.8V. I hope can be useful for someone.

#ifndef pin_SDA
#defi ...
  Topic: IR cloner
ivan

Replies: 4
Views: 5515

PostForum: General CCS C Discussion   Posted: Thu Mar 05, 2009 5:27 pm   Subject: Re: help!!
Nobody want / can help me?
how i see in comment you should be italian I have done a "cloner"
I don't have code here but I used a mix of capture compare work perfect
if you contact me I sa ...
  Topic: #device CONST=ROM problem
ivan

Replies: 23
Views: 30827

PostForum: General CCS C Discussion   Posted: Wed May 21, 2008 10:30 am   Subject: re
ok all clear const now is ROM before was ROMI (readme.txt)

#device CONST=READ_ONLY //ansi mode store in ram as read only
#device CONST=ROM //store in rom for optimized access by pointer(new mod ...
  Topic: #device CONST=ROM problem
ivan

Replies: 23
Views: 30827

PostForum: General CCS C Discussion   Posted: Wed May 21, 2008 8:19 am   Subject: re
if "ROM" put data in rom is same as const but if "*ptr" are in rom how can
the &address work? this should change value of ptr to location of address ram but I can't find ROM ...
  Topic: Bit bash I2C slave?
ivan

Replies: 10
Views: 12045

PostForum: General CCS C Discussion   Posted: Wed May 21, 2008 7:41 am   Subject: re
this hobbylab also looks good but is identical to poscope also sw are same look at www.poscope.com difference the last ship from europe(free)
I have LA1034 from 2 years and is wonderful product but ...
  Topic: #device CONST=ROM problem
ivan

Replies: 23
Views: 30827

PostForum: General CCS C Discussion   Posted: Wed May 21, 2008 7:36 am   Subject: re
why are you using "char ROM"
is same as "char const"?
  Topic: #device CONST=ROM problem
ivan

Replies: 23
Views: 30827

PostForum: General CCS C Discussion   Posted: Mon May 19, 2008 3:21 pm   Subject: re
if you use #rom
like
#rom 0x2100={1,2,3,4,5,6,7,8}
after you can use READ_PROGRAM_MEMORY (address, dataptr, count );
or also
read_program_eeprom (address);
Tred to send a long 512 table over i ...
  Topic: mplab real ice vs icd-u40
ivan

Replies: 1
Views: 22906

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Mon May 12, 2008 7:35 am   Subject: mplab real ice vs icd-u40
ignoring price difference is good to get mplab real ice? I say
what difference vs icd-u40 using it under ccs?
and what benefit using real ice under mplab (with ccs)?
can someone expert or someone ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group