I decided to output a few string in SimpleApp. Here is what I did:
Go to Project->options->c/c++ compiler, in "Defined Symbols", I add a new line "LCD_SUPPORTED=DEBUG".
I expect to see at least LCD initialization with IEEE 64bit address. However, nothing is shown on LCD. Originally, after programming the board, I will see LED1 blinking and after pressing SW1, LED1 will be off and LED3 starts blinking. After I enabled LCD, LED1 and LED3 will blink alternatively, which appears quite confusing to me.
Thanks if anyone could help.