Closed carlocaione closed 7 months ago
Using the EVK MIMXRT685 board + MCUXpresso SDK (main) + VS code IDE
EVK MIMXRT685
main
I need to enable the I2S signal sharing and I'd like to leverage the API exposed by fsl_sysctl.c for that.
fsl_sysctl.c
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?
set(CONFIG_USE_driver_sysctl true)
config.cmake
fatal error: fsl_sysctl.h: No such file or directory
Ok, I just saw that there is fsl_i2s_bridge.c for MIMXRT685S.
fsl_i2s_bridge.c
MIMXRT685S
Using the
EVK MIMXRT685
board + MCUXpresso SDK (main
) + VS code IDEI 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 theconfig.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