Console Output = repeated 'Unchecked ROM Table class 0 at address F0032000'

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

Console Output = repeated 'Unchecked ROM Table class 0 at address F0032000'

Jump to solution
1,303 Views
jmullen_condose
Contributor III

Hello all!

I have an LPC812 project in v11.5 that I just started using. When initiating a Debug connection (PE-Micro device) the Console window scrolls the usual ton of data, then the 'Break at main()' stops things, ready to debug - but the console window scrolls (and scroll, and scrolls) the message:

"Unchecked ROM Table class 0 at address F0032000"

rapidly and forever, well - until I run or step the code and then that stops. All seems fine otherwise. 

I have tried searching for this and variations of this message and no luck. Do you know what is causing this and therefore, how I may correct it?

Cheers!
-jeff-

0 Kudos
1 Solution
1,272 Views
lpcxpresso_supp
NXP Employee
NXP Employee

Hi,

Can you go please to: <MCUXIDE layout>\ide\binaries\coresight\coresightComponents.xml

and add at the beginning of <targets> list:

<target id="LPC812">
<core id="core0_LPC812" romBaseAddr="E00FF000"></core>
</target>

Please let us know if you notice the error message is gone.

Additionally, can you please send us the log files when your error occurs? We were not able to reproduce the same error. For this purpose please go to Eclipse Help -> "MCUXpresso IDE Save Info for Support" and attach here the created zip archive.

Regards,

MCUXpresso IDE Support

View solution in original post

0 Kudos
2 Replies
1,273 Views
lpcxpresso_supp
NXP Employee
NXP Employee

Hi,

Can you go please to: <MCUXIDE layout>\ide\binaries\coresight\coresightComponents.xml

and add at the beginning of <targets> list:

<target id="LPC812">
<core id="core0_LPC812" romBaseAddr="E00FF000"></core>
</target>

Please let us know if you notice the error message is gone.

Additionally, can you please send us the log files when your error occurs? We were not able to reproduce the same error. For this purpose please go to Eclipse Help -> "MCUXpresso IDE Save Info for Support" and attach here the created zip archive.

Regards,

MCUXpresso IDE Support

0 Kudos
1,126 Views
jmullen_condose
Contributor III

This worked, however now I have a project, still using same v11.5 - for LPC845M301JBD48 MCU

On first debug session I get this:

Generic ROM base address found in xml file: 0xF0002000

***---------- Identify CoreSight Components ----------***
Unchecked ROM Table class 0 at address F1032000
Unchecked ROM Table class 0 at address F0032000
Unchecked ROM Table class 15 at address F0032000
Unchecked ROM Table class 0 at address F0032000
Unchecked ROM Table class 15 at address F0032000

 

Can I add something to the XML to clear this also?

 

0 Kudos