Part Number:MSP-EXP430FR5994
Tool/software: Code Composer Studio
Hi.
Code Composer Studio Version: 7.1.0.00016
I have a very very peculiar behavior i am seeing with a specific TI-RTOS example.
Specifically fatsd_MSP_EXP430FR5994_TI loaded from the Resource Explorer.
Software/TI-RTOS for MSP430-v:2.20.00.06/MSP-EXP-FR5994/Driver Examples/FatFs Examples/FatSD
If i import the example into project workspace and build and debug and load into target....no problems....it runs just fine.
If however i simply right click on the project and select properties and do absolutely nothing(make no changes)...other than say ok to the popup properties menu, the program ceases to be able to run. It builds and loads but gets stuck in a while loop servicing a interrupt stub that i am unaware of.
Pausing the debug....we are in HWFuncs.c....
__interrupt Void ti_sysbios_family_msp430_Hwi54(Void)
{
while(1){};
}
I have made attempts at restricting the build from modifying the target and or src package directories...to no avail. Surely this is not the intended behavior of the example.
My overall goal is to be able to modify the properties in hopes of discovering why i cannot write a file larger than 32KBytes to the SD card, but i am unable to change them due to this frustrating issue.
I do have quite a bit of msp register programming experience and i reluctantly admit, there is much i do not quite yet understand using the ti-rtos.
any help that could be provided would be much appreciated.
thanks
Dennis