HTTP//WW1.MICCHIP.COM/Deloads/En/DeVICEDC/OC0401779B.PDFI使用MCC Bootloader生成器为57 K42创建Bootloader。在那时,56K42没有得到适当的支持,我不得不对代码进行很多调整以使其编译。也许现在更好了。有一个Java应用程序运行在主机上,称为统一主机应用程序。最简单的是UART接口。MCC Bootloader现在可以支持K42的其他接口。在任何情况下,我最终都会重写PIC的Bootloader,并在VisualBasic中编写了自己的主机应用程序,但我使用了上面链接的文档中描述的接口。
以上来自于百度翻译
以下为原文
http://ww1.microchip.com/downloads/en/DeviceDoc/40001779B.pdf
I used the MCC bootloader generator to create a bootloader for the 57K42. Back then the 57K42 was not properly supported and I had to make a lot of adjustments to the code to get it to compile. Perhaps it's better now.
There is a java application that runs on the host called the unified host application.
Easiest is uart interface. The MCC bootloader may support other interfaces for K42 now.
In any case - I ended up essentially rewriting the bootloader for the PIC and wrote my own host app in Visual Basic, but I used the interface described in the document linked above.
HTTP//WW1.MICCHIP.COM/Deloads/En/DeVICEDC/OC0401779B.PDFI使用MCC Bootloader生成器为57 K42创建Bootloader。在那时,56K42没有得到适当的支持,我不得不对代码进行很多调整以使其编译。也许现在更好了。有一个Java应用程序运行在主机上,称为统一主机应用程序。最简单的是UART接口。MCC Bootloader现在可以支持K42的其他接口。在任何情况下,我最终都会重写PIC的Bootloader,并在VisualBasic中编写了自己的主机应用程序,但我使用了上面链接的文档中描述的接口。
以上来自于百度翻译
以下为原文
http://ww1.microchip.com/downloads/en/DeviceDoc/40001779B.pdf
I used the MCC bootloader generator to create a bootloader for the 57K42. Back then the 57K42 was not properly supported and I had to make a lot of adjustments to the code to get it to compile. Perhaps it's better now.
There is a java application that runs on the host called the unified host application.
Easiest is uart interface. The MCC bootloader may support other interfaces for K42 now.
In any case - I ended up essentially rewriting the bootloader for the PIC and wrote my own host app in Visual Basic, but I used the interface described in the document linked above.
举报