Part Number: TMS320F28027
Hi team,
Here's an issue from the customer may need your help:
uint16_t a =60123;float b=0.001236;uint16_t c =0; float d=0;
1) c=a*b;
How many instruction cycles does this need?
2) c=a*5>>12;//(5=b*4096)
For this case, how many instruction cycles does this need?
3) d=a*b;
And this one?
Could you help check these issues? Thanks.
Best Regards,
Cherry