Part Number: MSP430FR5969
Hi Sir,
I am developing a code based on SPI module. Now I am working on example codes related to spi(4 pin mode). My doubt is regarding, I am sending data(0x01) to slave and Echoed back to master with the same data. But in Logical Analyzer I have noticed the following data. When i Debugged, I got 0x01 in master and 0x80 in slave. Is there a problem being in my code or whether there is some other issue.(Note: A2 pin is not connected). If it is worked then i would like to interface the same uC with BLE.