I am studying uart_echo.c code what I found on TI web site among many example projects. I am particularly interested in this code, as in my work project I have to use serial line communication. I have designed the HW, and now I am writing the code for it. The board is using different ports and different signals, based on the main TIVA documentation. The example code refers to many names like UART0_BASE, GPIO_PORTN_BASE, GPIO_PIN_0 and others. I checked documentation, all files belonging to this projects But I have not find a definition for. Your documentation SPMU363a on page 538 lists the cases for the ui32IntFlags saying this is the logical OR of any of the following...... BUT.. WHAT IS THE VALUE FOR --- UART_INT_9BIT, UART_INT_OE etc. --- or any of the other bits?
Where can I find the predefined names for the ports, its bit names, the constants their predefined values, assignments and in general anything what is predefined in your SW system
I have not found reference to this (and any other parameters) ANYWHERE in the "documentation system of yours". What shall do somebody if he/she does not want to use the "historical" assignments? SO MY QUESTION IS.... WHERE one can find all these assignment. If nowhere, the entire HW, SW and documentation becomes useless...