Hello I'm designing a Zigbee Project with CC2430, but at the moment without Stack.
My Problem is when I send data throw SPI, MOSI stays like the las send bit. So if the last bit is "1", MOSI stays High. and if the last bit is "0", MOSI is LOW.
I try to put Low P1_6=0; and 1_7=0; but are configured as Periperical, so don't lend me change state.
How can I do in order to put MOSI always Low at the end of last bit clock ?
Thank you very much.