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

Code loader on 8051

Hi,
I tried to search application note regarding Code loader somewhat like AN112 but specific to USB with sample code in C, I can't find it in the net and in silabs site.
Can anybody point me to where it is located, if this file exist?

thanks
g

Parents
  • I will try to create a boot loader that will listen to usb port.

    a bootloader MUST be independent of the app code and, with USB, can be quite voluminous.
    do you have enough room or boot and app in the 32k the '387 has or should you consider switching to a '385

    Erik

Reply
  • I will try to create a boot loader that will listen to usb port.

    a bootloader MUST be independent of the app code and, with USB, can be quite voluminous.
    do you have enough room or boot and app in the 32k the '387 has or should you consider switching to a '385

    Erik

Children