Hi, I'm trying to merge the evkbimxrt1050_host_msd_fatfs_bm SDK demo together with the evkbimxrt1050_emwin_gui_demo's. It compiles without errors but not the USB.
What I did was copy the files you write to USB (evkbimxrt1050_host_msd_fatfs_bm) within the evkbimxrt1050_emwin_gui_demo project.
Is there a more correct way to initialize USB and also write on the LCD?
Hi Eliezer
one can try to build new project adding components from these two projects
to avoid possible duplications when some processor registers may be initialized twice by
both projects when projects files were just copied one to another.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi, igorpadykov.
I've tried to do that. But it did not work, diplay booted but did not write and USB did not boot. I had already started the macos.
I added the project.
https://community.nxp.com/thread/490742
thank you.