hi everyone;
i finally implemented sd card operation for msp430f5529. i wanna change 5529 sd card code to msp430fg439 but i have below problem and i need your helps;
***msp430f5529 usci spi was used to communicate sd card but unfortunately msp430fg439 has usart spi. i changed my code according to usart spi but it didn't work. can i change usci spi to usart spi, does it creates any problem?