Hi,
In example projects the sdmmc/port folder is present with the correct port source files based on the mechanism used respond to changes in the sdmmc stack (i.e. interrupt, polling or FreeRTOS).
When you create a new project, the port folder is not copied in... just 'inc' and 'src' are copied in.
Is there a reason for this? Or is there another configuration step to have this configured automatically?
At the moment I am creating a new project and copy/pasting from the SDK zip file.
(I am using MCUX 10.2 and SDK 2.3.1 for MK22FN1M0xxxx)
Solved! Go to Solution.
Hi Mike
Thanks for your feedback, it seems an issue in this release.
The source in port folder is a wrapper to compatible with different hosts. For temp solution, you can add this folder manually.
This issue will be fixed in future release.
Regards
Daniel
Hi Mike
Thanks for your feedback, it seems an issue in this release.
The source in port folder is a wrapper to compatible with different hosts. For temp solution, you can add this folder manually.
This issue will be fixed in future release.
Regards
Daniel
Great, thanks.
To note, this issue was also in MCUX 10.1 and SDK v2.3.0.