Hello,
I'm currently working with TAG: 2f77f4a of the mcuxsdk on github and attempting to build a `hello_world` application. However, during the compilation process, I've encountered an issue where the `fsl_cache` module is missing. I've searched under core/device/MIMX9352 but to no avail.
It seems that I can't simply use the `fsl_cache` module from a different MCU, as it appears to be specifically tailored to the architecture of each MCU. According to the SDK builder, the M33 utilizes the 'fsl_cache' for 'xcache'. Well I couldn't find any fsl_cache module that I could include.
My questions are:
1. Is there another location where I might find the appropriate `fsl_cache` module that I might have overlooked?
2. Is there a specific commit where this issue does not occur?
If these options are not available:
When can we expect a stable build of the MIMX9352 to be included in the MCUXpresso SDK on GitHub?
Thx!
Isaac Yuki