[quote user="Channabasappa Kolar"]1. I build with verbose on and attached the log file. As I did clean build, now I can not work until you help me to fix this problem.[/quote]
I checked with some colleagues on the build error. I was able to reproduce this when I didn't have "C:\Windows\system32" in the path variable. Can you type "set" in your command prompt and see if it exists in your "Path" variable?
Can you add it before you call gmake?
c:\ti\tirtos_1_20_00_28>path=C:\Windows\system32;%path%
c:\ti\tirtos_1_20_00_28>..\xdctools_3_25_04_88\gmake.exe -f tirtos.mak bios
Please, let me know if it builds for you now.
[quote user="Channabasappa Kolar"]3. With example code provided by TI (fatsd_MSP4305529 and fatsdraw_MSP430F5529), the control do not even reach taskFxn() task. Once control goes to bios from main (), it never comes to task. I am not sure why. I copied the same code in my build (for MSP430F5338), the control comes to task and it fails later as I mentioned in this chain.[/quote]
I'm seeing the same behavior and am investigating.
[quote user="Channabasappa Kolar"]4. I using MSP430F5529LP Ver#1.5.[/quote]
That's a new board. I know we validated our examples on rev 1.4 so I need to check on what the difference is between the two.
[quote user="Channabasappa Kolar"]
5. For me, always it recognizes as SDSC, always CCS bit in OCR is set to 0 (as response to CMD58). I single stepped good amount of code and but the CCS bit never get set.
6. Unfortunately, we do not have 4GB and getting it also difficult as people are moving to 16/32 GB storage. I will try, but not sure.
[/quote]
I just got a 8GB card to test this...when I get past #3.
[quote user="Channabasappa Kolar"]7. I saw few bugs in the code. I am fixing on the way. Once every thing works, I will send you the source code, you can review and update the base line code.[/quote]
Great! I am looking forward seeing these changes.