ExtTargetPktPending() call failed while checking for target pkt
    7 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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 Commenti
Risposta accettata
  Arun Kumar
    
 il 6 Ago 2020
        
      Modificato: Arun Kumar
    
 il 6 Ago 2020
  
      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 Commento
  Aaeron 张
 il 8 Dic 2022
				Hi Arun
Thanks for your advice. It do work. The problem is my custom code. I comment out them and it works. 
Più risposte (1)
Vedere anche
Categorie
				Scopri di più su Arduino Hardware in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



