ExtTargetPktPending() call failed while checking for target pkt

조회 수: 11 (최근 30일)
Abdul K
Abdul K 2020년 8월 2일
댓글: Aaeron 张 2022년 12월 8일
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

채택된 답변

Arun Kumar
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 张
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개)

Abdul K
Abdul K 2020년 8월 8일
Thanks for your reply. I fixed the issue.

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by