readme

来自「开发源代码的CPU卡的COS源程序。」· 代码 · 共 48 行

TXT
48
字号
/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 + =
减小字号Ctrl + -
显示快捷键?