Connecting to Sensor XCP internal error
15 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
更多回答(1 个)
Aditya Shah
2024-3-15
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 个评论
Aditya Shah
2024-3-15
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sensors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!