Hi all,
I am new to this MCU's MSP430.
Presently i am trying to write a code for interface of MSP430FET149 to
EEPROM (BR24C02F-W) via I2c but i am unable understand how to write a
code..
please can one guide me how i could start and is there any procedure of
writing code for interface...
help me out ...
thanks
harsha S
What don't you understand. If you do not know how to write a program
you
need to study a beginners book on programming, or, better still attend a
course. If you simply don't understand the MSP 430 instruction set then
download some example programs from the Ti web site and study them with
SLAUE10B chapters 5 and 9 in front of you until you understand what is
happening. there is no easy way.
Al
harsha_sb wrote:
>Hi all,
>
>I am new to this MCU's MSP430.
>
>Presently i am trying to write a code for interface of MSP430FET149 to
>EEPROM (BR24C02F-W) via I2c but i am unable understand how to write a
>code..
>
>please can one guide me how i could start and is there any procedure of
>writing code for interface...
>
>help me out ...
>
>thanks
>harsha S
>
>
>
>
>
>
>.
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
Reply by harsha sb●June 30, 20052005-06-30
Hi,
Can you give some specific document link where i get
the user manual for MSP430fet149
Any document links ??
thanks
harsha S
--- Onestone <onestone@ones...> wrote:
> What don't you understand. If you do not know
how to
> write a program you
> need to study a beginners book on programming, or,
> better still attend a
> course. If you simply don't understand the MSP 430
> instruction set then
> download some example programs from the Ti web site
> and study them with
> SLAUE10B chapters 5 and 9 in front of you until you
> understand what is
> happening. there is no easy way.
>
> Al
>
> harsha_sb wrote:
>
> >Hi all,
> >
> >I am new to this MCU's MSP430.
> >
> >Presently i am trying to write a code for interface
> of MSP430FET149 to
> >EEPROM (BR24C02F-W) via I2c but i am unable
> understand how to write a
> >code..
> >
> >please can one guide me how i could start and is
> there any procedure of
> >writing code for interface...
> >
> >help me out ...
> >
> >thanks
> >harsha S
> >
> >
> >
> >
> >
> >
> >.
> >
> >
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
>
Thanks,
Regards,
Harsha S
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
Reply by shastri vijayasarathi●July 1, 20052005-07-01
Hi harsha. Dont get diheartened. first do these
things.
1.read the msp430f149 user guide and device specific
datasheet available from www.msp40.com.
2. read i2c specs from philips.
Then u will be able to interface ur msp430 to the
eeprom easily.
If u need any help mail to me.
bye,
N.Vijayasarathy shastri
Design Engineer
Shastri Technologies
__________________________________
Reply by harsha sb●July 1, 20052005-07-01
Hi,
thanks,
But for MSP430f149 Microcontroller there is no I2c
Specific controll register and no much stuffs i can
get.
I would like know what are the steps to be fallowed to
configure the or establish the interface with the
EEPROM.
If you have any test codes in C which will tell
regarding the i2c communication that will be great for
me.
thanks
harsha s
--- shastri vijayasarathi <shastrinvs@shas...>
wrote:
>
> Hi harsha. Dont get diheartened. first do these
> things.
> 1.read the msp430f149 user guide and device specific
> datasheet available from www.msp40.com.
> 2. read i2c specs from philips.
> Then u will be able to interface ur msp430 to the
> eeprom easily.
> If u need any help mail to me.
> bye,
> N.Vijayasarathy shastri
> Design Engineer
> Shastri Technologies
>
>
>
> __________________________________
>
>
Thanks,
Regards,
Harsha S
____________________________________________________
Yahoo! Sports
Rekindle the Rivalries. Sign up for Fantasy Football
http://football.fantasysports.yahoo.com
Reply by Matthias Weingart●July 1, 20052005-07-01
There are several examples on ti.com/msp430 describing how
to use I2C and how to connect to a I2C EEprom with any controller.
Please surf before you ask. ;-)
M.
On Thu, Jun 30, 2005 at 10:04:54PM -0700, harsha sb
wrote:
> Hi,
>
> thanks,
> But for MSP430f149 Microcontroller there is no I2c
> Specific controll register and no much stuffs i can
> get.
> I would like know what are the steps to be fallowed to
> configure the or establish the interface with the
> EEPROM.
>
> If you have any test codes in C which will tell
> regarding the i2c communication that will be great for
> me.
>
> thanks
> harsha s
>
>
> --- shastri vijayasarathi <shastrinvs@shas...>
> wrote:
>
> >
> > Hi harsha. Dont get diheartened. first do these
> > things.
> > 1.read the msp430f149 user guide and device specific
> > datasheet available from www.msp40.com.
> > 2. read i2c specs from philips.
> > Then u will be able to interface ur msp430 to the
> > eeprom easily.
> > If u need any help mail to me.
> > bye,
> > N.Vijayasarathy shastri
> > Design Engineer
> > Shastri Technologies
> >
> >
> >
> > __________________________________
> >
> >
>
>
> Thanks,
> Regards,
> Harsha S
>
>
>
> ____________________________________________________
> Yahoo! Sports
> Rekindle the Rivalries. Sign up for Fantasy Football
> http://football.fantasysports.yahoo.com
>
>
> .
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
Matthias
Reply by Onestone●July 1, 20052005-07-01
Have you tried looking at www.ti.com or www.msp430.com???
Al
harsha sb wrote:
>Hi,
>
>Can you give some specific document link where i get
>the user manual for MSP430fet149
>
>Any document links ??
>
>
>thanks
>harsha S
>
>--- Onestone <onestone@ones...> wrote:
>
>
>
>>What don't you understand. If you do not know how to
>>write a program you
>>need to study a beginners book on programming, or,
>>better still attend a
>>course. If you simply don't understand the MSP 430
>>instruction set then
>>download some example programs from the Ti web site
>>and study them with
>>SLAUE10B chapters 5 and 9 in front of you until you
>>understand what is
>>happening. there is no easy way.
>>
>>Al
>>
>>harsha_sb wrote:
>>
>>
>>
>>>Hi all,
>>>
>>>I am new to this MCU's MSP430.
>>>
>>>Presently i am trying to write a code for interface
>>>
>>>
>>of MSP430FET149 to
>>
>>
>>>EEPROM (BR24C02F-W) via I2c but i am unable
>>>
>>>
>>understand how to write a
>>
>>
>>>code..
>>>
>>>please can one guide me how i could start and is
>>>
>>>
>>there any procedure of
>>
>>
>>>writing code for interface...
>>>
>>>help me out ...
>>>
>>>thanks
>>>harsha S
>>>
>>>
>>>
>>>
>>>
>>>
>>>.
>>>
>>>
>>>Yahoo! Groups Links
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>
>
>Thanks,
>Regards,
>Harsha S
>
>
>
>____________________________________________________
>Yahoo! Sports
>Rekindle the Rivalries. Sign up for Fantasy Football
>http://football.fantasysports.yahoo.com
>
>
>.
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
Reply by shastri vijayasarathi●July 1, 20052005-07-01
hi harsha , try this out. There is anapplication not
in www.msp430.com called "Interfacing EEPROM to
msp430x11x". it has the number"SLAA115". just give
this number in serch tab and u will be easily able to
find it.I have attached the file for u. follow the
instructions in the pdf and u can easily interface ur
msp430 to ur eeprom.
bye,
N.V.S.Shastri
__________________________________________________
Signal Processing Engineer Seeking a DSP Engineer to tackle complex technical challenges. Requires expertise in DSP algorithms, EW, anti-jam, and datalink vulnerability. Qualifications: Bachelor's degree, Secret Clearance, and proficiency in waveform modulation, LPD waveforms, signal detection, MATLAB, algorithm development, RF, data links, and EW systems. The position is on-site in Huntsville, AL and can support candidates at 3+ or 10+ years of experience.