Hello (NXP support in particular),
I gave up using RT1064 for the UVC port. I am now using RT1050EVK for UVC and after I followed this tutorial,
https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/Migrating-AN12103-to-EVKB-MIMXRT1050-with-MCUXpr...
This project still does not work properly, does not show any uPVC camera device, I am using EVKB1050, SDK version 2.12.1, MT9M114 camera, project as attached
where I single-step debugging found this sentence in main.c can not be executed:
SEMC->SDRAMCR3 |= SEMC_SDRAMCR3_REN_MASK;
after i delete this sentence, this sentence in void InitCamera() can not be executed:
memset(s_cameraFrameBuffer, 0, sizeof(s_cameraFrameBuffer));
Could you please tell me, is there something wrong in my porting or what parameters need to be changed?
Also, I downloaded the uvc_demo provided under this tutorial, but he can't compile it, please tell me how to fix it. Thank you very much for your patience and help!