Hi Everyone,
I have been looking for about an hour online and haven't been able to find the answers to these questions.
- Can I use floating point with the msp4302553 ? the watch expression on CCS don't seems to like floating point for sure.
- Can I use math.h to do trigonometry calculus on the msp430g2553 ?
Let me tell you guys what I am trying to do so that it is more clear:
I am scanning a signal with an ADC. I would like to do an atan() on the signal and output the signal with an DAC.
Right now I can scan the signal and send it to the DAC. This works well. But I can't get the t