<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Driver &#8211; 科技島-掌握科技新聞、科技職場最新資訊</title>
	<atom:link href="https://www.technice.com.tw/tag/linux-driver/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technice.com.tw</link>
	<description>專注於科技新聞、科技職場、科技知識相關資訊，包含生成式AI、人工智慧、Web 3.0、區塊鏈、科技職缺百科、生物科技、軟體發展、雲端技術等豐富內容，適合熱衷科技及從事科技專業人事第一手資訊的平台。</description>
	<lastBuildDate>Tue, 04 Aug 2026 06:43:00 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>

<image>
	<url>https://www.technice.com.tw/wp-content/uploads/2022/12/cropped-wordpress_512x512-150x150.png</url>
	<title>Linux Driver &#8211; 科技島-掌握科技新聞、科技職場最新資訊</title>
	<link>https://www.technice.com.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【09/16新竹場】【政府補助】Linux Driver驅動程式進階開發實戰- 工研院產業學院 新竹中興學習據點</title>
		<link>https://www.technice.com.tw/course/251720/</link>
					<comments>https://www.technice.com.tw/course/251720/#respond</comments>
		
		<dc:creator><![CDATA[許元齊]]></dc:creator>
		<pubDate>Tue, 04 Aug 2026 06:00:23 +0000</pubDate>
				<category><![CDATA[課程]]></category>
		<category><![CDATA[Device Tree]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Driver]]></category>
		<category><![CDATA[實體課程]]></category>
		<category><![CDATA[工研院產業學院 新竹中興學習據點]]></category>
		<guid isPermaLink="false">https://www.technice.com.tw/?p=251720</guid>

					<description><![CDATA[<p><img width="1536" height="1024" src="https://www.technice.com.tw/wp-content/uploads/2026/08/ChatGPT-Image-2026年8月4日-下午02_33_28.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="ChatGPT Image 2026年8月4日 下午02 33 28" decoding="async" srcset="https://www.technice.com.tw/wp-content/uploads/2026/08/ChatGPT-Image-2026年8月4日-下午02_33_28.png 1536w, https://www.technice.com.tw/wp-content/uploads/2026/08/ChatGPT-Image-2026年8月4日-下午02_33_28-300x200.png 300w, https://www.technice.com.tw/wp-content/uploads/2026/08/ChatGPT-Image-2026年8月4日-下午02_33_28-1024x683.png 1024w, https://www.technice.com.tw/wp-content/uploads/2026/08/ChatGPT-Image-2026年8月4日-下午02_33_28-768x512.png 768w" sizes="(max-width: 1536px) 100vw, 1536px" title="【09/16新竹場】【政府補助】Linux Driver驅動程式進階開發實戰- 工研院產業學院 新竹中興學習據點 2"></p>
<p>訓練日期：2026-09-16 上課地點：新竹縣竹東鎮中興路四段195號 上課費用：線上洽詢 課程介紹： 1. &#8230;<content><strong>訓練日期：2026-09-16</strong><br />
上課地點：新竹縣竹東鎮中興路四段195號<br />
上課費用：線上洽詢</p>
<h2><strong>課程介紹：</strong></h2>
<p>1.完整實戰導向：帶領學員從Device Tree到Platform Driver逐步實作，深入理解Linux Kernel如何管理硬體資源，無縫銜接SoC Bring-up與平台移植應用。<br />
2.核心能力養成：強化核心時序與並行機制觀念，培養能開發高穩定、易維護且符合產業需求的Linux驅動程式之實戰力。<br />
<a href="https://www.1111edu.com.tw/redirectUrl.php?marketing_no=2026080413365817" target="_blank" rel="noopener"><br />
報名此課程<br />
</a></p>
<h2><strong>課程內容：</strong></h2>
<p>上課時間：115/9/16(三)、9/17(四)，09:00-16:00，共計12小時。</p>
<table>
<tbody>
<tr>
<td><strong>課程安排</strong></td>
<td><strong>課程大綱</strong></td>
<td><strong>課程時數</strong></td>
</tr>
<tr>
<td rowspan="2">第一天</td>
<td>
<ul>
<li>Platform Device &amp; Platform Driver</li>
<li>Device Tree介紹</li>
<li>Device Tree撰寫與編譯</li>
<li>從核心取回Device Tree</li>
</ul>
</td>
<td>3小時</td>
</tr>
<tr>
<td>
<ul>
<li>Platform Driver與Device Tree關聯</li>
<li>Platform Driver驅動GPIO實作</li>
<li>Linux Kernel呼叫應用程式</li>
</ul>
</td>
<td>3小時</td>
</tr>
<tr>
<td rowspan="2">第二天</td>
<td>
<ul>
<li>Linux時間相關函數介紹</li>
<li>Linux計時器介紹</li>
<li>Kernel Timer List實現LED閃爍</li>
<li>Linux中斷使用及註冊</li>
</ul>
</td>
<td>3小時</td>
</tr>
<tr>
<td>
<ul>
<li>GPIO按鈕中斷實作</li>
<li>Concurrency And RaceConditions</li>
<li>Linux Kernel Thread介紹</li>
</ul>
</td>
<td>3小時</td>
</tr>
</tbody>
</table>
<p><strong>【備註】若有企業包班上課或客製化培訓需求，歡迎直接聯繫課程承辦人：03-5913417 謝小姐</strong></p>
<h2><strong>師資介紹 ：</strong></h2>
<p><strong>楊講師</strong>技術專長：C#、ASP.NET、JavaScript、jQuery、Java、Windows CE、Linux微軟認證：MCT、MCSE、MCSD、MCPD、MCITP</p>
<p><strong>備註：</strong><br />
詳細內容及報名需知，請點選報名後見協會網站內容</p>
<p><a href="https://www.1111edu.com.tw/redirectUrl.php?marketing_no=2026080413365817" target="_blank" rel="noopener"><br />
報名此課程<br />
</a></p>
<style>/*! elementor - v3.19.0 - 29-01-2024 */<br />
.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>
<h2>[elementor-template id="128291"]</h2>
<p></content></p>
<p>這篇文章 <a rel="nofollow" href="https://www.technice.com.tw/course/251720/">【09/16新竹場】【政府補助】Linux Driver驅動程式進階開發實戰- 工研院產業學院 新竹中興學習據點</a> 最早出現於 <a rel="nofollow" href="https://www.technice.com.tw">科技島-掌握科技新聞、科技職場最新資訊</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.technice.com.tw/course/251720/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
