Hi, I am a newbie for Keil uVision3. Some problems occurred during my first experiment with the hello program. 1, while opening 'Source Browser', an error comes out: Invalid file *.SBR 2, I can open 'Watch and Call Stack Window', but watch #1 and watch #2 are all empty. 3, after the first execution, there is an output 'Hello World' in the 'Serial Window #1'. There should be the second output in this window after resetting CUP and running it again, but there is not! 4, in the 'Memory Window', if I input address such as 0000000A, this window turns empty, but address 00000000 works. Maybe my questions are silly, but I do hope you could lend a hand. Thank you Tommy
Hi, 1.) Which Version of the Toolchain did you install? 2.) Just enter the names of variables you want to watch. 3.) Are you using the simulator? 4.) You have to use the 0x prefix for hexa-decimal numbers. (0x0000000A)