搜索结果
找到约 3 项符合
IRAM 的查询结果
微处理器开发 hyesco AT91RM9200 bootloader for IRAM source code
hyesco AT91RM9200 bootloader for IRAM source code
汇编语言 凌阳单片机实验, IRAM、ISRAM、ORAM、OSRAM、RAM和SRAM几个段的比较.
凌阳单片机实验, IRAM、ISRAM、ORAM、OSRAM、RAM和SRAM几个段的比较.
VHDL/FPGA/Verilog This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM,
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim.
SDCC is the compiler.
Example compilation:
cd compile
sdcc --iram-size 0x80 --xram-size 0x800 t8051.c
REM sdcc --iram-size 0x80 t8051.c
packihx t8051.ihx > t8051.hex
...