CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs * Initializes CPUs, caches, memory controllers, and peripherals * Built-in device drivers for SB1250 SOC peripherals * Several console choices, including serial ports, ROM emulators, JTAG, etc. * Environment storage in NV EEPROM, flash, etc. * Supports big or little endian operation * Supports 32-bit and 64-bit processors * Support for network bootstrap. Network protocols supported include IP,ARP,ICMP,UDP,DHCP,TFTP. * Support for disk bootstrap. * Provides an external API for boot loaders and startup programs * Simple user interface. UI is easy to remove for embedded apps.
標簽: following important contains features
上傳時間: 2014-11-23
上傳用戶:龍飛艇
hese are the zip files that are associated with application note ADSP-BF533 Blackfin Booting Process (EE-240) example.zip: Used throughout the EE-note to explain in detail the various booting modes. BF533 Ez Kit Multiple DXE Boot.zip: Multi-DXE Boot Example used with the ADSP-BF533 Ez-Kit Lite. Host Boot.zip: Example Host code to demonstrate SPI Slave Mode Booting Program_Atmel.zip: Example code that programs the Atmel DataFlashes via an ADSP-BF532 Processor All programs have been written for VisualDSP++ 3.5
標簽: application associated are Blackfin
上傳時間: 2017-07-30
上傳用戶:tonyshao
用VC++6.0的Sockets API實現一個聊天室程序.txt VC++對網絡編程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP網絡環境里,也是Internet上進行開發最為通用的API。最早美國加州大學Berkeley分校在UNIX下為TCP/IP協議開發了一個API,這個API就是著名的Berkeley Socket接口(套接字)。在桌面操作系統進入Windows時代后,仍然繼承了Socket方法。在TCP/IP網絡通信環境下,Socket數據傳輸是一種特殊的I/O,它也相當于一種文件描述符,具有一個類似于打開文件的函數調用-socket()。可以這樣理解:Socket實際上是一個通信端點,通過它,用戶的Socket程序可以通過網絡和其他的Socket應用程序通信。Socket存在于一個"通信域"(為描述一般的線程如何通過Socket進行通信而引入的一種抽象概念)里,并且與另一個域的Socket交換數據。Socket有三類。第一種是SOCK_STREAM(流式),提供面向連接的可靠的通信服務,比如telnet,http。第二種是SOCK_DGRAM(數據報),提供無連接不可靠的通信,比如UDP。第三種是SOCK_RAW(原始),主要用于協議的開發和測試,支持通信底層操作,比如對IP和ICMP的直接訪問。
上傳時間: 2014-03-12
上傳用戶:從此走出陰霾
一個C程序,獲取ARP表信息,UDP通訊及連接數據庫,讀取配置文件等功能
標簽: C程序
上傳時間: 2017-08-07
上傳用戶:it男一枚
The uIP implementation is designed to have only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a single network interface and contains only a rudimentary UDP implementation, but focuses on the IP, ICMP and TCP protocols. uIP is written in the C programming language.
標簽: implementation designed absolute features
上傳時間: 2017-08-08
上傳用戶:xinzhch
本書是一本以網絡應用實例為主的實用型參考書,主要包括訪問網絡資源、網絡Applet小程序、Socket、UDP協議通訊、網絡組播、郵件收發、遠程方法調用、多媒體數據流的傳輸和播放,以及常用網絡工具的實例等。
上傳時間: 2017-08-09
上傳用戶:許小華
說明: 1.本文檔探討基于Asterisk如何實現VoIP的一些基本功能,包括 基本呼叫功能的方案選取、主叫號碼透傳、如何編寫Asterisk AGI程序、 Radius認 證計費模塊等。 2.本文檔VoIP軟終端使用X-Lite,其它終端均可以接入測試。
上傳時間: 2014-01-19
上傳用戶:13517191407
做了一大堆J2EE WEB應用之后,閑來無事決定研究一下桌面應用程序開發。 想了一下干脆做個Java版的星際,研究的對象就是星際的JS山寨版-JS星際。 看了幾下,當機立斷決定山寨之。。。。 后來經過無數個夜晚的煎熬終于完成了一部分,特來和大家分享一下。 暫時支持采礦,攻擊,尋路,局域網對戰. 雖然只能算一個Demo,但是用到了很多Java基礎技術和算法: Java2D,雙緩沖,A星尋路,粒子系統,動畫效果,處理圖片,Swing ui ,UDP,TCP/Socket. 另外這個程序也可以看出jre1.5和jre1.6之前的性能差別。
上傳時間: 2014-12-05
上傳用戶:1583060504
opentcp是開源的嵌入式TCP/IP協議棧,適用于MC9S12NE64,包含了arp,icmp,ip,udp,tcp,http等協議,本文檔是opentcp的幫助文檔
上傳時間: 2014-01-09
上傳用戶:himbly
周立功Magic2410實驗箱光盤源碼 第5章Linux應用程序編寫 5.1 HelloWorld程序實驗 5.2 Linux定時器實驗 5.3多進程實驗 5.4多線程實驗 5.5文件和目錄操作實驗 5.6 UDP實驗 5.7 TCP實驗 5.8 Webserver實驗
標簽: Linux HelloWorld Magic 實驗
上傳時間: 2014-01-25
上傳用戶:fnhhs