2017-11-09 01:11 AM
Thank you for your patronage. I'm using STM32F3348-Discoverywhich has FPU and EWARM.
I made calculations like the picture below.
I'd like to check if floating point arithmetic is calculated correctly. So,I added z to EWARM live watch. Butz indicated an error.In case of integer operation, it is correctly displayed.How can I do it?
Best Regards,
Ken Inoue
Solved! Go to Solution.
2017-11-09 01:39 AM
Having paid the considerable licence fee for EWARM, don't you think you should be asking them about difficulties with their product ... ?!
https://www.iar.com/support/technical-support/
But, anyhow, what is the text following 'Error(...' in your screenshot?
General points - not specific to IAR:
2017-11-09 01:39 AM
Having paid the considerable licence fee for EWARM, don't you think you should be asking them about difficulties with their product ... ?!
https://www.iar.com/support/technical-support/
But, anyhow, what is the text following 'Error(...' in your screenshot?
General points - not specific to IAR:
2017-11-09 04:03 AM
2017-11-09 04:10 AM
Do you understand the concept of scope in the 'C' programming language?
A variable is not visible outside its scope - not even to a debugger ...
2017-11-09 04:37 AM
I will study that.
Thanks.
Best Regards,
Ken Inoue