Tool/software: Code Composer Studio
Hello I am a newbie in programming MSP430, specifically for the I2C interface.
I were snipping in some source programs that come in CCS Toolkit and found good examples of two MSP430 boards talking one with other in a I2C Master/Slave and the Master receiving some bytes of information from the slave.
I have a Slave I2C device (IC sensor) that i need to read 128 bytes starting from the address 0x80, the Master will be the MSP430FR2433.
In the examples I've seen, i haven't found how to tell the slave that i want the information starting for example from 0x80. I also have doubt if there is some other parameter o read routine that requests the amount of memory to read or if I need to do a loop interaction 128 times in this case.
Do you have some example on how to do this ?
I will appreciate your help.
Flavio