Other Parts Discussed in Thread: MSP430F5309
Hi All,
I want to write an SPI master code. Using MSP430F5309, I have to transmit and receive data.
I checked the example codes of for MSP430F5309. None of them includes polling method. I want a code which polls the status bit in SPI register and trasmits data serially.
If anybody has done that before, please share me the code. I have a question by the way. Can the data be seen on the MISO/MOSI pins of SPI if the lines are un-connected. I am testing with an eval board and using CCS V5. In the debug mode, it has an option to load the program to the flash. My question is, if I program the flash and exit the debugger mode, will the program run or should I use debugging option to run the program.
I just want to run my program on the eval board, just by programming it. Can I run it with the debugger connected or should I use external power supply.?
Since I am new to MSP430 and TI, I am asking these dumb questions.
Please help me regarding this.