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

Burning my code to 8051F340's Flash using SiLabs USB Debug Adapter

I want to burn the code into my 8051F340 SiLab board, using the SiLabs USB Debug Adapter that comes with the kit (C8051F340DK). On MVision3 (PK51), the USB Debug Adapter is not recognized and the target driver is not included as part of the flash tools... Can anyone help.

Thanks

Parents
  • you probably have a release incompatibility between Keil and SILabs.

    Keil changes something - some weeks later SILabs changes to match; SILabs changes something - some weeks later Keil changes to match; Keil changes something - some weeks later SILabs changes to match ....

    especially when using two different softwares together, be wary of updates always save what you have and install the updates in a new subdirectory

    Anyhow So I guess I need to use SiLabs IDE for burning the code and MVision for compiling. what is wrong with using CodeWright for what they are good at (editing); Keil for what they are good at (compiling, assembling, linking); and SILabs for what they are good at (downloading and debugging)?

    Erik

Reply
  • you probably have a release incompatibility between Keil and SILabs.

    Keil changes something - some weeks later SILabs changes to match; SILabs changes something - some weeks later Keil changes to match; Keil changes something - some weeks later SILabs changes to match ....

    especially when using two different softwares together, be wary of updates always save what you have and install the updates in a new subdirectory

    Anyhow So I guess I need to use SiLabs IDE for burning the code and MVision for compiling. what is wrong with using CodeWright for what they are good at (editing); Keil for what they are good at (compiling, assembling, linking); and SILabs for what they are good at (downloading and debugging)?

    Erik

Children