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

Simulating the C8051F580

I have uVision 4 (not the latest version) and my company is evaluating a unit test tool. One of the processors that the tool needs to support is the C8051F580 processor from SiLabs. The unit test tool uses uVision as the tool to load the test files into and perform a uVision simulation using our processor setup. To begin the evaluation, I tried to use one of the Keil examples, build it in uVision, then run the simulator on the code. I believe that I've configured uVision correctly for the device but when I try to run the simulator, there are no selections under the "Peripherals" tab. Am I doing something wrong or is there some additional software that needs to be downloaded for uVision to perform the simulation. Note that I did do a search on the Keil sight and found the SiLabs driver (which I installed) but nothing under the knowledge base or the forums that talked about this issue. The example I used was the "CSAMPLE" code that built without issue.

Parents
  • If doing module testing, then you might be able to to module-test code that uses your serial port by finding another processor that have an identical serial port (while ignoring how similar all other peripherials are).
    no other processor have the same UARTs as the SILabs deviates (f3x-up) some UARTs on the SILabs derivatives (f0x-f2x) are 'standard'

    Preferably, no processor should be selected, that doesn't have some proper hardware debugging interface.
    SILabs has the best "hardware debugging interface" available for a '51

    Erik

Reply
  • If doing module testing, then you might be able to to module-test code that uses your serial port by finding another processor that have an identical serial port (while ignoring how similar all other peripherials are).
    no other processor have the same UARTs as the SILabs deviates (f3x-up) some UARTs on the SILabs derivatives (f0x-f2x) are 'standard'

    Preferably, no processor should be selected, that doesn't have some proper hardware debugging interface.
    SILabs has the best "hardware debugging interface" available for a '51

    Erik

Children