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

USB in uVision2

Hello!

I use uVision2 and I want to develop USB device with Atmel 89C5131 controller, but if i compile project and start debuging, in menu peripherals (also menu interrupts) there is no choice USB, so i can't debugging my USB device...

Can anyone halp me to fix this problem?

dvh.tosomja@post.sk

Parents Reply Children
  • "Do anyone know IDE that can do that?"

    What exactly do you want the IDE to do?
    As already mentioned, uVision will give you access to all the registers - what more do you want?

    If you want it to simulate the USB stuff, or just have a pretty GUI interface to the registers, you could always write your own...
    See the AGSI documentation...

    Or perhaps some uVision Debug and/or Signal functions would be sufficient - see the uVision Manual (it has an example on how to do this sort of thing for an A/D converter - you should be able to adapt that...)