Part Number: MSP432P401Y
Tool/software: TI-RTOS
Greetings,
My goal, for the moment, is to understand how the sample applications bring the system into an operational state. As I work through one of the simpler applications, I'm seeing things that I cannot quite explain with my understanding so far. So, my primary question is where exactly should I begin with the documentation.
In the uart-echo example, I began with looking into the clocks and GPIO configuration. What I've gleaned is that he clocks are setup automatically by the TI RTOS power driver code.
In the MSP_EXP432401R code, there is reference to a Display object that appears to be unnecessary. When I comment this out, the program compiles and runs. Perhaps this is cruft from another sample?
Then, by removing other pieces of code, I found that the GPIOMSP432_config and UART_config structure are required. What I haven't found is documentation explaining these structures. The IDE doesn't appear to link to them. Where are these required global objects explained? Even the GPIO_init() that requires one of them has no more information other than something like GPIOXXX_config is required.
Cheers