<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>BLOG記事用論壇 - 嵌入式即時系統</title>
    <link>https://mail.wwetw.com/forum-83-1.html</link>
    <description>Latest 20 threads of 嵌入式即時系統</description>
    <copyright>Copyright(C) BLOG記事用論壇</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 03 Sep 2026 08:35:08 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://mail.wwetw.com/static/image/common/logo_88_31.gif</url>
      <title>BLOG記事用論壇</title>
      <link>https://mail.wwetw.com/</link>
    </image>
    <item>
      <title>6 Least-Slack-Time（最小裕度時間，LST）</title>
      <link>https://mail.wwetw.com/thread-374-1-1.html</link>
      <description><![CDATA[\&quot;Least-Slack-Time\&quot;（最小裕度時間，LST）是一種實時作業系統中用來決定哪個任務應該優先執行的調度策略。這種策略的基本思想是：應該優先執行剩餘完成時間與其截止時間之差（即裕度）最小的任務。

裕度被定義為任務的截止時間減去當前時間和任務的剩餘執行時間。裕度 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Fri, 19 May 2023 07:50:09 +0000</pubDate>
    </item>
    <item>
      <title>11 Priority Ceiling Protocol 非 Ceiling-Priority Protocol</title>
      <link>https://mail.wwetw.com/thread-373-1-1.html</link>
      <description><![CDATA[Priority Ceiling Protocol（優先級天花板協議）是一種用於實時操作系統中的資源同步協議，其主要目的是解決優先級反轉（Priority inversion）和死鎖（Deadlock）問題。優先級天花板協議主要針對具有固定優先級的任務，並且假設所有任務對資源的使用情況都是事先已知的 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Mon, 15 May 2023 19:35:50 +0000</pubDate>
    </item>
    <item>
      <title>14 Blocking time,Direct Blocking ,Deadline-Inheritance Blocking,Preemption-Ce...</title>
      <link>https://mail.wwetw.com/thread-372-1-1.html</link>
      <description><![CDATA[在談論阻塞時間時，有幾種不同的阻塞類型可以考慮：


[*]直接阻塞（Direct Blocking）：這種阻塞發生在當一個高優先級的任務試圖鎖定一個已經被低優先級的任務鎖定的資源時。在這種情況下，高優先級的任務必須等待低優先級的任務釋放資源。此處的問號可能表示這是需要 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Sun, 14 May 2023 14:58:53 +0000</pubDate>
    </item>
    <item>
      <title>12 Stack-Resource Policy，縮寫SRP</title>
      <link>https://mail.wwetw.com/thread-371-1-1.html</link>
      <description><![CDATA[堆疊資源策略（Stack-Resource Policy，縮寫SRP）是一種特殊的排程與同步協議，主要用於實時系統中以避免優先級倒置（Priority Inversion）和死鎖（Deadlock）。


[*]先占等級（Preemption Levels）：在SRP中，每個任務被賦予一個先占等級，這個等級與任務的週期成反比 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Sun, 14 May 2023 14:10:26 +0000</pubDate>
    </item>
    <item>
      <title>10 Priority-Inheritance Protocol,Transitive Blocking,Chain Blocking</title>
      <link>https://mail.wwetw.com/thread-369-1-1.html</link>
      <description><![CDATA[優先權繼承協議（Priority-Inheritance Protocol, PIP）是一種用於解決優先級倒置（Priority Inversion）問題的同步機制。

在這個協議中，當一個高優先級的任務（如 Task A）試圖鎖定一個已經被低優先級任務（如 Task B）鎖定的資源時，Task B的優先級會提升（或\&quot;繼承\&quot; ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Sun, 14 May 2023 10:00:02 +0000</pubDate>
    </item>
    <item>
      <title>13 Blocking Time &amp; Critical Sections</title>
      <link>https://mail.wwetw.com/thread-368-1-1.html</link>
      <description><![CDATA[阻塞時間（Blocking Time）和臨界區段（Critical Sections）是關於操作系統和並行處理的重要概念。


[*]阻塞時間（Blocking Time）：這是指一個任務（或進程、線程）由於等待共享資源（例如，記憶體、I/O設備或其他進程）而不能運行的時間。阻塞時間可能發生在任何需要 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Sun, 14 May 2023 09:52:45 +0000</pubDate>
    </item>
    <item>
      <title>9 Ceiling-Priority Protocol</title>
      <link>https://mail.wwetw.com/thread-367-1-1.html</link>
      <description><![CDATA[Ceiling-Priority Protocol，也被稱為Priority-Ceiling Protocol，是一種用於處理共享資源問題的實時操作系統調度協議。此協議主要解決的是優先級倒置（Priority Inversion）的問題。

在此協議中，每個共享資源被分配一個優先級天花板（Priority Ceiling）。該優先級天 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Sun, 14 May 2023 09:42:38 +0000</pubDate>
    </item>
    <item>
      <title>8 Resource Synchronization Protocols , Non-Preemptible Critical Section</title>
      <link>https://mail.wwetw.com/thread-366-1-1.html</link>
      <description><![CDATA[\&quot;Resource Synchronization Protocols\&quot;（資源同步協議）是在多任務系統中，特別是在實時系統中用來管理和控制對共享資源（shared resources）訪問的一種機制。這些協議旨在防止對共享資源的同時訪問造成的數據不一致，並避免因資源競爭導致的問題，如死鎖（deadlock）和 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Sat, 13 May 2023 18:24:39 +0000</pubDate>
    </item>
    <item>
      <title>7 Undesirable Effects - Priority inversion,Timing anomalies,Deadlock</title>
      <link>https://mail.wwetw.com/thread-365-1-1.html</link>
      <description><![CDATA[Priority inversion
\&quot;Priority inversion\&quot;（優先級倒置）是一種在多任務系統中可能發生的問題，當一個高優先級的任務被一個低優先級的任務所阻塞(blocked)時，就會發生優先級倒置。

這通常發生在當一個高優先級的任務試圖鎖定（lock）一個已經被一個低優先級的任務鎖定 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Sat, 13 May 2023 18:13:42 +0000</pubDate>
    </item>
    <item>
      <title>6 Passive resources 與 Active resources</title>
      <link>https://mail.wwetw.com/thread-364-1-1.html</link>
      <description><![CDATA[[*]Passive resources
在實時作業系統（RTOS）中，\&quot;passive resources\&quot;通常指的是一種不主動運行，但可以被任務使用的資源。這些資源不會主動產生事件或中斷，也不會改變其狀態，除非有任務主動使用它們。

當一個任務正在使用被動資源時，該任務會在CPU上忙碌。換句話 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Sat, 13 May 2023 18:02:54 +0000</pubDate>
    </item>
    <item>
      <title>Ceiling Priority Protocol與Priority-Inheritance Protocol</title>
      <link>https://mail.wwetw.com/thread-363-1-1.html</link>
      <description><![CDATA[Ceiling Priority Protocol（CPP，天花板優先級協議）和Priority-Inheritance Protocol（PIP，優先級繼承協議）都是用於解決實時系統中的優先級反轉問題的協議。優先級反轉是指低優先級任務阻止高優先級任務執行的情況。

Ceiling Priority Protocol（CPP）：
在Ceiling ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Sat, 13 May 2023 17:58:44 +0000</pubDate>
    </item>
    <item>
      <title>5 Earliest-Deadline-First Scheduling</title>
      <link>https://mail.wwetw.com/thread-362-1-1.html</link>
      <description><![CDATA[EDF always executes a job whose deadline is the earliest.
在實時系統中，\&quot;Earliest-Deadline-First Scheduling\&quot; (EDF) 是一種調度策略，這種策略根據任務的截止時間來給予優先級。具有最早截止時間的任務將獲得最高的優先級。

Theorem: A set of tasks is schedul ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Thu, 11 May 2023 15:06:07 +0000</pubDate>
    </item>
    <item>
      <title>4 Rate-Monotonic Scheduling是否schedulable</title>
      <link>https://mail.wwetw.com/thread-361-1-1.html</link>
      <description><![CDATA[如何判斷Rate-Monotonic Scheduling是否schedulable?

1.Response time analysis
2.Utilization bound

Response time analysis
響應時間分析是一種確定任務是否能在截止時間前完成的方法。其基本思想是計算每個任務的最壞響應時間（Worst-case response time, WCRT）， ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Thu, 11 May 2023 14:52:00 +0000</pubDate>
    </item>
    <item>
      <title>3 Rate-Monotonic Scheduling &amp; System Model</title>
      <link>https://mail.wwetw.com/thread-360-1-1.html</link>
      <description><![CDATA[System Model
在實時操作系統（RTOS）中，系統模型（System Model）是一種用來描述和理解系統行為的概念模型。以下是一些主要的元素：


[*]週期性任務（Periodic tasks）：這些是定期運行的任務，每一個週期性任務都有一個固定的週期，例如每秒鐘運行一次，或者每分鐘 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Thu, 11 May 2023 13:52:41 +0000</pubDate>
    </item>
    <item>
      <title>2 Cyclic Executive &amp; Hyper-period</title>
      <link>https://mail.wwetw.com/thread-359-1-1.html</link>
      <description><![CDATA[\&quot;Cyclic Executive\&quot;（循環主控）是一種在實時和嵌入式操作系統中用於調度任務的技術。這種方法的主要概念是按照固定的順序和時間間隔來執行一組任務，形成一個\&quot;循環\&quot;。

在循環主控模式中，所有的任務都被劃分為一個或多個\&quot;框架\&quot;（frame）內，這些框架會按照固定的順序 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Thu, 11 May 2023 13:39:58 +0000</pubDate>
    </item>
    <item>
      <title>1 嵌入式即時系統Real-Time and Embedded Operating Systems</title>
      <link>https://mail.wwetw.com/thread-358-1-1.html</link>
      <description><![CDATA[Real-Time and Embedded Operating Systems
是特殊類型的操作系統，具有特定的設計和實施需求。


[*]實時操作系統 (Real-Time Operating System, RTOS): 
實時操作系統是專為實時應用程序設計的操作系統，這些應用程序需要即時（或者說非常快速且準確）的反應。在實時 ...]]></description>
      <category>嵌入式即時系統</category>
      <author>admin</author>
      <pubDate>Thu, 11 May 2023 13:33:13 +0000</pubDate>
    </item>
  </channel>
</rss>