Question: How do I enable or disable the trapping of divide by zero? Details: I have two apps, both of which execute the following line of code:baudValue = (spiSourceClock/(2U*(setup->clockFrequency))) - 1U;... and in both cases setup->clockFrequency is z..
↧