Other Parts Discussed in Thread: MSP430F5325
I am using MSp430F controller for the first time. We have selected MSP430F5325 for our application of metering. In our application, we need to sample AC mains 230V and AC current (5A) by ADC of MSP430F . ADC outputs value in Integer format . And we need to do the scaling and calculate the TRMS (root mean square value).We require to do square (or multiplication) , divison and square root on float variables. We are using CCSV5.3. Does MSP430F controllers support float variables and their multiplication and division?