Borrar filtros
Borrar filtros

Connecting to Sensor XCP internal error

10 visualizaciones (últimos 30 días)
Aaron Troll
Aaron Troll el 13 de Mzo. de 2024
Respondida: Aaron Troll el 2 de Mayo de 2024
External Mode Open Protocol Connect command failed
Caused by:
  • Could not connect to target application: XCP internal error: timeout expired, in response to XCP CONNECT command
I am trying to connect to a ICM20649 IMU Sensor that is connected to an Arduino Nano that is connected over USB with Matlab.
The setup seems to be correct as I am able to communicate with the sensor via Arduino IDE and I am able to read the Temerature from a ICM20948 Arduino Library block (which seems to be similar enough) with the same Hardware settings in Matlab. That means I can communicate with the arduino from Matlab and actually read data - just not with the code from the IODeviceBuilder.
the line of code where the SPI communication is started seems to be the issue.
icm.begin_SPI(ICM_CS, ICM_SCK, ICM_MISO, ICM_MOSI)
This does not make sense to me as this line of code is used in the Arduino IDE aswell and is working. For some reason the IODeviceBuilder App seems to have problems with sending SPI commands?

Respuesta aceptada

Aaron Troll
Aaron Troll el 2 de Mayo de 2024
This was caused by a hardware failure where the SCL did not work.

Más respuestas (1)

Aditya Shah
Aditya Shah el 15 de Mzo. de 2024
Hi,
Extended setup times can cause XCP external mode to fail with the error you've mentioned.
Check for any delays in the generated CPP template file and reduce them.
For debugging, use "Serial.print" to gather more insights.
  2 comentarios
Aaron Troll
Aaron Troll el 15 de Mzo. de 2024
Hi,
How can I view what is printed over Serial in the external mode? The Serial Receive does not work as the COM port is used by the Monitor and Tune as far as I understood.
Aditya Shah
Aditya Shah el 15 de Mzo. de 2024
Hi,
For viewing serial printouts, use the "Build, Deploy & Start" feature.
To assist further, share the generated system object files, along with the modified cpp file(generated template) and the 3p library you are using for ICM20649 IMU Sensor, for further investigation.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by