|
Post by mjb on Dec 11, 2016 14:37:36 GMT
The TC275TP has one floating point unit in each core. This allows the use of float type variables freely, including in interrupt service routines. Trig functions like sin and cos run in around 1us.
If you are used to only using integer types then you can now use floats without fear of overloading the cores. If you are generating code from tools like Simulink then you can use floating point models.
|
|