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
  • Generally speaking, the actual tools that do the work - including the downloader - are command-line applications, and the IDE just formulates the appropriate command line...

    If this holds for the SiLabs downloader, then all you need to do is find the appropriate command line, and configure uVision appropriately...

    But, as Erik says, do make sure that you have all the right versions of everyting.

Reply
  • Generally speaking, the actual tools that do the work - including the downloader - are command-line applications, and the IDE just formulates the appropriate command line...

    If this holds for the SiLabs downloader, then all you need to do is find the appropriate command line, and configure uVision appropriately...

    But, as Erik says, do make sure that you have all the right versions of everyting.

Children