Sign in to follow this  
Followers 0
yank38

Math Overload

5 posts in this topic

I have a system with a 505 processor. It has recently been locking up due to a math overload. Can anyone offer suggestions on how best to capture where in a scan this is happening?

Share this post


Link to post
Share on other sites
I use something like this, by placing this in the rung following all your math instruction, and using a different latch bit for each instance, you can see which math instruction is causing the overflow. By clearing the overflow S:5/0 as shown, you processor will not fault, but the overflow may cause unexpected actions, unlatch the overflow with caution.

Share this post


Link to post
Share on other sites
Ken has you on the right track ... if you need more detail about the subject, then this thread might help ... and if you're using an STI setup, then this post might be of interest ...

Share this post


Link to post
Share on other sites
was just browsing and seen this and thought i would check out Ron's post and i will say the link above is a really good post i cant thank you guys enough for taking the time to write out such long posts to help us inexperienced understand this stuff better.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0