Part Number: MSP-FET430UIF I reported an issue where CCS was unable to detect my MSP-FET430UIF and although I followed the recommendations which were given to me by TI support, I could not resolve this.
I am currently using MSP-FET430UIF together with…
Part Number: MSP430F2013 Other Parts Discussed in Thread: MSP-FET Hi,
Please suggest me programming connector for below attached MSP430F2013 Part reference J2 in Schematics.
Thanks,
Ashok
Hi Stanford,
Yes, I split the int16 variable into two bytes and then send over I2C.
I noted that this error occurred just when I used the SD16 interruption vector, (pooling the flag works well). To override this I disable the SD16 interruption during…
Part Number: MSP430F2013 Dear All,
My sensor generates 2.25 volts at no stimulus and down to 1.65 volts at full scale.
The VREF for MPS430 16bit A/D is 1.2 volts with +/-600mv Range at Gain = 1
Does this mean A0+(max) = 1.2V + 300mv and A0-(min…
Gennadiy Kiryukhin said: I selected "Erase and download necessary segments only" under MSP430 Flash Settings of Debug options and it still erases the whole chip. At lease after the debugger in my bootloader project is started, flash memory for the application…
Part Number: MSP430G2453 Other Parts Discussed in Thread: MSP430F2013 ,
Using two MSP430s in a design and they communicate with each other using I2C.
There is an MSP430G2453 (slave) talking with an MSP430F2013 (master).
The MSP430F2013 is clocking…
As far as changing how the compiler works, if #pragma FUNC_ALWAYS_INLINE is used, would it be a problem to give a warning if the compiler is unable to inline the function?
... or, if a user specifies the above pragma, an the compiler is unable to inline…
Hi,
I'm glad that you found the solution,
Please go ahead and verify your answer to also help other users that might run into the same issue.
Note that I'll go ahead and close this thread in the next couple of days if I don't hear back from you…
The error occurs when a project-constituent file has been modified in emacs and not saved. Saving the file eliminates the
fatal error #6001: cannot open file "./.": Permission denied
error.
Code composer should indicate what file or files it could…