Dear NXP,
I try to setup I2C on S32CT, but it gets error.
I provide my steps to let you understand the situation. The step is:
1. Choose Hardware: S32K312EVB-Q172

2. SET I2C PINS: LPI2C1 SCL, SDA

3. Make sure LPI2C1 Clock Reference: AIPS_SLOW_CLK

4. Add I2C tab

5. Mcu tab: LPI2C 1 Clock Setting & Enablement




6. LPI2C1 Setting: Standard Mode, 100kb/s, Slave address: 10bits, using Interrupt


7. LPI2C1 Interrupt Configuartion in Platform Tab


8. Code Generation

9. Add I2C component in the Board initialization

10. Simulink Model - Build, Deploy & Start

When I try to building the program, it gets an error message.
The reason I found the error was because it didn't find "Dem.h".

Therefore, I would like to ask you where the error occurred in my construction steps, which caused this problem.
Could you help me, please?
(BTW. The Environment is MBDT 1.4.0, Matlab 2021a, S32K312EVB-Q172)