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…
Thank you for your answer.I think my caculation about baud rate is right. I test 4 times,fist baud rate is 115200,second is 230400,third is 460800,fourth is 921600.
I receive data by using uartassist from PC,when the baud rate is 921600 ,the data will…
Part Number: MSP430F169 Tool/software: TI C/C++ Compiler In TimerA, the CCI1B & CCI2B connected to which pins of MSP430F169 MCU? I can't find it in terminal function list.
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
Sorry, the offset error max is ±4 LSB.
So, I mean the drift mostly lies on:
1. reference drift
2. Offset drift
3. Power supply drift
From my experience, it mostly lies on reference drift. You can use an external reference as a reference.
Hi,
thanks. I found the FatFs library there and downloded it. All functions, that I need are define in the file.h.
I tried to creat a File in a SD Card but i always get the same error:
>> Compilation failure
makefile:147: recipe for target 'Datenlogger__…
Hi JD Crutchfield ,
Thank you for your response.
When I think about debugger issue, I put breakpoint at reset program entry. The behavious is différent: The CPU work finnely. GPIO for debug is a solution to debug, but breakpoint finally is OK also…
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…