電力電子學 3/E <全華>3/e (3版)
其他會員也一起購買
書名:電力電子學 第三版 附光碟
原文書名:Power Electronics 3/e
作者: Mohan、Undeland、Robbins
譯者: 江炫樟
出版社:全華
出版日期: 2012/05
ISBN:9789572140604
商品簡介
包含各式半導體功率元件、電力轉換器、電源供應器(含UPS)、馬達驅動器、工業及家庭之應用、諧坡及EMI之產生與防制、電力系統之應用等。整個架構從原理、分析、模擬、設計之發展由淺入深,循序漸進,滿足個階層之需求。適合電機科(系)“電力電子學”課程使用。
立即查看
原文書資訊
書名:OPERATING SYSTEM CONCEPTS 10/E GE 2019 <JW>
作者: SILBERSCHATZ
ISBN: 9781119454083
出版社: John Wiley
出版年: 2019年
中文書資訊
書名: 作業系統 OPERATING SYSTEM CONCEPTS
作者: Silberschatz/ 吳庭育
ISBN: 9789865522506
出版社: 東華
出版年: 2021年
立即查看
高頻交換式電源供應器原理與設計
相關熱銷的書籍推薦給您
第一章 交換式電源供應器
第二章 電源輸入部份
第三章 電源轉換器的種類
第四章 轉換器功率電晶體的設計
第五章 高頻率的功率變壓器
第六章 電源輸出部份:整流器、電感器與電容器
第七章 轉換器穩壓器的控制電路
第八章 轉換式電源轉換器周邊附加電路與元件
第九章 轉換式電源供給器穩定度分析與設計
第十章 電磁與射頻干擾(EMI-RFI)的考慮
第十一章 電源供給器電氣安全標準
立即查看
無刷直流 BLDC 馬達控制實務- 使用 Atmel SAM C21 ARM Cortex-M0+ 控制核心(附DVD)
類似書籍推薦給您
立即查看
AI PC基礎CPU架構:Arm Cortex-M4 STM32F407 HAL開發實戰 (1版)
類似書籍推薦給您
原價:
1080
售價:
972
現省:
108元
立即查看
微控制器原理與應用: 基於STM32 ARM Cortex:M4F處理器 (2版)
類似書籍推薦給您
微控制器原理與應用:基於STM32 ARM Cortex-M4F處理器
ISBN13:9786263432369
出版社:五南圖書出版
作者:張國清;陳延華;柯松源;廖冠雄
裝訂/頁數:平裝/424頁
規格:25.5cm*19cm*2.3cm (高/寬/厚)
重量:900克
版次:2
出版日:2022/09/25
中國圖書分類:電腦製造
內容簡介
本書主要內容包括ARM Cortex-M4處理器與STM32F4微控制器簡介、STM32CubeMX、Keil MDK-ARM與STM-Studio開發工具的介紹、通用輸入輸出埠技術、中斷技術、串列通信技術、TFT LCD顯示與觸控控制技術、FATFS檔案系統與SD卡讀寫控制技術。本書附有完整的範例程式與詳盡的實驗步驟,帶領讀者逐步完成微控制器程式的設計撰寫,培養讀者微控制器系統的開發能力。
目錄
第1章 ARM Cortex-M4處理器與STM32F4微控制器簡介
1-1 Cortex-M處理器家族
1-2 ARM Cortex-M4F處理器基本結構
1-3 STM32F412ZGT6微處理器
第2章 STM32F4系列微控制器開發平台與開發工具介紹
2-1 開發平台:STM32F412G-DISCO探索板
2-2 系統需求
2-3 開發工具
第3章 最小軟體系統
3-1 最小軟體系統製作
3-2 開機啟動程式
第4章 通用輸入輸出埠GPIO與LED顯示控制
4-1 GPIO簡介
4-2 GPIO埠基本結構介紹
4-3 LED閃爍的實驗:使用GPIO輸出控制LED顯示
4-4 LED_Blink專案程式碼解說
4-5 BSP函數庫:使用BSP函數控制LED顯示
第5章 JOYSTICK輸入控制
5-1 GPIO輸入模式
5-2 JOYSTICK單鈕控制LED燈(On/Off)
5-3 JOYSTICK多鈕控制LED燈狀態
5-4 使用BSP函數實作多按鈕控制LED燈狀態
第6章 TFT LCD顯示控制
6-1 TFT LCD裝置
6-2 FSMC介面
6-3 利用STM32CubeMX創建TFT LCD專案
6-4 TFT LCD顯示文字的實驗
6-5 TFT LCD顯示棋盤圖案的實驗
6-6 TFT LCD顯示動態圖案的實驗
第7章 基本計時器(Timer)
7-1 基本計時器簡介
7-2 定時中斷控制LED燈閃爍
第8章 外部中斷控制
8-1 外部中斷控制器簡介
8-2 外部中斷控制專案配置與中斷處理程式設計與測試
8-3 JOYSTICK單鈕中斷觸發改變LED燈閃爍速度
8-4 JOYSTICK多按鈕中斷控制LED顯示
第9章 脈波寬度調變控制
9-1 計時器PWM模式
9-2 PWM控制的實驗
第10章 即時時鐘控制
10-1 RTC簡介
10-2 RTC日曆
10-3 RTC鬧鐘
10-4 RTC日曆與鬧鐘功能實驗
第11章 觸控螢幕控制
11-1 觸摸晶片簡介
11-2 I2C介面簡介
11-3 建立觸控螢幕專案
11-4 TFT LCD觸控螢幕控制的實驗
第12章 類比至數位轉換器(ADC)
12-1 逐次逼近型(SAR:Successive Approximation Register)ADC原理
12-2 ADC的主要參數
12-3 STM32F412ZGT6上的ADC
12-4 利用ADC量測MCU內部溫度
第13章 UART通訊界面
13-1 UART簡介
13-2 輪詢式(Polling)UART通訊
13-3 中斷式(Interrupt) UART通訊
13-4 直接記憶體存取式(DMA) UART通訊
第14章 音訊錄製與播放
14-1 原理簡介
14-2 音訊錄製與播放之STM32CubeMX配置
14-3 音訊錄製與播放的軟體設計
第15章 FATFS檔案系統與SD卡讀寫控制
15-1 SD/SDIO MMC卡介面
15-2 FATFS簡介
15-3 利用STM32CubeMX創建SD卡讀寫控制的專案
15-4 SD卡讀寫控制的實驗
第16章 圖像播放器
16-1 利用STM32cubeMX創建圖像播放器
16-2 圖像播放的軟體設計
立即查看
(特價8折) Digital Signal Processing Using the ARM Cortex M4 2016 (JW0
類似書籍推薦給您
原價:
1100
售價:
880
現省:
220元
立即查看
The Definitive Guide to ARM Cortex-M3 & Cortex-M4 Processors 3/e <NEWNES> (3版)
類似書籍推薦給您
The Definitive Guide to ARM® Cortex® M3 and Cortex®-M4 Processors
作者:Joseph Yiu
ISBN:9780124080829
版次:1
年份:2014
出版商:Elsevier B.V.
頁數/規格:818頁/平裝單色
Description
This new edition has been fully revised and updated to include extensive information on the ARM Cortex-M4 processor, providing a complete up-to-date guide to both Cortex-M3 and Cortex-M4 processors, and which enables migration from various processor architectures to the exciting world of the Cortex-M3 and M4.
This book presents the background of the ARM architecture and outlines the features of the processors such as the instruction set, interrupt-handling and also demonstrates how to program and utilize the advanced features available such as the Memory Protection Unit (MPU).
Chapters on getting started with IAR, Keil, gcc and CooCox CoIDE tools help beginners develop program codes. Coverage also includes the important areas of software development such as using the low power features, handling information input/output, mixed language projects with assembly and C, and other advanced topics.
Table of Contents
Chapter 1: Introduction to ARM® Cortex®-M Processors
Chapter 2: Introduction to Embedded Software Development
Chapter 3: Technical Overview
Chapter 4: Architecture
Chapter 5: Instruction Set
Chapter 6: Memory System
Chapter 7: Exceptions and Interrupts
Chapter 8: Exception Handling in Detail
Chapter 9: Low Power and System Control Features
Chapter 10: OS Support Features
Chapter 11: Memory Protection Unit(MPU)
Chapter 12: Fault Exceptions and Fault Handling
Chapter 13: Floating Point Operations
Chapter 14: Introduction to the Debug and Trace Features
Chapter 15: Getting Started with Keil Microcontroller Development Kit for ARM®
Chapter 16: Getting Started with the IAR Embedded Workbench for ARM®
Chapter 17: Getting Started with the GNU Compiler Collection(gcc)
Chapter 18: Input and Output Software Examples
Chapter 19: Using Embedded Operating Systems
Chapter 20: Assembly and Mixe®
Chapter 21: ARM® Cortex®-M4 and DSP Applications
Chapter 22: Using the ARM CMSIS-DSP Library
Chapter 23: Advanced Topics
Chapter 24: Software Porting
原價:
1550
售價:
1457
現省:
93元
立即查看