GIVEIO源码,是JTAG烧写程序的驱动代码- 下载
|
GIVEIO为Windows/Linux平台下的并口驱动程序,有了这个驱动,你可以让你的PC作为一个真正的Host来控制目标平台的FLASH烧写等任务.-GIVEIO is under the Windows/Linux platform and the mouth driver, had this actuation, you may let your PC take true Host controls the goal platform the FLASH fever to write and so on the duty 下载
|
JFlash程序。三星ARM平台上用于烧写Nand 和Nor Flash的程序源代码。运行在Windows PC上,可通过并口仿真jtag调试目标环境。(烧写前,host需安装giveio驱动)- 下载
|
giveio driver适合于在wince50/60的开发中,使用的giveio的提供io端口enable和function的驱动。- 下载
|
win2000下直接访问端口 1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。 2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。 3、拖一个TPort到窗体上,命名为port。 4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:= 5、status_giveio.sys 查看状态,remove_giveio.sys 反安装驱动。 6、tstio.exe 直接调用bios来发声,可以用来测试是否安装驱动成功。cygwin1.dll是loaddrv.exe 要调用的,因为它是用MinGw32下的gcc编译的。 - 下载
|