Other Parts Discussed in Thread: SYSCONFIG
Hi All.
I'm developing a new project against a TM4C123 launchpad, but production will likely use another chip. Therefore I want to start off using SYSCONFIG to make migrations easier....
I've been able to add SYSCONFIG to my project and have included the pinout.h file and initialized the pins using PinoutSet....so far so good....
However how do I access the 'names' I've assigned (for example, I assigned the name CONFIG_HOST_UART to Uart0 device in SYSCONFIG. How do I access this name? It doesn't appear anywhere in the pinout.h file (as I would expect).
Perhaps I'm misunderstanding something about SYSCONFIGs goals....
(pic included to make things clearer)