Programming Guide

Q

Do you have a programming guide of the netX 90?

A

In netX Studio, the eclipse indexer of CDT autocompletes and follows variables. The driver is designed around this. So by hovering over a variable the definition of the register is shown:

By hitting F3 while having the variable selected or by using the context menues "Open Declaration" the declaration in the device header is shown.

There you are able to read the registers definition. This document is available inside the drivers CMSIS part of all projects in the directory: 

"Components/CMSIS/Device/Hilscher/netx/Include/regdef/netx90_app/regdef_netx90_arm_app.html"

However, the driver uses doxygen style documentation that you are able to generate on your own or use the links inside the example projects to visit our webserver where it is published precompiled:

https://www.hilscher.com/external/netXDriverDocumentation/index.html

There you find the peripherals documentation also:

https://www.hilscher.com/external/netXDriverDocumentation/group___device___peripheral__peripherals.html

https://www.hilscher.com/external/netXDriverDocumentation/structpad__ctrl___type.html#a48256a70bfc5fc027563f5171ffa5cd3

If you'd like to have a document, you are able to generate a PDF documentation for your needs with doxygen via the latex or rtf.