??? 08/26/08 08:45 Read: times |
#157764 - Keil - Watch window |
Don't know why this happens :
void function (void) { unsigned int i = 0x03e7; ... ... } When I single step and watch the variable "i" it is always initialized to 0x300. Am I missing something ? Thanks Raghu |
Topic | Author | Date |
Keil - Watch window | 01/01/70 00:00 | |
use long data type | 01/01/70 00:00 | |
Apparently, no | 01/01/70 00:00 | |
Thanks. I use version 3.51 | 01/01/70 00:00 | |
truncating the low byte...hmmm | 01/01/70 00:00 | |
Moved the variable | 01/01/70 00:00 | |
Alternative split | 01/01/70 00:00 | |
Yeah got it...![]() | 01/01/70 00:00 |