Is it possible to use the motion libraries (Motion TL2 & AC2) with a 3rd party MCU?
Hello,
For a project I'm using the IIS2ICLX Dual-axis accelerometer together with a Teensy 4.1 (Cortex-M7) MCU via I2C. I have been trying to use the Motion TL2 & AC2 together with this external platform, but with no succes so far. The libraries are available with a header file and a compiled archive. This archive is compiled for the STM32 MCU's.
I found this thread implying it is possible and followed the suggested step there by contacting support, which in turn suggested trying to find information here.
I have tried integrating it so it compiles with my Teensy platform without giving me errors (linking the compiled file, adjusting filepaths, etc), but now can not run any functions from it without it crashing. I'm assuming this is because it is compiled for a different platform, but I'm not too experienced with this kind of stuff.
Is it possible to use these two libraries on a 3rd party platform like the Teensy 4.1? How would one approach this if it is?
Thanks in advance!
Mark
