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)
Did you take the time to read the uVision Getting Started Guide, and work through the example projects in it before starting? This will give you a proper introduction to the tools, how they work, and how to use them - rather than just jumping-in blindly at the deep end. (The uVision Getting Started Guide is available on the 'Books' tab in the 'Project' Window; The 'Books' window is also available via the 'Help' menu; failing all that, search for GS166.PDF in your Keil folder)
Of course I have read this handbook, not all, but the important sections. But I couldn't find the exact answers. Tommy
Obviously, the bits you missed are important! You need to read the whole document and work through the example projects.
I am a newbie for Keil uVision3. .... Of course I have read this handbook, not all, but the important sections. How do you as a newbie determine what is "the important sections" Erik