Part Number: MSP430F169 My master is an MSP430F169. My slave is an SI514. I just want to read a specific address right now, and I am struggling to do that. I can read from the slave, but can't specify which address I want to start at. I know how you are…
Part Number: MSP430F169 I am trying to first just establish I2C communication between an MSP430F169 and an SI514-PROG-EVB. This is how I have it connected:
And this is the output on the logic analyzer:
That is the problem, it always gives…
>Is the blue line MOSI?
To be perfect (!) with the TI MSP430F169 documentation the blue line is SIMO (MSP430F169 case RTD 29/64 pin). But for me SIMO = MOSI, I agree you
>I wonder if this is some artifact of CPOL=1?
CKPL = 1; CKPH = 0
The activity…
Hi,
We have the peripherals example code for the device. You could take the ADC codes for your reference to review your code.
http://dev.ti.com/tirex/explore/node?devices=MSP430F169&node=AM7tC49TvCrR-zvoOq6LNw__IOGqZri__LATEST
Part Number: MSP430F169 Tool/software: Code Composer Studio Hi,
1. I loaded an your example of this device. The build button is off. How to build?
2. Can I convert IAR project to CCS?
Regards,
Moti Esh
Part Number: MSP430F169 Other Parts Discussed in Thread: MSP430F169 , MSP430G2553 Hi friends. I am trying to program my msp430F169 using its BSL. I am using the bsl DEMO2.exe software that is used to program msp430 of families 1xx , 2xx, 4xx. My case…
Hi, Dan,
Are you referring to the application report of slaa600 ( http://www.ti.com/lit/an/slaa600d/slaa600d.pdf ) for your code development of the customized bootloader and application code? If yes, the concept is the application code cannot be debugged…
Part Number: MSP430F169 I am trying just to send 1 byte of data via I2C to verify it is working, and I am not seeing any output. I have the SDA and SCL of my MSP430 connected to ground through 10k resistors, but I don't have them connected to anything…