Part Number: MSP430F169 HI ,
I am using MSP430F169 controller and want to interface 16X2 LCD.
In that i want to define RS and EN pin to port 1.1 and port1.0 where i can easily change the value of RS and EN in functions,
so i am using the instruction P1OUT_bit…
Part Number: MSP430F169 Tool/software: TI C/C++ Compiler I use msp430f169 to collect siginal with internal A/D and transfer by usart0. Can Baud rate achieve above 115200 when Crystal is 8M?
I receive the data and find data is wrong.
The frequency of signal…
Part Number: MSP430F169 Tool/software: TI C/C++ Compiler Hello everyone, I am programming the MSP430F169, for industrial applications such as measurement of variables via ADC.
My drawback is the following when I am at room temperature all the measurements…
Part Number: MSP430F169 Hi team,
Good day.
Our customer would like to know the HBM, CDM and MM ESD rating for the following devices:
MSP430F169IPM
MSP430F169IPMR
Thank you in advance for your help.
Regards, Carlo
Part Number: MSP430F169 I am trying to understand how to do basic I2C with the MSP430F169. I have lots of example code, and I have looked through all the datasheets I can find, but there are still a lot of things I can't find. For example, I can't find…
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 NAK, I…
Part Number: MSP430F169 Hi,
I have a strange issue with Watchdog. I would like restart program with a PUC. For that I write bad passd into watchdog.
I read in SLA049f 10.2.2 'When the WDT is configured to operate in watchdog mode, either writing to WDTCTL…
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…