⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 开发源代码的CPU卡的COS源程序。
💻
字号:
/jayacard/proto/hal/simu/README===============================================================================/jayacard/proto/hal/simu is the place for the simulated *hardware abstractlayer* :	README		this file	FORMAT		information about the format of the binary files	simueep.h	simulator eeprom specific API	simueep.c	simulator eeprom specific implementation	simudisp.h	simulator SIMUMSG dispatcher API	simudisp.c	simulator SIMUMSG dispatcher implementation	<others>	as documented in /jayacard/proto/hal/readme	halsimu.h	simulator specific API	halsimuv.h	simulator of variable usage (idata/xdata/stacks)	debug.c         __hal_assert() implementation===[ Simulator ]===============================================================We have two options to implement the simulator of our smartcard :1. Implement a full simulator of the hardware microprocessor including the I/O,the coprocessors, the memory, etc. Use this simulated environment with the HEXproduced with your cross-compiler environment.2. Implement a software simulator of the hardware microprocessor interfaced bya specific HAL simulating the same behaviour. Use this simulated environmentwith the compilation produced by the same PC compiler than for the simulatoritself.We choose option 2.The card simulator here act as a tcp/ip server that listens by default on port2000. The protocol to communicate with it is describe in theDocumentation/simu-msg-format.txt file.===============================================================================

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -