Part Number: MSP430F169
Hello,
Sorry for my English, Google does the translation ... do not hesitate to ask for clarification.
I use the TXEPT bit of the SPI to make sure that the sending of my data is finished. But by measuring the time I realize that…
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 Other Parts Discussed in Thread: MSP430FR4133 Tool/software: Code Composer Studio Hi,
The application I am writing uses a custom linker command file that moves the reset and interrupt vector to 0xD7E0 since I have a custom bootloader…
Part Number: MSP430F169 Hi,
I wrote a c code for accessing the internal ADC of MSP430F169.
Here is my code.
void main(void) {
unsigned int adc_count;
WDTCTL = WDTPW | WDTHOLD; // stop watchdog timer
DCOCTL = DCO0 + DCO1 + DCO2;
BCSCTL1 = XT2OFF + DIVA_3…
Part Number: MSP430F169 Other Parts Discussed in Thread: MSP430FR5994 Tool/software: Code Composer Studio Hi,
i use a MSP430F169 to make a Datenlogger. And to do this I have to write in a SD Card using msp430f169.
I use Code Composer. What i want to do…
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 Tool/software: Code Composer Studio Hello everyone,
I am confronted with an old project using the msp430f169. The software was compiled with the msp-gcc. Now I am supposed to port it to code composer studio.
Which mostly worked…
Part Number: MSP430F169 Tool/software: Code Composer Studio Hello everyone,
I am currently working on an existing Project using a MSP430f169. I am supposed to get the firmware running with ccs 9 and the ti compiler.
I ran into a Problem setting up an…
Part Number: MSP430F169 Tool/software: Code Composer Studio I'm using MSP430 compiler v4.2.1.
I'd like to use smaller enums to free up RAM but when I specify --small_enum I get the following linker errors.
warning #10204-D: automatic RTS selection…