EmbeddedRelated.com
Forums

i²c on msp430f149

Started by patrickschoeberl July 7, 2004
hey :)

i'm serching for a code who emulate ic on a msp430f149.
cause i want to add some external parts like ram, adc, dac and so on 
on it. but i couldn`t found an softwareemulation for it :(


has any body such an c-code for me???



Beginning Microcontrollers with the MSP430

Try Googling for MSP430 and TMP100 as there's some I2C code that TI
wrote (there's also an app note about it).  Did somebody post I2C code
to the files section of the group?

-- Paul. 

> -----Original Message-----
> From: patrickschoeberl [mailto:king_of_freaks@king...] 
> Sent: 07 July 2004 08:33
> To: msp430@msp4...
> Subject: [msp430] ic on msp430f149
> 
> hey :)
> 
> i'm serching for a code who emulate ic on a msp430f149.
> cause i want to add some external parts like ram, adc, dac 
> and so on on it. but i couldn`t found an softwareemulation for it :(
> 
> 
> has any body such an c-code for me???
> 
> 
> 
> 
> ------------------------ Yahoo! Groups Sponsor 
> --------------------~--> 
> Yahoo! Domains - Claim yours for only $14.70
> http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/CFFolB/TM
> --------------------------
> ------~-> 
> 
> .
> 
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 

I posted i2c code here a while back.
  ----- Original Message ----- 
  From: Paul Curtis 
  To: msp430@msp4... 
  Sent: Wednesday, July 07, 2004 11:56 AM
  Subject: [Norton AntiSpam] RE: [msp430] ic on msp430f149


  Try Googling for MSP430 and TMP100 as there's some I2C code that TI
  wrote (there's also an app note about it).  Did somebody post I2C code
  to the files section of the group?

  -- Paul. 

  > -----Original Message-----
  > From: patrickschoeberl [mailto:king_of_freaks@king...] 
  > Sent: 07 July 2004 08:33
  > To: msp430@msp4...
  > Subject: [msp430] ic on msp430f149
  > 
  > hey :)
  > 
  > i'm serching for a code who emulate ic on a msp430f149.
  > cause i want to add some external parts like ram, adc, dac 
  > and so on on it. but i couldn`t found an softwareemulation for it :(
  > 
  > 
  > has any body such an c-code for me???
  > 
  > 
  > 
  > 
  > ------------------------ Yahoo! Groups Sponsor 
  > --------------------~--> 
  > Yahoo! Domains - Claim yours for only $14.70
  > http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/CFFolB/TM
  > --------------------------
  > ------~-> 
  > 
  > .
  > 
  >  
  > . 







----- Original Message ----- 
From: "patrickschoeberl" <king_of_freaks@king...>
To: <msp430@msp4...>
Sent: Wednesday, July 07, 2004 9:33 AM
Subject: [msp430] ic on msp430f149


hey :)

i'm serching for a code who emulate ic on a msp430f149.
cause i want to add some external parts like ram, adc, dac and so on
on it. but i couldn`t found an softwareemulation for it :(


has any body such an c-code for me???

TI has some assembler code. I modified it slightly for my purposes and can
let you have a copy.

Leon


I used a TMP100 on a motorola JB8 some time ago... I uploaded the file 
(i2c.c) to msp430 yahoo egroup file section.
Hope it helps

Gabriel Calin


Paul Curtis wrote:

> Try Googling for MSP430 and TMP100 as there's
some I2C code that TI
> wrote (there's also an app note about it).  Did somebody post I2C code
> to the files section of the group?
>
> -- Paul.
>
> > -----Original Message-----
> > From: patrickschoeberl [mailto:king_of_freaks@king...]
> > Sent: 07 July 2004 08:33
> > To: msp430@msp4...
> > Subject: [msp430] ic on msp430f149
> >
> > hey :)
> >
> > i'm serching for a code who emulate ic on a msp430f149.
> > cause i want to add some external parts like ram, adc, dac
> > and so on on it. but i couldn`t found an softwareemulation for it :(
> >
> >
> > has any body such an c-code for me???
> >
> >
> >
> >
> > ------------------------ Yahoo! Groups Sponsor
> > --------------------~-->
> > Yahoo! Domains - Claim yours for only $14.70
> > http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/CFFolB/TM
> > --------------------------
> > ------~->
> >
> > .
> >
> > 
> > >.
>
>





ok, i posted in "files" my I2C prog.
but till now, it doesn`t work :(

is there anybody, who can correct my prog, because i cant find any 
mistakes :(

the filename is i2c-ps.c

thx KoF