This program configures the external memory interface and CAN to receieve data in a FIFO buffer and store the data in XRAM. Meant to receive data from another CAN device.
標簽: configures and interface external
上傳時間: 2015-05-07
上傳用戶:zhangyi99104144
This is a serial mouse driver, which is compliant with Plug and Play, supports dynamic detection (via serenum) and removal (either hotplug or via the device manager). The code serves as a sample for any serial-enumerable device. The behavior of the various routines is documented in the source code files.
標簽: compliant detection supports dynamic
上傳時間: 2015-05-16
上傳用戶:dancnc
graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "not much" slower than an assembly based native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine. Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.
標簽: graspForth Forth-in-C following attempt
上傳時間: 2015-05-23
上傳用戶:tfyt
Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is a layer of code between the Windows CE kernel and the hardware of your target device. You develop an OAL to communicate data between your operating system (OS) and your target device and include code to handle interrupts, timers, and so on.
標簽: develop OAL Step-by-step adaptation
上傳時間: 2014-01-07
上傳用戶:songnanhua
Far too many programmers and software designers consider efficient C++ to be an oxymoron. They regard C++ as inherently slow and inappropriate for performancecritical applications. Consequently, C++ has had little success penetrating domains such as networking, operating system kernels, device drivers, and others.
標簽: programmers designers efficient consider
上傳時間: 2013-11-30
上傳用戶:zsjzc
Assembly example with RealView MDK The Assembly example shows how to create a pure assembly program for an ARM device. It is done using the RealView Compilation Tools that are part of the RealView MDK-ARM.
標簽: Assembly example RealView assembly
上傳時間: 2015-05-30
上傳用戶:FreeSky
了解linux設備驅動程序的基本原理,包括symbol device coding,debug and testing。
上傳時間: 2015-06-12
上傳用戶:6546544
Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開) "Hello, World!" 在 ARM9 的範例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅動程式模組
標簽: Jollen-Kit 2006
上傳時間: 2015-06-16
上傳用戶:xz85592677
1)MCS51內核,可以利用單片及開發軟件Keil軟件方便開發mp3播放器,無需特殊軟件平臺; 2)MPEG I/II-Layer 3 hardware decoder .獨立MP3 Decoder .支持48,44.1,32,24,22.05,16khz取樣頻率 .支持軟件31階音量控制,高中低音均衡控制 .重低音效果 3)集成DAC部件,支持PCM,IIS格式; 4)64K字節片上代碼存儲空間(100K次擦寫壽命) 5)4K字節boot flash memory,USB/UART下載代碼 6)集成USB1.1 device部件 7)MMC卡接口 8)IDE/ATAPI接口(HDD/CD-ROM Interface) 9)2通道ADC,8Khz取樣 ....................... 關于該芯片的具體信息,可以訪問www.atmel.com獲取at89c51snd1c的datasheet. 這款MP3播放器以at89c51snd1c為核心,以硬盤為存儲介質,液晶屏為雙行顯示,每行顯示 7.5個漢字,這塊液晶屏以ST7920作為主控制器,內部集成8129個漢字,液晶屏在這個播放器中 用來顯示歌曲名稱以及一些播放狀態 支持FAT16,一個分區,不支持FAT32, USB1.1,速度有點慢
上傳時間: 2013-12-20
上傳用戶:電子世界
at91rm9200例子代碼,包括audio,basicboot,display,emac,flash,ide,rtc,uart,usb-device,usb-host
上傳時間: 2015-06-22
上傳用戶:sdq_123