Description
Describe the bug
Looks like Wire and Wire1 are swapped, please check this thread for more details:
https://forum.arduino.cc/t/i2c-experiments-with-zephyr-on-giga/1326321
this post in particular: https://forum.arduino.cc/t/i2c-experiments-with-zephyr-on-giga/1326321/6
Target board + cli verbose compilation output
Arduino GigaR1
Full verbose compilation output, ideally with arduino-cli
invocation or from IDE 2.3.3+
Output.txt
Output of Serial Monitor
"Error initializing communication with IMU"
Output of readelf
You can find the loaction of the elf file by compiling in Verbose mode and looking near the end of the compilation output (after Linking everything together..
)
Paste (or attach) the output of arm-none-eabi-readelf -a $your_sketch_elf_file
Optional: attach the elf file
LIS3DML_icm20649_bolderflight_libs.ino.zip
Optional: attach the sketch
Additional context
Runs under Giga1 Mbed no issues.