IMX6 CMSIS SVD files

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX6 CMSIS SVD files

1,244 Views
john_smith
Contributor II

Hello!

I'm trying to debug IMX6Q with Eclipse. For peripheral registers view I use EmbSysRegView plugin. It has no data for IMX6 processors, but it can use external SVD files. I've downloaded such files from this thread - When will CMSIS SVD files be available for i.MX devices? .

But EmbSysRegView cannot work with these files. And SVDConv.exe utility from Keil shows a lot of errors and warnings while testing these files.

Are there any correct SVD CMSIS files for IMX6Q? Or maybe there is another way to debug peripheral registers in Eclipse?

Thank you in advance!

0 Kudos
2 Replies

913 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi John,


       CMSIS SVD is CMSIS:Cortex Microcontroller Software Interface Standard System View Description. It means a vendor-independent hardware abstraction layer for the Cortex-M processor series and defines generic tool interfaces.

       Only for MCUs based on cortex-M serials, so i.mx6q doesn't have it.


Have a nice day!

TIC Weidong

0 Kudos

912 Views
john_smith
Contributor II

Thank you! No, it's clear )

And do you know if there is any way to read/write peripheral registers' values in Eclipse?

0 Kudos