Debug for M4 in imx8

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
646件の閲覧回数
Txaflin
Contributor II

I need to "debug" an application for the M4 on an imX8. Is this possible? Can it be done using an IDE, such as MCUXpresso?

0 件の賞賛
返信
1 解決策
593件の閲覧回数
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @Txaflin,

I hope you are doing well.

Yes, It is possible to debug without IDE.

One can use J-Link GDB Server application to debug M4 core in i.MX8MM in the command line interface.

One can download it from https://www.segger.com/downloads/jlink/.

Please refer to 5.1 Linux OS host in Getting Started with MCUXpresso SDK for EVK-MIMX8 (Provided with SDK) to install the gcc toolchain, build, run & debug M4 core application.

Thanks & Regards,
Dhruvit Vasavada

元の投稿で解決策を見る

0 件の賞賛
返信
5 返答(返信)
611件の閲覧回数
_angelo_
Contributor III

M4 app can be written with all open tools, mainly gcc for cortex M and the ide you prefer, compiling by a simple makefile.
For startup .S files and linker scripts you can use those provided from the sdk, or write your own.

Also, i would not setup all jtag debugging if not really needed. Use some printf here and there to debug through the M4 uart console.

 

 

0 件の賞賛
返信
617件の閲覧回数
Txaflin
Contributor II

Thank you,

I'm using the i.mx8MM and I need to deploy an application for M4 Core.

The problem is that it is not possible for me to use IAR since I do not have a license.

Is it possible to configure any other IDE without a license?

0 件の賞賛
返信
594件の閲覧回数
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @Txaflin,

I hope you are doing well.

Yes, It is possible to debug without IDE.

One can use J-Link GDB Server application to debug M4 core in i.MX8MM in the command line interface.

One can download it from https://www.segger.com/downloads/jlink/.

Please refer to 5.1 Linux OS host in Getting Started with MCUXpresso SDK for EVK-MIMX8 (Provided with SDK) to install the gcc toolchain, build, run & debug M4 core application.

Thanks & Regards,
Dhruvit Vasavada

0 件の賞賛
返信
589件の閲覧回数
Txaflin
Contributor II

Thanks!

I'll read and test this solution.

0 件の賞賛
返信
622件の閲覧回数
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @Txaflin,

I hope you are doing well.

Yes, It is possible to debug i.MX8 using J-Link Plus.

One can use IAR Embedded Workbench ® for Arm and SEGGER J-Link software.

The IAR Embedded Workbench is an IDE
integrated with editor, compiler, debugger, and other components. The SEGGER J-Link software provides the driver for the J-Link Plus debugger probe and supports the device to attach, debug, and download.

Please specify the exact processor used for further info.

Thanks & Regards,
Dhruvit Vasavada

0 件の賞賛
返信