<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>魚骨頭的雲端圖書館</title>
    <link>http://mhfo.hotbbs.info/index.php</link>
    <description>Latest 20 threads of all forums</description>
    <copyright>Copyright(C) 魚骨頭的雲端圖書館</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 21 May 2026 03:11:47 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://mhfo.hotbbs.info/images/logo.gif</url>
      <title>魚骨頭的雲端圖書館</title>
      <link>http://mhfo.hotbbs.info/</link>
    </image>
    <item>
      <title>PIC XC8 編譯器不要使用版本</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=474</link>
      <description><![CDATA[2.5 ， 3.0 ，3.1     I2C MASTER與 UART一起使用上有問題




2.45，2.46 確認無問題]]></description>
      <category>PIC,Arduino</category>
      <author>mhfo</author>
      <pubDate>Thu, 04 Dec 2025 05:48:57 +0000</pubDate>
    </item>
    <item>
      <title>學習重點</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=473</link>
      <description><![CDATA[x1 = 1
y1 = 8
x2 = 3
y2 = 10
dist = ((x1 - x2) ** 2 + (y1 - y2) ** 2) ** 0.5
print(&quot;2點的距離是&quot;)
print(dist)


#R=Value**(1/N) 開N次方根 
#pow(a,b) 開a的r次方根則為pow(a,1/r)



# ch3_18_1.py
dist = 384400                           # 地球到月亮距離
sp]]></description>
      <category>Python</category>
      <author>mhfo</author>
      <pubDate>Tue, 04 Mar 2025 08:12:50 +0000</pubDate>
    </item>
    <item>
      <title>PIC MPLAB X IDE 燒入器支援版本</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=472</link>
      <description><![CDATA[MPLABX IDE 5.5 支援到ICD3   WIN7

MPLABX IDE 6.2 支援到PICKIT3 以上版本不再支援

--------------------------------------------------------
ASM 
MPASM 支援到5.35
之後必須使用PIC-AS]]></description>
      <category>PIC,Arduino</category>
      <author>mhfo</author>
      <pubDate>Wed, 26 Feb 2025 01:20:35 +0000</pubDate>
    </item>
    <item>
      <title>GPIO控制</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=471</link>
      <description><![CDATA[volatile uint32_t *p;
 
p=0x7f00;
 
if(mode==0)
{
p=0x100;
DELAY_US(194500);
p=0x200;
DELAY_US(194500);
p=0x800;
DELAY_US(194500);
p=0x1000;
DELAY_US(194500);
p=0x10000;
DELAY_US(194500);
p=0x31B00;
DELAY_US(194500);
 
}]]></description>
      <category>TI_C2000</category>
      <author>mhfo</author>
      <pubDate>Thu, 14 Nov 2024 01:42:48 +0000</pubDate>
    </item>
    <item>
      <title>Function 函數使用介面形式宣告</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=469</link>
      <description><![CDATA[[url=https://www.linkedin.com/advice/3/how-can-you-implement-interface-c-skills-programming-ybo2e]參考[/url]

struct MyInterface {
    void (*foo)();
    void (*bar)();
};

void foo_impl() {
    printf(&quot;Inside foo implementation.\n&quot;);
}
]]></description>
      <category>C</category>
      <author>mhfo</author>
      <pubDate>Fri, 23 Aug 2024 08:00:26 +0000</pubDate>
    </item>
    <item>
      <title>程式流程圖協作</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=468</link>
      <description><![CDATA[[url=https://medium.com/@kenAaa/%E4%B8%80%E5%88%86%E9%90%98%E6%90%9E%E5%AE%9A%E5%89%B5%E5%BB%BA%E9%AB%98%E6%95%88%E6%B5%81%E7%A8%8B%E5%9C%96-%E5%8D%B3%E5%88%BB%E6%8F%90%E5%8D%87%E5%B7%A5%E4%BD%9C%E6%B5%81%E6%9A%A2%E5%BA%A6-bef8a07a69f3]參考[/url]

使用任 ...]]></description>
      <category>軟體工具應用</category>
      <author>mhfo</author>
      <pubDate>Wed, 29 May 2024 02:33:22 +0000</pubDate>
    </item>
    <item>
      <title>C2000芯片的FLASH鎖死----以及解決辦法</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=467</link>
      <description><![CDATA[[url=https://bbs.eeworld.com.cn/thread-318121-1-1.html]參考[/url]

FLASH锁死了这是为什么，有没有办法解锁。为什么会有类似下面这几种报错：

Read status value 0x0001 from symbol PRG_status(24x系列)

ADC Calibration not complete, check if device is unlocked a ...]]></description>
      <category>TI_C2000</category>
      <author>mhfo</author>
      <pubDate>Mon, 20 May 2024 03:23:35 +0000</pubDate>
    </item>
    <item>
      <title>程式碼於ram中執行設置參考</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=466</link>
      <description><![CDATA[[url=https://bbs.eeworld.com.cn/thread-460237-1-1.html]參考[/url]


DSP访问flash中的数据需要多个时钟周期。而DSP在RAM中执行就比较快。受限于DSP 的flash空间远大于RAM空间，因此我们不可能将所有的函数都搬到RAM中去执行。只是将一些频繁执行的函数调到RAM中来运行， ...]]></description>
      <category>TI_C2000</category>
      <author>mhfo</author>
      <pubDate>Mon, 20 May 2024 03:00:54 +0000</pubDate>
    </item>
    <item>
      <title>暫存器控制寫法範例</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=465</link>
      <description><![CDATA[[url=https://atceiling.blogspot.com/2021/02/stm3212.html]參考[/url]
[url=https://zach8com.wordpress.com/2021/12/05/stm32%E9%96%8B%E7%99%BC%E7%AD%86%E8%A8%9801-%E6%9A%AB%E5%AD%98%E5%99%A8%E7%B0%A1%E4%BB%8B/]參考2[/url]



*(unsigned int*)0x40010800 = *(un]]></description>
      <category>STM8_STM32</category>
      <author>mhfo</author>
      <pubDate>Fri, 03 May 2024 00:44:43 +0000</pubDate>
    </item>
    <item>
      <title>python載入C DLL</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=464</link>
      <description><![CDATA[[url=https://lkm543.medium.com/dll%E6%AA%94%E6%98%AF%E7%94%9A%E9%BA%BC-%E8%AE%93dll%E6%8A%8Apython%E5%8A%A0%E9%80%9F75%E5%80%8D-994e35efa38d]參考[/url]]]></description>
      <category>Python</category>
      <author>mhfo</author>
      <pubDate>Tue, 30 Apr 2024 07:25:46 +0000</pubDate>
    </item>
    <item>
      <title>__attribute__((weak)) 用法</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=463</link>
      <description><![CDATA[[url=https://blog.csdn.net/sea_snow/article/details/83650519]參考連結[/url]]]></description>
      <category>PIC,Arduino</category>
      <author>mhfo</author>
      <pubDate>Thu, 18 Apr 2024 03:12:26 +0000</pubDate>
    </item>
    <item>
      <title>IQMath_定點小數 Q格式使用說明</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=462</link>
      <description><![CDATA[[url=https://blog.csdn.net/zhanglifu3601881/article/details/97617573]參考連結[/url]]]></description>
      <category>TI_C2000</category>
      <author>mhfo</author>
      <pubDate>Thu, 18 Apr 2024 03:08:31 +0000</pubDate>
    </item>
    <item>
      <title>查詢網域所有IP，進階查MAC</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=460</link>
      <description><![CDATA[arp -a

nbtstat -a IP  查電腦名稱與MAC]]></description>
      <category>Windows</category>
      <author>mhfo</author>
      <pubDate>Thu, 15 Feb 2024 02:42:48 +0000</pubDate>
    </item>
    <item>
      <title>NAT9914 GPIB IC</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=459</link>
      <description><![CDATA[https://xdevs.com/doc/GPIB/NTTSS00057-1.pdf[/url]]]></description>
      <category>專用IC 或 電路模組</category>
      <author>mhfo</author>
      <pubDate>Mon, 29 Jan 2024 03:27:46 +0000</pubDate>
    </item>
    <item>
      <title>Chrome 特殊網址</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=458</link>
      <description><![CDATA[chrome://device-log/ 類似裝置管理員]]></description>
      <category>Windows</category>
      <author>mhfo</author>
      <pubDate>Mon, 29 Jan 2024 00:29:47 +0000</pubDate>
    </item>
    <item>
      <title>破解序號</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=457</link>
      <description><![CDATA[原創:FB [url=https://www.facebook.com/cih.tw]陳盈豪[/url]   

破解需要序號的軟體～什麼！CIH自動化程式只需要幾秒鐘！？
註：CIH此篇貼文只是單純技術的研究與教學
CIH一直說最基本技術功力與DEBUG能力是最～最重要。
假如你有套軟體，你已經有序號。
你在其他電腦使用 ...]]></description>
      <category>C</category>
      <author>mhfo</author>
      <pubDate>Sun, 14 Jan 2024 08:04:24 +0000</pubDate>
    </item>
    <item>
      <title>CH7800 語音模塊 USB拷貝串口按鍵控制MP3音質</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=456</link>
      <description><![CDATA[https://world.taobao.com/item/740008419988.htm[/url]]]></description>
      <category>專用IC 或 電路模組</category>
      <author>mhfo</author>
      <pubDate>Mon, 08 Jan 2024 02:21:53 +0000</pubDate>
    </item>
    <item>
      <title>LINE Notify 自動發訊BOT</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=455</link>
      <description><![CDATA[[url=https://blog.hungwin.com.tw/csharp-line-notify/]參考[/url]

System.Net.ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };

System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProt]]></description>
      <category>C#</category>
      <author>mhfo</author>
      <pubDate>Thu, 21 Dec 2023 10:24:21 +0000</pubDate>
    </item>
    <item>
      <title>OLED 文字顯示資料處理</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=454</link>
      <description><![CDATA[https://www.23bei.com/tool/216.html[/url]]]></description>
      <category>PIC,Arduino</category>
      <author>mhfo</author>
      <pubDate>Tue, 12 Dec 2023 03:58:52 +0000</pubDate>
    </item>
    <item>
      <title>超進階指標運用範例</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=453</link>
      <description><![CDATA[字串格式宣告
char *const p = {&quot;a01&quot;, &quot;b02&quot;, &quot;c03&quot;, &quot;d04&quot;};
===============================================
char *const p={&amp;x,&amp;y}

取值時使用 
*p
*p

===============================================

迴圈取值

c]]></description>
      <category>PIC,Arduino</category>
      <author>mhfo</author>
      <pubDate>Mon, 20 Nov 2023 02:48:29 +0000</pubDate>
    </item>
  </channel>
</rss>