📄 fpga_loadercfg.s62
字号:
;; ======== DHL_config ======== .asg 00H, _gChannelsAvailable DHL_config _gChannelsAvailable;; ======== DPI_config ======== DPI_config;; ======== HOOK_config ======== .asg 00H, _KNLID HOOK_config _KNLID;; ======== DIO_config ======== .asg 00H, _STATIC .asg 00H, _NUMTSKBASE .asg 00H, _NUMSWIBASE DIO_config _STATIC, _NUMTSKBASE, _NUMSWIBASE;; ======== MEM_Obj ISRAM ========;; This object defines space for the DSP's on-chip memory;;;; MEM_Obj ISRAM (len, iAllocHeap, iSegZero, iHeapId) .global ISRAM .asg 03fb00H, _len .asg 00H, _iAllocHeap .asg MEM_NULL, _iSegZero .asg segment_name, _iHeapId MEM_Obj 1, ISRAM, 0, _len, _iAllocHeap, _iSegZero, _iHeapId;; ======== MEM_Obj BOOT ========;; <add comments here>;;;; MEM_Obj BOOT (len, iAllocHeap, iSegZero, iHeapId) .global BOOT .asg 0400H, _len .asg 00H, _iAllocHeap .asg MEM_NULL, _iSegZero .asg segment_name, _iHeapId MEM_Obj 1, BOOT, 0, _len, _iAllocHeap, _iSegZero, _iHeapId;; ======== CLK_Obj PRD_clock ========;; This clock function calls PRD_tick from within the on-chip timer ISR;;;; CLK_Obj PRD_clock (function) .global PRD_clock .asg FXN_F_nop, _function CLK_Obj 1, PRD_clock, 0, _function;; ======== HWI_Obj HWI_RESET ========;; defines function for the RESET ISR;;;; HWI_Obj HWI_RESET (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_RESET .asg _c_int00, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 01H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_RESET, 0, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_NMI ========;; defines function for the NMI ISR;;;; HWI_Obj HWI_NMI (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_NMI .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 02H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_NMI, 1, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_RESERVED0 ========;; RESERVED for RTDX;;;; HWI_Obj HWI_RESERVED0 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_RESERVED0 .asg RESERVED, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "RTDX", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 04H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_RESERVED0, 2, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_RESERVED1 ========;; RESERVED for RTDX;;;; HWI_Obj HWI_RESERVED1 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_RESERVED1 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "RTDX", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 08H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_RESERVED1, 3, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT4 ========;; defines the INT4 Interrupt;;;; HWI_Obj HWI_INT4 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT4 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 010H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT4, 4, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT5 ========;; defines the INT5 Interrupt;;;; HWI_Obj HWI_INT5 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT5 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 020H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT5, 5, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT6 ========;; defines the INT6 Interrupt;;;; HWI_Obj HWI_INT6 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT6 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 040H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT6, 6, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT7 ========;; defines the INT7 Interrupt;;;; HWI_Obj HWI_INT7 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT7 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 080H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT7, 7, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT8 ========;; defines the INT8 Interrupt;;;; HWI_Obj HWI_INT8 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT8 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 0100H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT8, 8, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT9 ========;; defines the INT9 Interrupt;;;; HWI_Obj HWI_INT9 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT9 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 0200H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT9, 9, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT10 ========;; defines the INT10 Interrupt;;;; HWI_Obj HWI_INT10 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT10 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 0400H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT10, 10, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT11 ========;; defines the INT11 Interrupt;;;; HWI_Obj HWI_INT11 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT11 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 0800H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT11, 11, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT12 ========;; defines the INT12 Interrupt;;;; HWI_Obj HWI_INT12 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT12 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 01000H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT12, 12, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT13 ========;; defines the INT13 Interrupt;;;; HWI_Obj HWI_INT13 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT13 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 02000H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT13, 13, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT14 ========;; defines the INT14 Interrupt;;;; HWI_Obj HWI_INT14 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT14 .asg CLK_F_isr, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "CLK", _client .asg 01H, _iUseDispatcher .asg CLK_A_TABBEG, _iArg .asg 04000H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT14, 14, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== HWI_Obj HWI_INT15 ========;; defines the INT15 Interrupt;;;; HWI_Obj HWI_INT15 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IntrMask, iCCBitMask) .global HWI_INT15 .asg HWI_unused, _function .asg "Nothing", _monitor .asg 00H, _addr .asg "signed", _dataType .asg "STS_add(*addr)", _operation .asg "USER", _client .asg 00H, _iUseDispatcher .asg 00H, _iArg .asg 08000H, _IntrMask .asg 01H, _iCCBitMask HWI_Obj 1, HWI_INT15, 15, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IntrMask, _iCCBitMask;; ======== LOG_Obj LOG_system ========;; This object is required by the system to accumulate execution trace information;;;; LOG_Obj LOG_system (bufseg, buflen, logtype) .global LOG_system .asg ISRAM, _bufseg .asg 040H, _buflen .asg "circular", _logtype LOG_Obj 1, LOG_system, 0, _bufseg, _buflen, _logtype;; MODULE INITIALIZATION .sect ".sysinit" .global BIOS_init, _BIOS_initBIOS_init:_BIOS_init: GBL_preamble GBL_init SEM_init MEM_init OBJ_init BUF_init CLK_init PRD_init RTDX_init IDL_init LCK_init LOG_init MBX_init PIP_init QUE_init STS_init SYS_init HWI_init HST_init DEV_init UDEV_init DGN_init DHL_init DPI_init SIO_init SWI_init HOOK_init TSK_init ISRC_init GIO_init DIO_init GBL_postamble;; MODULE STARTUP .sect ".sysinit" .global BIOS_start, _BIOS_startBIOS_start:_BIOS_start: GBL_preamble GBL_startup SEM_startup MEM_startup OBJ_startup BUF_startup CLK_startup PRD_startup RTDX_startup IDL_startup LCK_startup LOG_startup MBX_startup PIP_startup QUE_startup STS_startup SYS_startup HWI_startup HST_startup DEV_startup UDEV_startup DGN_startup DHL_startup DPI_startup SIO_startup SWI_startup HOOK_startup TSK_startup ISRC_startup GIO_startup DIO_startup GBL_postamble;; EPILOGUE GBL_end MEM_end OBJ_end BUF_end CLK_end PRD_end RTDX_end HST_end HWI_end SWI_end TSK_end IDL_end ISRC_end LOG_end PIP_end SEM_end MBX_end QUE_end LCK_end SIO_end STS_end SYS_end GIO_end DEV_end UDEV_end DGN_end DHL_end DPI_end HOOK_end DIO_end .copy confend.s62
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -