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?