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.
I downloaded the MSP430ware but it only support 5XX 6XX device, and cann't find the SD16 dirver code. Now I'm using F425, so how can I find the SD16 driver code from TI official? Thanks!
Andrew,
You can get the source code of the SD16 by the path as following:
"C:\XX\ccsv5\ccs_base\msp430\msp430ware_1_40_00_26\examples\devices\4xx\MSP430F41x_MSP430F42x_MSP430F42xA_Code_Examples"
Thanks
Thanks for your fast reply!
It seems i must install CCS ver5? I can not find the dir of "msp430ware_1_40_00_26" in CCSv6.
Or is there standalone msp430ware_1_40_00_26 package to download?
Andrew,
yes, you can download the standalone version of our Msp430ware by the following link:
http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSP430ware/latest/index_FDS.html
Thx
@Ken,
I already download it with the version 1_80_00_18. But this standalone msp430ware do not support SD16 but SD24.
@Michael,
Thanks for your code. But it more like example code not driver code. I'd rather to get hardware driver code same as MSP430ware.
Andrew,
You just wanted the source code of the SD16 driver library? such as the SD24 format files under the driverlib documents of the msp430F5XX/6XX?
I'm afraid we don't have that available files yet, I just thought you may write it by yourself with the help of our SD24 functions and the source code of our examples of SD16.
Thx
Ken,
Yes, that's it. I want to get the source code of SD16 driver lib.
Anyway, thanks for your kind support, and also Micheal. Thanks.
Andrew