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
Hello! Sorry, my mistake, if I said "Why I can't debug USB device in uVision2" I mean "Do anyone know IDE that can do that?" dvh.tosomja@post.sk
"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...)