Hi team,
Here's an issue from the customer may need your help:
uint16_t a =310,b=750,c=0;
c=a*2/(b-50);
How many cycles does the above program take to execute? Thanks.
Best Regards,
Cherry
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi team,
Here's an issue from the customer may need your help:
uint16_t a =310,b=750,c=0;
c=a*2/(b-50);
How many cycles does the above program take to execute? Thanks.
Best Regards,
Cherry