Hello,
Recently I started to use MAVRK with an ADS1298.
The demo program, ADS1298-MSP430F5438_Demo builds, and then in main() it initializes the hardware,
and everything looks fine.
Then is an infinite while loop. In this loop, i expect to get some data (in the else ifs) , but instead of it,
I am still visiting the:
// If we are doing prints, this function will enable the next character to be printed
// Not needed if are doing all flush prints
if (mvk_Is_Next_UART_State_Ready ())
{
mvk_UART_PrintF_State_Machine ();
}
and the mvk_UART_PrintF_State_Machine () is only called in a single run of while(1).
But how it's printing the states?
Reading the comments doesnt help me: I don't unserstand the meaning of
BYPASS_QT_FORMATTING define (or rather undefine), I dont know what is the Hyper Terminal for,
and mainly I dont get how it works.
Can you please briefly write how to use the program, and what is its normal work cycle?
Best Regards,
Rafał