<xml version="1.0" encoding="UTF-8">
    <rss version="2.0">
        <channel>
            <title>Microchip Taiwan :: 論壇</title>
            <link>https://www.microchip.com.tw/</link>
            <description>您設計產品時的好朋友！ :: XOOPS Community Bulletin Board</description>
            <lastBuildDate>Sun, 08 Mar 2026 10:11:27 +0000</lastBuildDate>
            <docs>http://backend.userland.com/rss/</docs>
            <generator>NewBB 4.33</generator>
            <category>討論區</category>
            <managingEditor>steven.lin@microchip.com</managingEditor>
            <webMaster>steven.lin@microchip.com</webMaster>
            <language>zh-TW</language>
                            <image>
                    <title>Microchip Taiwan :: 論壇</title>
                    <url>https://www.microchip.com.tw/modules/newbb/assets/images/logoModule.png</url>
                    <link>https://www.microchip.com.tw/</link>
                    <width>92</width>
                    <height>52</height>
                </image>
                                    <item>
                <title>Re: mcc harmony 中無 SDMMC DRIVER [by Libra]</title>
                <link>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84513</link>
                <description>程式軟體與開發工具::mcc harmony 中無 SDMMC DRIVER&lt;br&gt;
感謝您在問題解決後分享解決的方法, 的確.mcc 目錄下面有一些舊版本的Library以及Harmony Content, 當使用新版的X IDE時, .mcc目錄中的內容會有不同步或是缺漏的現象, 重新建置一個 .mcc 目錄的確是比較快速可以解決這些不同步的問題.</description>
                <pubDate>Tue, 20 Jan 2026 03:03:22 +0000</pubDate>
                <guid>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84513</guid>
            </item>
                        <item>
                <title>請問assert該怎麼使用??? [by players]</title>
                <link>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84500</link>
                <description>程式軟體與開發工具::請問assert該怎麼使用???&lt;br&gt;
我在程式中使用編譯後不會產生ERROR，只有產生一個warning!!!&lt;br&gt;MCU:pic16f1936&lt;br&gt;XC8: V2.46&lt;br&gt;X IDE: V5.45 warning&lt;br&gt;XIDE V6.25  pass 連warning都沒有&lt;br&gt;&lt;br&gt;&lt;br&gt;int main(void)&lt;br&gt;{&lt;br&gt;  int a;&lt;br&gt;&lt;br&gt;  a = 4;&lt;br&gt;#define NDEBUG        /* negate debugging - disable assert() functionality */&lt;br&gt;#include &lt;assert.h&gt;&lt;br&gt;  assert(a == 6);     /* no action performed, even though expression is false */&lt;br&gt;&lt;br&gt;#undef NDEBUG         /* ensure assert() is active */&lt;br&gt;#include &lt;assert.h&gt;&lt;br&gt;  a = 7;&lt;br&gt;  assert(a == 7);     /* true - no action performed */&lt;br&gt;  assert(a == 8);     /* false - print message and abort */&lt;br&gt;}</description>
                <pubDate>Tue, 21 Oct 2025 03:07:27 +0000</pubDate>
                <guid>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84500</guid>
            </item>
                        <item>
                <title>Re: 文字太長 被X IDE 拆2行 [by players]</title>
                <link>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84488</link>
                <description>程式軟體與開發工具::文字太長 被X IDE 拆2行&lt;br&gt;
原來是 X IDE的設定在VScode裡就是會在80列的位置換行，如果不吃X IDE的設定 VScode是可以設定在120列換行。</description>
                <pubDate>Mon, 18 Aug 2025 01:23:34 +0000</pubDate>
                <guid>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84488</guid>
            </item>
                        <item>
                <title>Re: MPLAB X IDE V6.00 開啟時跳錯誤訊息 [by a780917a]</title>
                <link>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84487</link>
                <description>程式軟體與開發工具::MPLAB X IDE V6.00 開啟時跳錯誤訊息&lt;br&gt;
謝謝,安裝V6.20版確實是折衷的辦法,沒有再跳出錯誤訊息,且ICD3可以繼續使用</description>
                <pubDate>Tue, 05 Aug 2025 05:02:45 +0000</pubDate>
                <guid>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84487</guid>
            </item>
                        <item>
                <title>Re: PIC18F27Q84 上的Comparator Module 用MCC初始化問題 [by KevinLu]</title>
                <link>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84470</link>
                <description>程式軟體與開發工具::PIC18F27Q84 上的Comparator Module 用MCC初始化問題&lt;br&gt;
mdt8049 你好，&lt;br&gt;&lt;br&gt;Comparator Module 的各通道的腳位為固定不可調整，&lt;br&gt;可以參考 &lt;a href=&quot;https://ww1.microchip.com/downloads/aemDocuments/documents/MCU08/ProductDocuments/DataSheets/PIC18F27-47-57Q84-Microcontroller-Data-Sheet-DS40002213.pdf&quot; rel=&quot;external&quot; title=&quot;&quot;&gt;Datasheet &lt;/a&gt; 的 Pin Allocation Tables 來找到每個腳位可以被配置的功能。&lt;br&gt;&lt;br&gt;如下圖Comparator欄位，使用CMP2時可以選用C2IN1+(RB0)和C2IN3-(RB1)作為輸入:&lt;br&gt;&lt;img src=&#039;https://www.microchip.com.tw/uploads/newbb/123092_6875ed00eed22.jpg&#039; border=&#039;0&#039; alt=&#039;原圖&#039; onload=&quot;JavaScript:if(this.width&gt;800) this.width=800&quot; /&gt;</description>
                <pubDate>Tue, 15 Jul 2025 05:54:08 +0000</pubDate>
                <guid>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84470</guid>
            </item>
                        <item>
                <title>PIC16F1937 HI-TECH Build failed [by Jonas_C]</title>
                <link>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84453</link>
                <description>程式軟體與開發工具::PIC16F1937 HI-TECH Build failed&lt;br&gt;
Dear All,&lt;br&gt;我們有一個上古設計，近期被要求要微調，之前都是在MPLAB v8.92 + HI-TECH v9.83 Lite Mode下順利運作著。&lt;br&gt;但在新電腦上卻怎麼試都出現以下問題，新電腦與舊電腦都是Win10系統，都沒有開啟相容模式，&lt;br&gt;請問：&lt;br&gt;&lt;br&gt;1. 為什麼原本在舊電腦的 MPLAB v8.92 + HI-TECH v9.83 Lite Mode可以正常Build，但在新電腦卻出現錯誤呢？&lt;br&gt;&lt;br&gt;2. 請問這錯誤是否意味著記憶體不足呢？是因為使用的是 Lite Mode 的關係嗎？&lt;br&gt;&lt;br&gt;3. 有可能藉由改IDE設定解決這問題嗎？&lt;br&gt;&lt;br&gt;4. 如果真的不行，請問有建議相容 HI-TECH v9.83 的 XC8 版本嗎？(能無痛轉移無須改Code的...... Q^Q)&lt;br&gt;&lt;br&gt;感謝各位大恩大德的賞臉閱讀，懇請各位能指點明燈。&lt;br&gt;&lt;br&gt;&lt;br&gt;Best,&lt;br&gt;Jonas_C&lt;br&gt;&lt;br&gt;========================MPLAB IDE v8.92 Output====================================&lt;br&gt;Clean: Deleting intermediary and output files.&lt;br&gt;Clean: Deleted file &quot;C:\****\******\******.mcs&quot;.&lt;br&gt;Clean: Done.&lt;br&gt;Build C:\****\******\****** for device 16F1937&lt;br&gt;Using driver C:\Program Files (x86)\HI-TECH Software\PICC\9.83\bin\picc.exe&lt;br&gt;&lt;br&gt;Executing: &quot;C:\Program Files (x86)\HI-TECH Software\PICC\9.83\bin\picc.exe&quot; --pass1 C:\****\******\Usart.c -q --chip=16F1937 -P --runtime=default --opt=default,+asm,-debug,-speed,+space,9 --warn=0 --addrqual=ignore -g --asmlist &quot;--errformat=Error   [%n] %f; %l.%c %s&quot; &quot;--msgformat=Advisory[%n] %s&quot; &quot;--warnformat=Warning [%n] %f; %l.%c %s&quot; &lt;br&gt;Executing: &quot;C:\Program Files (x86)\HI-TECH Software\PICC\9.83\bin\picc.exe&quot; --pass1 C:\****\******\eeprom.c -q --chip=16F1937 -P --runtime=default --opt=default,+asm,-debug,-speed,+space,9 --warn=0 --addrqual=ignore -g --asmlist &quot;--errformat=Error   [%n] %f; %l.%c %s&quot; &quot;--msgformat=Advisory[%n] %s&quot; &quot;--warnformat=Warning [%n] %f; %l.%c %s&quot; &lt;br&gt;Executing: &quot;C:\Program Files (x86)\HI-TECH Software\PICC\9.83\bin\picc.exe&quot; --pass1 C:\****\******\main.c -q --chip=16F1937 -P --runtime=default --opt=default,+asm,-debug,-speed,+space,9 --warn=0 --addrqual=ignore -g --asmlist &quot;--errformat=Error   [%n] %f; %l.%c %s&quot; &quot;--msgformat=Advisory[%n] %s&quot; &quot;--warnformat=Warning [%n] %f; %l.%c %s&quot; &lt;br&gt;Executing: &quot;C:\Program Files (x86)\HI-TECH Software\PICC\9.83\bin\picc.exe&quot; -o******.cof -m******.map --summary=default --output=default Usart.p1 eeprom.p1 main.p1 --chip=16F1937 -P --runtime=default --opt=default,+asm,-debug,-speed,+space,9 --warn=0 --addrqual=ignore -g --asmlist &quot;--errformat=Error   [%n] %f; %l.%c %s&quot; &quot;--msgformat=Advisory[%n] %s&quot; &quot;--warnformat=Warning [%n] %f; %l.%c %s&quot; &lt;br&gt;HI-TECH C Compiler for PIC10/12/16 MCUs (Lite Mode)  V9.83&lt;br&gt;Copyright (C) 2011 Microchip Technology Inc.&lt;br&gt;(1273) Omniscient Code Generation not available in Lite mode (warning)&lt;br&gt;Warning [764] C:\****\******\main.c; 1256. mismatched comparison&lt;br&gt;Warning [764] C:\****\******\main.c; 1323. mismatched comparison&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0xCA words (0xca withtotal) for psect &quot;text1987&quot; in class &quot;CODE&quot; (largest unused contiguous range 0x96)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0xBF words (0xbf withtotal) for psect &quot;text1979&quot; in class &quot;CODE&quot; (largest unused contiguous range 0x96)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x9F words (0x9f withtotal) for psect &quot;text2024&quot; in class &quot;CODE&quot; (largest unused contiguous range 0x96)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x9E words (0x9e withtotal) for psect &quot;text2015&quot; in class &quot;CODE&quot; (largest unused contiguous range 0x96)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x9E words (0x9e withtotal) for psect &quot;text2017&quot; in class &quot;CODE&quot; (largest unused contiguous range 0x96)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x9A words (0x9a withtotal) for psect &quot;text2016&quot; in class &quot;CODE&quot; (largest unused contiguous range 0x96)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x7B words (0x7b withtotal) for psect &quot;text1965&quot; in class &quot;CODE&quot; (largest unused contiguous range 0x6C)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x74 words (0x74 withtotal) for psect &quot;text2025&quot; in class &quot;CODE&quot; (largest unused contiguous range 0x6C)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x60 words (0x60 withtotal) for psect &quot;text1963&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x5E words (0x5e withtotal) for psect &quot;cinit&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x58 words (0x58 withtotal) for psect &quot;text2031&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x54 words (0x54 withtotal) for psect &quot;text1967&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x4B words (0x4b withtotal) for psect &quot;text2022&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x4A words (0x4a withtotal) for psect &quot;text2039&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x47 words (0x47 withtotal) for psect &quot;text2027&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x44 words (0x44 withtotal) for psect &quot;text2008&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x3F words (0x3f withtotal) for psect &quot;text2026&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x3E words (0x3e withtotal) for psect &quot;text2050&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x3D words (0x3d withtotal) for psect &quot;text2042&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x3C words (0x3c withtotal) for psect &quot;text2034&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x36 words (0x36 withtotal) for psect &quot;text1972&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x36 words (0x36 withtotal) for psect &quot;text2037&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x31 words (0x31 withtotal) for psect &quot;text2052&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x2F words (0x2f withtotal) for psect &quot;text1971&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x2F words (0x2f withtotal) for psect &quot;text2032&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x2E words (0x2e withtotal) for psect &quot;text2040&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x2B words (0x2b withtotal) for psect &quot;text2036&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x2B words (0x2b withtotal) for psect &quot;text2048&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x2A words (0x2a withtotal) for psect &quot;text2018&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x2A words (0x2a withtotal) for psect &quot;text2051&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Error   [1347] ; 0. can&#039;t find 0x28 words (0x28 withtotal) for psect &quot;text1976&quot; in class &quot;CODE&quot; (largest unused contiguous range 0xF)&lt;br&gt;Advisory[1] too many errors (31)&lt;br&gt;&lt;br&gt;********** Build failed! **********</description>
                <pubDate>Fri, 09 May 2025 06:37:52 +0000</pubDate>
                <guid>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84453</guid>
            </item>
                        <item>
                <title>Re: 請教 SW006023-3N - MPLAB XC32++ PRO Compiler (Network Server License)問題 [by KevinLu]</title>
                <link>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84452</link>
                <description>程式軟體與開發工具::請教 SW006023-3N - MPLAB XC32++ PRO Compiler (Network Server License)問題&lt;br&gt;
donald 你好，&lt;br&gt;根據你的圖片 License 並沒有正確讀取到狀態，預設的情況下 Network License 的 Server Port 應為 5053； 5054 預設用於 Web Server，可以將 Server Port 更改為 5053 後再嘗試編譯。</description>
                <pubDate>Thu, 08 May 2025 02:52:11 +0000</pubDate>
                <guid>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84452</guid>
            </item>
                        <item>
                <title>求助安裝X2C-Scope v1.7於MPLAB X IDE v6.25 [by cct1210]</title>
                <link>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84449</link>
                <description>程式軟體與開發工具::求助安裝X2C-Scope v1.7於MPLAB X IDE v6.25&lt;br&gt;
由於使用的電腦無法直接上網,但MPLAB X的Plugins想要安裝X2C-Scope v1.7,請問要如何安裝?</description>
                <pubDate>Mon, 28 Apr 2025 11:40:16 +0000</pubDate>
                <guid>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84449</guid>
            </item>
                        <item>
                <title>Re: MPLAB x IDE 反白無法選擇? [by F1-4]</title>
                <link>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84441</link>
                <description>程式軟體與開發工具::MPLAB x IDE 反白無法選擇?&lt;br&gt;
MPLAB x IDE V6.20 已經不支持 PICKIT3了,IPE  V6.20仍然可以燒入.&lt;br&gt;&lt;br&gt;microchip 從 6.25 版本開始，MPLAB X IDE 和 MPLAB IPE 的未來版本將不再支援舊版工具!!</description>
                <pubDate>Sun, 06 Apr 2025 14:36:36 +0000</pubDate>
                <guid>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84441</guid>
            </item>
                        <item>
                <title>Re: 請教台灣可以買到 PICkit Basic 嗎? 還是需要直接到Microchip direct 購買? [by KevinLu]</title>
                <link>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84432</link>
                <description>程式軟體與開發工具::請教台灣可以買到 PICkit Basic 嗎? 還是需要直接到Microchip direct 購買?&lt;br&gt;
RCChen 你好，&lt;br&gt;如需購買 MPLAB® PICkit™ Basic 建議可以直接透過以下頁面來訂購 : &lt;br&gt;&lt;a href=&quot;https://www.microchip.com/en-us/development-tool/pg164110&quot; title=&quot;https://www.microchip.com/en-us/development-tool/pg164110&quot; rel=&quot;external&quot;&gt;https://www.microchip.com/en-us/development-tool/pg164110&lt;/a&gt;&lt;br&gt;&lt;br&gt;如果目前有配合的代理商或未來有相關的合作需求，可以參考以下頁面資訊來取得聯繫 :&lt;br&gt;&lt;a href=&quot;https://www.microchip.com.tw/modules/tad_faq/index.php?fcsn=1&quot; title=&quot;https://www.microchip.com.tw/modules/tad_faq/index.php?fcsn=1&quot; rel=&quot;external&quot;&gt;https://www.microchip.com.tw/modules/tad_faq/index.php?fcsn=1&lt;/a&gt;</description>
                <pubDate>Tue, 18 Mar 2025 09:20:17 +0000</pubDate>
                <guid>https://www.microchip.com.tw/modules/newbb/viewtopic.php?post_id=84432</guid>
            </item>
                    </channel>
    </rss>
</xml>