Using a MIMXRT1170 - EVK, display, SD card & camera.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Using a MIMXRT1170 - EVK, display, SD card & camera.

441件の閲覧回数
Charanraj02
Contributor I

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?

0 件の賞賛
返信
1 返信

414件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @Charanraj02 ,

It seems you are trying to write data to untouchable address. Are you trying to write data to SDRAM by debug? If yes, please use this script which can initialize SDRAM before writing.

 

Regards,

Jing

0 件の賞賛
返信