Parsable MCU documentation

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

Parsable MCU documentation

2,734 次查看
kamil_wojdylo
Contributor I

Hello,
I am using LPC1343 mcu and I would like to crate some tool for IDE in order to show registers description in the IDE.
For that I need some kind parsable (JSON,XML etc) MCU documentation to have information about registers their names, names of bits in them and description. Basically data which is now placed in tables in user manuals.

Does anyone know if there is something like that or is it possible to receive something like this from NXP?

Please see attachment for example table.

标签 (1)
0 项奖励
回复
4 回复数

2,649 次查看
davenadler
Senior Contributor I

Exactly this information is published for use during debugging (so Eclipse can show you register contents and you can make changes). IIRC its an XML file somewhere, sorry I don't remember where. Google and you'll find it!
Hope that helps,
Best Regards, Dave

0 项奖励
回复

2,583 次查看
kamil_wojdylo
Contributor I

Do I have to turn some option on to have this XML file being created or is it on by default?

0 项奖励
回复

2,709 次查看
kamil_wojdylo
Contributor I

I was thinking about more detailed description like in UM.

Thank you for clarifying what resources are available.

I will do the best with resources I have.

Best Regards

0 项奖励
回复

2,714 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi kamil_wojdylo

we can find registers' definition in UM. 

There are register definition header file in lpcopen package. they are .h files.

LPCOpen download:

https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcop...

Besides, we don't have other parsable files.

 

Best Regards

Jun Zhang

0 项奖励
回复