Hello I was verifying the activation of the exception in case of division by zero. currently on my CCS project I have deleted all libraries. I do a simple a = 1/0. I get the warning but then in the end the exception does not activate and if I go to debug and I see the value of the variable I see that inside it I have the value zero; honestly I was expecting "infinite". I am wrong ? further thing. I saw that there are some functions contained in the libc, which I have excluded, such as u_div0, but having not included them which division function is my project using? meanwhile, I limit myself to these questions. thank you