This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Optimizing Z-Stack's GenericApp

Other Parts Discussed in Thread: CC2538EMK, Z-STACK

How can I remove all unnecessary GPIO/UART/etc. usage of the CC2538EMK that uses Z-Stack Mesh's GenericApp?

So far, I defined HAL_LED=FALSE, HAL_KEYS=FALSE, removed LCD DEbug option, what else can I disable?

When I run the program on the debugger, it often goes to UART related code, what is it for? How can I disable it ? Would disabling it effect anything?