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.

CCS/MSP430F5529: Reading 6 bits string with the msp430

Part Number: MSP430F5529

Tool/software: Code Composer Studio

Hello !

Im doing a project for Uni. and I want the MSP430 to read from a 6-bits parallel data bus (the string is generated by a voice recognition circuit) and write a code over thos strings that I get.

Should I choose a port (for example P6) ? How can i read the data simultaneously and perform some operations on it (with respect to the specific string that i get)?

Voltage levels are matched.
Im using CC5.

Thanks in advanced,

Nir

  • Yes, I would say that it would be best to set a port as an input and read the port register. I am not sure why DriverLib does not have a GetPort() command, but it doesn't so you will have to read the register directly.

**Attention** This is a public forum