Part Number: MSP430F413
Tool/software: Code Composer Studio
in msp430f413 portaddress mean what
can i get any reference data
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: MSP430F413
Tool/software: Code Composer Studio
in msp430f413 portaddress mean what
can i get any reference data
Hi
Where you get this code? Could you should show the down load link and in which file and which line?
If you can offer more detail information about your issue for other people,we can make the support more efficient. Thanks
The constant PORTADDRESS in the code is defined as the location of the communication port. Take the MSP430 as an example
P1DIR |= BIT0;
For this case, PORTADDRESS is BIT0 and the BIT0 is 0x01. This means you set the P1.0 to out put mode.
Do you use the MSP430 as the MCU? We just support TI's devices.
For one wire communication, we have a demo at page 4 http://www.ti.com/lit/ml/swab003b/swab003b.pdf
We have the detail explain and the c source code, you can refer to this
**Attention** This is a public forum