ExtTargetPktPending() call failed while checking for target pkt
7 次查看(过去 30 天)
显示 更早的评论
I am using a Matlab 2017a Simulink mode external mode and an Arduino Mega 2560 to get some data from a Pixy2 Camera. The model can be built and upload into arduino, however I get this error (attached: Error occurred while executing External Mode MEX-file 'ext_comm':ExtTargetPktPending() call failed while checking for target pkt) when I try to run the model. What that this error means and how can I solve, your ideas are welcome. Thank you
0 个评论
采纳的回答
Arun Kumar
2020-8-6
编辑:Arun Kumar
2020-8-6
Hi Abdul,
The error is seen when Simulink doesn't get acknowledgement from the target. One very common reason for this is target crashing/ going to bad state.
In your case, since you've added custom code(as asked in your previous question) there's a high chance that the code is causing the target to crash and hence the target is not responding. One possible way of verifying this is to deploy the code using "Deploy" option and see if the target still works(try putting digital output with pulse generator to blink LED).
If it is due to your code, then you need to check your code to see if there are any illegal operations.
If you still face the same issue after trying the above, please reach out to MathWorks Technical support.
Hope this helps.
Thanks,
Arun
1 个评论
Aaeron 张
2022-12-8
Hi Arun
Thanks for your advice. It do work. The problem is my custom code. I comment out them and it works.
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Arduino Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!