陳明計:就像在嵌入系統中使用C語言替代匯編一樣,在嵌入系統中使用RTOS是大勢所趨。原因主要是現在在大多數情況下編程效率比執行效率重要(單片機便宜嘛)。但縱觀51的RTOS,keil_c51 所帶的RTX_Full 太大(6k多),且需要外部ram,又無源代碼,很多時候不實用。RTX_Tiny雖然小(900多字節),但是任務沒有優先級和中斷管理,也無源代碼,也不太實用。而ucosII雖有源代碼,但是它太大,又需要外部ram,所有函數又必須是重入函數,用在51這類小片內RAM的單片機上有點勉強。于是,我借鑒ucosII和RTX_Tiny編寫了Small_RTOS_51,雖然它為51系列編寫,但是它還是比較容易移植到其它CPU上。
上傳時間: 2016-08-31
上傳用戶:trepb001
xilinx 開發板原程序,雙口RAM控制
上傳時間: 2016-09-07
上傳用戶:rishian
RT12864M漢字圖形點陣液晶顯示模塊,可顯示漢字及圖形,內置8192個中文漢字(16X16點陣)、128個字符(8X16點陣)及64X256點陣顯示RAM(GDRAM)。 主要技術參數和顯示特性:
上傳時間: 2016-09-17
上傳用戶:dreamboy36
atmel工業級芯片手冊,雖然過時,但是很實用,非常穩定。內置512k RAM。
上傳時間: 2016-09-19
上傳用戶:lifangyuan12
keil mdk 3.22下移植的uCOS II 2.83,可在板上RAM中直接調試。
上傳時間: 2014-01-12
上傳用戶:thinode
LCD Driver datasheet The SPF54126A, a 262144-color System-on-Chip (SoC) driver LSI designed for small and medium sizes of TFT LCD display, is capable of supporting up to 176xRGBx220 in resolution which can be achieved by the designated RAM for graphic data. The 528-channel source driver has true 6-bit resolution, which generates 64 Gamma-corrected values by an internal D/A converter. The source driver of SPFD54126A adopts OP-AMP structure to enhance display quality and it cooperates with advanced circuitry techniques to reduce power consumption.
標簽: System-on-Chip datasheet designed Driver
上傳時間: 2016-09-22
上傳用戶:xauthu
ili9320 datasheet. ILI9320 is a 262,144-color one-chip SoC driver for a-TFT liquid crystal display with resolution of 240RGBx320 dots, comprising a 720-channel source driver, a 320-channel gate driver, 172,800 bytes RAM for graphic data of 240RGBx320 dots, and power supply circuit.
標簽: 9320 datasheet one-chip crystal
上傳時間: 2014-11-21
上傳用戶:jiahao131
ST7787 芯片的SPEC,比亞迪2.4inchLCM的SPEC。The ST7787 is a single-chip controller/driver for 262K-color, graphic type TFT-LCD. It consists of 720 source line and 320 gate line driving circuits. This chip is capable of connecting directly to an external microprocessor, and accepts Serial Peripheral Interface (SPI), 8-bits/9-bits/16-bits/18-bits parallel interface. Display data can be stored in the on-chip display data RAM of 240x320x18 bits. It can perform display data RAM read/write operation with no external operation clock to minimize power consumption. In addition, because of the integrated power supply circuits necessary to drive liquid crystal, it is possible to make a display system with the fewest components.
上傳時間: 2016-09-22
上傳用戶:woshini123456
FM25L256B是采用先進的鐵電技術制造的256Kb非易失性存儲器。鐵電隨機存儲器(FRAM)具有非易失性,并且可以象RAM一樣快速讀寫。數據在掉電后可以保存10年,同時消除由EEPROM和其他非易失性存儲器導致的復雜性,開銷和系統級別可靠性問題。
上傳時間: 2016-09-26
上傳用戶:songrui
就像在嵌入系統中使用C語言替代匯編一樣,在嵌入系統中使用RTOS是大勢所趨。原因主要是現在在大多數情況下編程效率比執行效率重要(單片機便宜嘛)。但縱觀51的RTOS,keil c51 所帶的RTX Full 太大(6k多),且需要外部ram,又無源代碼,很多時候不實用。RTX Tiny雖然小(900多字節),但是任務沒有優先級和中斷管理,也無源代碼,也不太實用。而ucosII雖有源代碼,但是它太大,又需要外部ram,所有函數又必須是重入函數,用在51這類小片內RAM的單片機上有點勉強。于是,我借鑒ucosII和RTX Tiny編寫了Small RTOS 51,雖然它為51系列編寫,但是它還是比較容易移植到其它CPU上。
上傳時間: 2014-01-17
上傳用戶:變形金剛