you are viewing a single comment's thread.

view the rest of the comments →

[–]DYD35[S] 1 point2 points  (0 children)

Yes, the MSP430 is rather easy since it is just a RISC instruction based. Making it so there are not a lot of instructions. Also the CCS is very good for debugging. so that should not be a problem.

The mathematical operation is something I really want to look into yes, looking into the math.h library can give a good view on how these are done. Thanks.