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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
2,395 次查看
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 项奖励
回复
1 解答
2,364 次查看
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 项奖励
回复
2 回复数
2,365 次查看
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 项奖励
回复
2,218 次查看
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 项奖励
回复