RTTarget-32 CPU Exception: 000E Error code: 0004
Afficher commentaires plus anciens
Hardware setup: I am using a Quatech ESC-100 card to read in serial data from several encoder boards.
Software setup: I'm running a SIMULINK model via xpctarget, using the Quatech ESC-100F block.
This setup has been working in 2011a but we're trying to upgrade to 2013b.
When I run in 2013b without the encoder boards powered on (no data to the Quatech card), I get no errors. However, when I run with the encoder boards powered on and sending data, I get the following error:
RTTarget-32 CPU Exception: 000E Error code: 0004
EAX= ...
ESP= ...
DS= ...
CS ...
Code: 8B 41 08 2B 41 04 89 55 FC 79 02 03 C7 8B F7 2B F0
(I didn't include the middle lines because I figure they are not relevant -- I can type them up if they are useful)
I did a google search and came up with the RTTarget-32 CPU Exception code: http://www.on-time.com/rtos-32-docs/rttarget-32/reference-manual/system-functions/rtraisecpuexception.htm
RTRaiseCPUException(4); // INTO Overflow
What does this mean? Where exactly is the data overflow happening? Why does this happen in 2013b but not in 2011a? Is there anything I can do to fix this issue?
Thanks!
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Communications Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!