nxp-mcuxpresso / mcux-sdk

MCUXpresso SDK
BSD 3-Clause "New" or "Revised" License
301 stars 136 forks source link

[BUG] Using `fsl_sysctl` on `MIMXRT685` #191

Closed carlocaione closed 2 months ago

carlocaione commented 2 months ago

Using the EVK MIMXRT685 board + MCUXpresso SDK (main) + VS code IDE

I need to enable the I2S signal sharing and I'd like to leverage the API exposed by fsl_sysctl.c for that.

Even though I set set(CONFIG_USE_driver_sysctl true) in the config.cmake file it looks like the interface is not exposed / compiled for the RT685 SoC?

fatal error: fsl_sysctl.h: No such file or directory

carlocaione commented 2 months ago

Ok, I just saw that there is fsl_i2s_bridge.c for MIMXRT685S.