Other Parts Discussed in Thread: MSP430FR5969
Hi i trying to execute a simple Addition subtraction multiplication program
like
alu_add = 1.700000+1.200000;
alu_mul = 1.700000*1.200000;
the values are getting stored in the variable as alu_add = 2.9000001;alu_mul=2.03999996; when i compare the result to the actual value of 2.9 & 2.4 it fails but i am also using other microcontroller msp430fr5969 here the results stored in those variables are 2.9 and 2.4 only. both the microcontrollers are 16 bit and msp430 series based only, so what is the issue in msp430f249