分享到plurk 分享到twitter 分享到facebook

版本 f6b473848b8f8e42b05591080b1b953ae2f5430d

embedded/2014q3w8

Changes from f6b473848b8f8e42b05591080b1b953ae2f5430d to current

---
title: Week #8 (Nov 6) :: Exception/Interrupt + RTOS
toc: no
...

課程資料
-------
* `Introduction: the ARM Cortex-M3 Exception / Interrupt</embedded/arm-exceptions.pdf>`_
* `Study of an operating system: FreeRTOS</embedded/FreeRTOS_Melot.pdf>`_
* `Faults inside System Software<http://www.slideshare.net/jserv/system-faults>`_
  - `小小軟體碼錯誤也可能殺人!<http://m.eettaiwan.com/ART_8800691385_480202_NT_bd47ba6a.HTM>`_
* [Introduction: the ARM Cortex-M3 Exception / Interrupt](/embedded/arm-exceptions.pdf)
  - [Interrupt-Driven Input/Output](/embedded/2015q1w4/interrupt_part2.pdf)
    * Interrupt vectors and vector table
    * Interrupt masks and priorities
    * NVIC
    * STM32F4 external interrupt signals

* [Study of an operating system: FreeRTOS](/embedded/FreeRTOS_Melot.pdf)
* [Faults inside System Software](http://www.slideshare.net/jserv/system-faults)
  - [小小軟體碼錯誤也可能殺人!](http://m.eettaiwan.com/ART_8800691385_480202_NT_bd47ba6a.HTM)
    * buffer overflow, race condition