Parsable MCU documentation

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

Parsable MCU documentation

1,150 Views
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.

Labels (1)
0 Kudos
4 Replies

1,065 Views
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 Kudos

999 Views
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 Kudos

1,125 Views
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 Kudos

1,130 Views
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 Kudos