華恒科技 HHCF5249-R3 技術手冊 第一章 產品簡介 第二章 軟件系統 第三章 硬件系統 第四章 機械特性 第五章 底板的硬件設計 第六章 售后服務及技術支持 附錄 附錄A 初始化 附錄B LINUX 常見術語 附錄C 常用LINUX 命令 附錄D GCC 與gdb 附錄E MAKEFILE 附錄F UCLINUX 系統分析 uClinux 簡介 uClinux 小型化的做法 uClinux 的開發環境 uClinux 的內存管理 工具及內核 附錄G 圖形界面(GUI)接口函數API 附錄H 參考資料
上傳時間: 2013-12-24
上傳用戶:a6697238
你的EM85XX,EM86XX有了網絡,用原廠的串口調試怎么還是覺得那么麻煩呢,網絡了可以使用gdb啊,這個就是可以使用的gdb。
上傳時間: 2016-08-09
上傳用戶:225588
autoconf automake實例gcc編譯java方法.txt,gcc的組件和軟件工具 .txt,gcc庫.txt,gdb自己總結.txt,linux 下gcc 編程.ppt,linux下JAVA環境設置.pdf,Vi指令大全.htm,跟我一起寫 Makefile.pdf
標簽: autoconf automake java gcc
上傳時間: 2014-01-25
上傳用戶:wangzhen1990
gun linux編程原代碼,很好的學習資料,大部分代碼都可以直接編譯,gcc,gdb
上傳時間: 2014-11-27
上傳用戶:lacsx
BANYAN仿真器的驅動 支持USB 2.0/USB1.1 支持Win2000/WinXP 支持SDT 2.51, ADS 1.2, RVDS,Multi2000, CodeWarrior, IAR,gdb/Insight源代碼級調試 支持ARM7/ARM9/XScale系列CPU 支持CPU內核類型自動檢測 支持多ARM內核處理器
上傳時間: 2016-11-08
上傳用戶:lepoke
gcc 的使用方法整理,makefile寫法gcc_egcs使用,gdb使用
標簽: gcc
上傳時間: 2016-11-21
上傳用戶:xauthu
USB driver, J-Mem jlink.exe and jlinkarm.dll J-Flash* J-Link RDI* (includes flashdownloader* and support for unlimited number of flash breakpoints*) gdb server*
標簽: flashdownloader includes jlinkarm J-Flash
上傳時間: 2013-12-17
上傳用戶:wyc199288
EE小站,詳細介紹,J-Link gdb Server + Eclipse CDT進行ARM程序調試
標簽:
上傳時間: 2017-02-16
上傳用戶:heart520beat
The main MIPS processor of SMP8630 comes with a JTAG interface, allowing: access to caches and data bus (DRAM) with a bandwidth of about 200kbit/s examining the processor state whatever the execution mode (monice) connecting to monice using mdi-server and using a gdb client on the processor to step and break accurately whatever the execution mode running semi-hosted applications fl ash write tool memory testing (MT command) real-time traces: has not been built in CPU (Config3_TL=0) and only supported by MajicPLUS probes (maybe built into emulator?)
標簽: interface processor allowing access
上傳時間: 2013-12-19
上傳用戶:youke111
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.
標簽: user-space can drivers perform
上傳時間: 2014-01-01
上傳用戶:saharawalker