PC host java版本(UnifiedHost-1.19.0.jar) 5月 05, 2026 PIC16 Bootloader Offset(Byte Address):偏移量乘2(ex:0x300 ==>0x600) Program Memory Size(Bytes): (IC總容量+1 減去 偏移量)乘2 (ex:pic16f1936(8K) (0x1fff+1)*2 PIC18 Bootloader Offset(Byte Address):偏移量(ex:0x3000 ==>0x3000) Program Memory Size(Bytes): (IC總容量+1 減去 偏移量) (ex:pic18f26Q84(64K) (0xffff+1) 閱讀完整內容
XIDE Merge's hex files 5月 04, 2026 boot_q84.X.production.hex (不含APP,等待boot燒錄) boot_q84.X.production.unified.hex(內含APP,執行APP) 閱讀完整內容
XIDE 修改Progeam Memory 5月 04, 2026 使用第1行編譯 無法 修改program memory(hex檔可燒錄) 使用第2行編譯 可以 修改program memory(elf檔無法燒錄) 閱讀完整內容
VScode-json-debug&compiler 4月 21, 2026 { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version" : "0.2.0" , "configurations" : [ { // Note: Properties here can override MPLAB project settings "name" : "Debug" , "type" : "mplab-core-da" , "request" : "launch" , "project" : "My_Project" , "configuration" : "default" , "stopOnEntry" : true , }, { "name" : "Program" , ... 閱讀完整內容
MPLAB-AI 程式加中文註解 4月 13, 2026 1.將程式圈選起來. 2.CTRL + I 3.AI命令:add Traditional Chinese comment using // 4.結果正確:Accept 閱讀完整內容
microchip CAN 注意事項 4月 13, 2026 //1.STBY=0; (TX/RX) //2.filter ON but all pass.(RX) ,必須設定資料才能進來. EID 需加 'x' example: 0x0AF81111x filter 設定 (收什麼ID) mask 設定 (遮罩) 閱讀完整內容