Examples
This section contains example models and code to help you get started with FlexConnect.
Models
Sample DBC files and simulation models are available in the models folder.
Code
Sample C (S32DK) and Python (Linux) code is available in the code folder. Source for all examples is hosted on GitHub at examples/code .
IMU K3
This example demonstrates polling for IMU data over SPI and sending the data over CAN. link .
FlexConnect IMU K3
This example follows the same pattern as the IMU K3 example, but uses the FlexConnect library to send the data over SPI to the attached MPU. link .