This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

some beginner's problems about uVision3

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

Parents
  • 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)

Reply
  • 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)

Children