XMClib question, where?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hello, I assume XMC Lib questions are best asked here and not in the DAVE forum, even DAVE IDE is used.

The documentation says:
XMClib/doc/main.txt
56: * The user can also check at compilation time the version of the driver using various macros, i.e.
XMC_PERI_MAJOR_VERSION,
XMC_PERI_MINOR_VERSION
and XMC_PERI_PATCH_VERSION

But, I can not find the #define macros mentioned. Who Knows where they are?

Regards
0 Likes
3 Replies
Not applicable
I have downloaded XMC peripheral Lib 32-bit MCUs: XMC1000 and XMC4000 Family

Opening the doc at XMC_Peripheral_Library_v1.0.0/XMClib/doc/html/index.html

and looking for documented modules, the header says XMC Peripheral Library for XMC1000 Family 1.0.0
and it doesn't contain the CAN module.

But CAN is part of the Lib and sources are commented according the Doxygen style.
Why is it not part of the HTML doc?
0 Likes
Not applicable
manual selecting

/home/oe/development/xmc/XMC_Peripheral_Library_v1.0.0/XMClib/doc/html/group___c_a_n.html

works
0 Likes
Not applicable
Heinz wrote:
Hello, I assume XMC Lib questions are best asked here and not in the DAVE forum, even DAVE IDE is used.

The documentation says:
XMClib/doc/main.txt
56: * The user can also check at compilation time the version of the driver using various macros, i.e.
XMC_PERI_MAJOR_VERSION,
XMC_PERI_MINOR_VERSION
and XMC_PERI_PATCH_VERSION

But, I can not find the #define macros mentioned. Who Knows where they are?

Regards


OK, I got it, version information is per module.
s/PERI/CAN/
is what I need.
0 Likes