Hi all,
I’m working with DM6437 and I faced with following problem:
My project is written in C++ but there are few C files mainly related to peripheral drivers. Now I’d like to catch if “divide by zero” is occurred and to handle it on the proper way. I found in “TMS320C6000 Optimizing Compiler v 6.1” that C64+ support “try-catch” feature but I’m not sure am I allowed to use it even if my project is not implemented in pure C++ code(like I said there are few C files). Is there any other way to check “divide by zero” and to handle it on the proper way?
Note. I’m also using intrinsic and I’m not sure does it change anything.