I'm using a MIMXRT1170 - EVK, display, SD card & camera. When i try the individual code for display(csi_mipi_rgb) & individual code for SD card (sd_jpeg) it works fine.
But when i try to combine both the code into a single code, my code does not run (Managed to get 0 errors & 0 warnings).
Note: I got this observed
"Failed to execute MI command:
-data-disassemble -s 3735928558 -e 3735928590 -- 3
Error message from debugger back end:
Cannot access memory at address 0xdeadbeee"
When i saw this, i tried to clear the flash multiple times. Still i get the same issue.
Can u somebody help me on the above issue?