Hi,
I'm using i.MXRT1050 board in which i have MT9M114 camera connected to the camera connector, when i try to program the sdk example i'm getting this error
ERROR: Could not connect to target.
SEGGER J-Link GDB Server V7.60b Command Line Version
JLinkARM.dll V7.60b (DLL compiled Dec 22 2021 12:54:46)
Command line: -SettingsFile C:\Users\admin\Desktop\Gagana\WORKSPACE\evkbimxrt1050_csi_rgb565\Debug\evkbimxrt1050_csi_rgb565 JLink Debug SettingsFile.jlink -nosilent -swoport 2332 -select USB=601014624 -jlinkscriptfile C:\Users\admin\Desktop\Gagana\WORKSPACE\.mcuxpressoide_packages_support\MIMXRT1052xxxxB_support/Script/evkbimxrt1050_sdram_init.jlinkscript -telnetport 2333 -singlerun -endian little -noir -speed 4000 -port 2331 -vd -device MCIMXRT1052 -if JTAG -halt -reportuseraction
-----GDB Server start settings-----
GDBInit file: none
GDB Server Listening port: 2331
SWO raw output listening port: 2332
Terminal I/O port: 2333
Accept remote connection: localhost only
Generate logfile: off
Verify download: on
Init regs on start: off
Silent mode: off
Single run mode: on
Target connection timeout: 0 ms
------J-Link related settings------
J-Link Host interface: USB
J-Link script: C:\Users\admin\Desktop\Gagana\WORKSPACE\.mcuxpressoide_packages_support\MIMXRT1052xxxxB_support/Script/evkbimxrt1050_sdram_init.jlinkscript
J-Link settings file: C:\Users\admin\Desktop\Gagana\WORKSPACE\evkbimxrt1050_csi_rgb565\Debug\evkbimxrt1050_csi_rgb565 JLink Debug SettingsFile.jlink
------Target related settings------
Target device: MCIMXRT1052
Target interface: JTAG
Target interface speed: 4000kHz
Target endian: little
Connecting to J-Link...
J-Link is connected.
Device "MCIMXRT1052" selected.
Firmware: J-Link V11 compiled Mar 14 2024 13:16:08
Hardware: V11.00
S/N: 601014624
Feature(s): RDI, FlashBP, FlashDL, JFlash, GDB
Checking target voltage...
Target voltage: 3.28 V
Listening on TCP/IP port 2331
Connecting to target...
ConfigTargetSettings() start
Config JTAG Speed to 4000kHz
ConfigTargetSettings() end
TotalIRLen = ?, IRPrint = 0x..000000000000000000000000
ConfigTargetSettings() start
Config JTAG Speed to 4000kHz
ConfigTargetSettings() end
TotalIRLen = ?, IRPrint = 0x..000000000000000000000000
ERROR: Could not connect to target.
Is there any jumpers to enable or anything else to do. It would be helpful if anyone respond to it ASAP.
Thank you
Regards,
Gagana
已解决! 转到解答。
Hi @GaganaTN,
Yes, I would highly advice to adjust the operating voltage to the suggested value from the datasheet in order to ensure a proper functionality of the MT9M114.
BR,
Edwin.
The MT9M114 is a high-performance, low-power CMOS image sensor designed for use in various imaging applications. Key features and specifications include:
The MT9M114 is known for its excellent low-light performance and ability to capture high-quality images in a compact form factor, making it suitable for a wide range of embedded vision applications where size and power consumption are critical factors. Ersa Electronics provides free samples of MT9M114, if you are interested in that, you can visit this website.
Hi @GaganaTN,
What SDK example are you using? Does this error happen with the example code only when connecting the camera module, or regardless of whether the camera module is connected or not? Does it happen when flashing other example codes as well, or only with this one?
BR,
Edwin.
Hi @EdwinHz ,
I'm trying to flash evkimrtx1050_csi_rgb565, evkimrtx1050_csi_ccir656, and evkimrtx1050_csi_raw8 examples and facing same issue with all the three. This is happening when the camera module is connected and also i have a doubt where in the datasheet of MT9M114 says its max voltage is 3.1v but in evkboard scheme the DCDC voltage is 3.3v for camera connector should we change it? and also in evkboard hardware usage guide it is given that 0V7725 can be integtated directly.
Regards,
Gagana