Hi NXP,
I want to integrate SD card to evkmimxrt1060_tensorflow_lite_kws, but not success.The console stuck in "Make file system......The time may be long if the card capacity is big."
When debug, I see that Program is hanging in disk_initialize()
I copied all file in fatfs,sdmmc,board,driver,component,... from example SDcard project to my kws project, and define SD_ENABLED in pre-processor.
This attached link is my project (27MB)https://drive.google.com/file/d/1YOzNcXlGXQGUtHLPs1uZehqtpYvVcQug/view?usp=sharing
Thanks in advance.
已解决! 转到解答。
Hello @nahan_trogn,
Modifying the memory map like the following one I was able to debug your proyect:
It looks like using the buffers for the SD outside the internal memory cause some problems.
Best Regards,
Alexis Andalon
Hi,
I've re-uploaded my project to MEGA
https://mega.nz/file/lPIylRiT#_I5_EaqcBjvJzILgR67aAUUFuKD6UnNuAaYStE2mPyA
Since project's size is more than 25MB so I can't attach it.
Thanks.
Hello @nahan_trogn,
Modifying the memory map like the following one I was able to debug your proyect:
It looks like using the buffers for the SD outside the internal memory cause some problems.
Best Regards,
Alexis Andalon