The model that you are trying to run in External mode does not match the application running on your target. Checksum test (TARGET_DATA_MAP) failed.
85 views (last 30 days)
Show older comments
When I try to simulate in external mode (connecting to a QNX target) I get the following error message (after a rebuild).
The model that you are trying to run in External mode does not match the application running on your target. Checksum test (TARGET_DATA_MAP) failed. The host model's structural checksum is [1038344332, 770696832, 3087214867, 2593530883] and the target application's structural checksum is [2557921303, 471944455, 2932109082, 2461827081]. Rebuild the model, run it on your target, and start External mode simulation again.
Rebuilding doesn't fix the issue. Also removed slprj and other model related files from the host as well as the target.
Also another interesting thing I noticed is that when I ran another Simulink model on the same target, it worked fine. But then I applied the same (custom) system target file (with a few code generation optimizations like inlining and block reduction), then rebuilt and deployed to the target and tried to rerun in external mode, I see the same error about checksum mismatch.?
Is it possible that the code generation settings is optimizing out certain atifacts of the model in the generated code and hence the checksum mismatch?
0 Comments
Answers (2)
Yu-Ru chien
on 29 Aug 2019
Edited: Yu-Ru chien
on 29 Aug 2019
Hi,
I have the same error with my external mode.
Do you have any solution to fix it ?
my error is :
The model that you are trying to run in External mode does not match the application running on your target. Checksum test (TARGET_DATA_MAP) failed. The host model's structural checksum is [3983279142, 1550170329, 848274671, 1688896861] and the target application's structural checksum is [383270811, 1049453704, 876952895, 4117075976]. Rebuild the model, run it on your target, and start External mode simulation again.
0 Comments
See Also
Categories
Find more on Simulink Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!