We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
"in menu peripherals (also menu interrupts) there is no choice USB" Did anyone say there should be? http://www.keil.com/dd/chip/3533.htm "so i can't debugging my USB device" Nonsense. You still have access to all the registers - just not through a fancy menu!
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...)