I am a starter in microcontroller programming. I understand programming but first I am starting with Keil uVision3-software and Evaluation board MCB-STR9. Is there any user guide or tutorial which could help me to start and program and see results on board. I could not find online. Can someone help me please?... Thanks...
"and, most likely, missing a pair of brackets that actually are necessary"
The missed brackets comes one step later - when it's time to modify the code to extend it with some new functionality. Suddenly, that change did break an "else" or similar.
A favourite is code that contains multiple, nested, ?: constructs where the different parts also contains assigns or pre/post-increments modifying one or more variables on the right-hand side of the assign.