В пульте добавлен строб 1 кГц для ПЛИС

This commit is contained in:
Dimas 2025-06-03 12:21:45 +03:00
parent 19b6fc5d76
commit f8c8d84cd1
10 changed files with 954 additions and 942 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ PHYSICAL MEMORY PARAMETERS
BOOT LOADER PARAMETERS
Table Type: SERIAL PORT (SCI 8 bit Mode)
Entry Point: 0x0000b741
Entry Point: 0x0000b747
OUTPUT TRANSLATION MAP
@ -21,9 +21,9 @@ OUTPUT TRANSLATION MAP
--------------------------------------------------------------------------------
OUTPUT FILES: D:\project2833\GIT\Balsam_166\bin\UKSSTMS320F28335.bin [b0..b7]
CONTENTS: 00000000..00007955 BOOT TABLE
.cinit : dest=0000b8d1 size=00000262 width=00000002
.text : dest=00008000 size=000038d1 width=00000002
CONTENTS: 00000000..00007961 BOOT TABLE
.cinit : dest=0000b8d7 size=00000262 width=00000002
.text : dest=00008000 size=000038d7 width=00000002
ramfuncs : dest=0000c15d size=00000023 width=00000002
.econst : dest=0000c000 size=00000112 width=00000002
.switch : dest=0000c112 size=00000028 width=00000002

Binary file not shown.

View File

@ -1,4 +1,4 @@
-z -c -e_c_int00 -m"D:/project2833/GIT/Balsam_166/UKSSTMS320F28335.map" -o"D:/project2833/GIT/Balsam_166/bin/UKSSTMS320F28335.out" -stack0x3f0 -w -x -i"D:/CCStudio_v3.3PLA/C2000/xdais/lib" -i"D:/CCStudio_v3.3PLA/bios_5_33_05/packages/ti/bios/lib" -i"D:/CCStudio_v3.3PLA/bios_5_33_05/packages/ti/rtdx/lib/c2000" -i"D:/CCStudio_v3.3PLA/C2000/cgtools/lib" -l"rts2800_fpu32.lib"
-z -c -e_c_int00 -m"D:/project2833/GIT/Balsam_166/UKSSTMS320F28335.map" -o"D:/project2833/GIT/Balsam_166/bin/UKSSTMS320F28335.out" -stack0x3f0 -w -x -i"D:/CCStudio_v3.3PLA/C2000/xdais/lib" -i"D:/CCStudio_v3.3PLA/bios_5_33_05/packages/ti/bios/lib" -i"D:/CCStudio_v3.3PLA/bios_5_33_05/packages/ti/rtdx/lib/c2000" -i"D:/ti/cgt/C2000 Code Generation Tools 5.2.15/lib" -l"rts2800_fpu32.lib"
"D:\project2833\GIT\Balsam_166\F28335.cmd"
"D:\project2833\GIT\Balsam_166\Source\External\v120\DSP2833x_headers\cmd\DSP2833x_Headers_nonBIOS.cmd"
"D:\project2833\GIT\Balsam_166\Debug\ADC.obj"

View File

@ -170,7 +170,7 @@
//===========================================================================
#define PLT2_gpio00_dir 0L
#define PLT2_gpio00_dir 1L // 5 2:7A gotov
#define PLT2_gpio01_dir 0L
#define PLT2_gpio02_dir 0L
#define PLT2_gpio03_dir 1L // 10 2:4B res_pb

View File

@ -26,6 +26,16 @@ static inline void toggle_READY(void)
{ if(Desk==dsk_LOAD) GpioDataRegs.GPBTOGGLE.bit.GPIO61=1;else
GpioDataRegs.GPBTOGGLE.bit.GPIO59=1;}
// PULT READY -----------------------------------------------------
static inline void dat_ONLINE(int x)
{ GpioDataRegs.GPADAT.bit.GPIO0=!x; }
static inline void set_ONLINE(void)
{ GpioDataRegs.GPASET.bit.GPIO0=1; }
static inline void clear_ONLINE(void)
{ GpioDataRegs.GPACLEAR.bit.GPIO0=1; }
static inline void toggle_ONLINE(void)
{ GpioDataRegs.GPATOGGLE.bit.GPIO0=1; }
// LED OUT 1 -----------------------------------------------------
static inline void dat_LED_OUT_1(int x)
{ if(Desk==dsk_BKST || Desk==dsk_COMM)

View File

@ -53,6 +53,8 @@ interrupt void cpu_timer1_isr_PULT(void)
CanGO = 1;
}
toggle_ONLINE();
toggle_RES_OUT_1(); // òèïà ýòî ãîòîâíîñòü
toggle_RES_OUT_2(); // íà âñàêèé

View File

@ -1,10 +1,10 @@
******************************************************************************
TMS320C2000 Linker PC v5.2.1
TMS320C2000 Linker PC v5.2.15
******************************************************************************
>> Linked Tue Jun 18 15:17:34 2024
>> Linked Tue Jun 03 12:11:20 2025
OUTPUT FILE NAME: <D:/project2833/GIT/Balsam_166/bin/UKSSTMS320F28335.out>
ENTRY POINT SYMBOL: "_c_int00" address: 0000b741
ENTRY POINT SYMBOL: "_c_int00" address: 0000b747
MEMORY CONFIGURATION
@ -13,7 +13,7 @@ MEMORY CONFIGURATION
---------------------- -------- --------- -------- -------- ---- --------
PAGE 0:
ZONE0 00004000 00001000 00000000 00001000 RWIX
RAML0 00008000 00004000 00003b33 000004cd RWIX
RAML0 00008000 00004000 00003b39 000004c7 RWIX
RAML4 0000c000 00001000 00000180 00000e80 RWIX
ZONE6 00100000 00100000 00000000 00100000 RWIX
FLASHH 00300000 00008000 00000000 00008000 RWIX
@ -102,62 +102,62 @@ section page origin length input sections
-------- ---- ---------- ---------- ----------------
.pinit 0 00008000 00000000 UNINITIALIZED
.text 0 00008000 000038d1
.text 0 00008000 000038d7
00008000 00000bf9 measure.obj (.text)
00008bf9 0000088f DSP2833x_SWPrioritizedDefaultIsr.obj (.text)
00009488 000004e2 RS485.obj (.text)
0000996a 00000408 peripher.obj (.text)
00009d72 0000038c ADC.obj (.text)
0000a0fe 0000031e spise2p.obj (.text)
0000a41c 000002de bios.obj (.text)
0000a6fa 00000232 main.obj (.text)
0000a92c 00000201 message.obj (.text)
0000ab2d 000001da ecan.obj (.text)
0000ad07 000001ce DSP2833x_SysCtrl.obj (.text)
0000aed5 000001be DSP2833x_Xintf.obj (.text)
0000b093 0000019f pulto.obj (.text)
0000b232 00000177 kanal.obj (.text)
0000b3a9 0000015a DAC.obj (.text)
0000b503 00000088 rts2800_fpu32.lib : fs_div.obj (.text)
0000b58b 00000082 crc16.obj (.text)
0000b60d 0000006d DSP2833x_CpuTimers.obj (.text)
0000b67a 0000006d tools.obj (.text)
0000b6e7 0000005a DSP2833x_PieCtrl.obj (.text)
0000b741 00000046 rts2800_fpu32.lib : boot.obj (.text)
0000b787 00000034 filter_bat2.obj (.text)
0000b7bb 0000002a rts2800_fpu32.lib : l_div.obj (.text)
0000b7e5 00000022 : i_div.obj (.text)
0000b807 00000021 : memcpy_ff.obj (.text)
0000b828 00000020 : sqrt.obj (.text)
0000b848 0000001f log_to_mem.obj (.text)
0000b867 0000001b rts2800_fpu32.lib : args_main.obj (.text)
0000b882 00000019 : exit.obj (.text)
0000b89b 00000014 DSP2833x_Adc.obj (.text)
0000b8af 0000000e DSP2833x_SWPrioritizedPieVect.obj (.text)
0000b8bd 00000009 rts2800_fpu32.lib : _lock.obj (.text)
0000b8c6 00000007 cntrl_adr.obj (.text)
0000b8cd 00000004 DSP2833x_usDelay.obj (.text)
00009488 000004e1 RS485.obj (.text)
00009969 00000408 peripher.obj (.text)
00009d71 0000038c ADC.obj (.text)
0000a0fd 0000031e spise2p.obj (.text)
0000a41b 000002de bios.obj (.text)
0000a6f9 0000022c main.obj (.text)
0000a925 00000200 message.obj (.text)
0000ab25 000001e7 ecan.obj (.text)
0000ad0c 000001cc DSP2833x_SysCtrl.obj (.text)
0000aed8 000001be DSP2833x_Xintf.obj (.text)
0000b096 000001a5 pulto.obj (.text)
0000b23b 00000174 kanal.obj (.text)
0000b3af 0000015a DAC.obj (.text)
0000b509 00000088 rts2800_fpu32.lib : fs_div.obj (.text)
0000b591 00000082 crc16.obj (.text)
0000b613 0000006d DSP2833x_CpuTimers.obj (.text)
0000b680 0000006d tools.obj (.text)
0000b6ed 0000005a DSP2833x_PieCtrl.obj (.text)
0000b747 00000046 rts2800_fpu32.lib : boot.obj (.text)
0000b78d 00000034 filter_bat2.obj (.text)
0000b7c1 0000002a rts2800_fpu32.lib : l_div.obj (.text)
0000b7eb 00000022 : i_div.obj (.text)
0000b80d 00000021 : memcpy_ff.obj (.text)
0000b82e 00000020 : sqrt.obj (.text)
0000b84e 0000001f log_to_mem.obj (.text)
0000b86d 0000001b rts2800_fpu32.lib : args_main.obj (.text)
0000b888 00000019 : exit.obj (.text)
0000b8a1 00000014 DSP2833x_Adc.obj (.text)
0000b8b5 0000000e DSP2833x_SWPrioritizedPieVect.obj (.text)
0000b8c3 00000009 rts2800_fpu32.lib : _lock.obj (.text)
0000b8cc 00000007 cntrl_adr.obj (.text)
0000b8d3 00000004 DSP2833x_usDelay.obj (.text)
.cinit 0 0000b8d1 00000262
0000b8d1 00000103 crc16.obj (.cinit)
0000b9d4 00000059 measure.obj (.cinit)
0000ba2d 0000002b message.obj (.cinit)
0000ba58 0000001f spise2p.obj (.cinit)
0000ba77 0000001e peripher.obj (.cinit)
0000ba95 0000001c ecan.obj (.cinit)
0000bab1 0000001b kanal.obj (.cinit)
0000bacc 00000011 pulto.obj (.cinit)
0000badd 0000000c DAC.obj (.cinit)
0000bae9 0000000c log_to_mem.obj (.cinit)
0000baf5 0000000a rts2800_fpu32.lib : _lock.obj (.cinit)
0000baff 0000000a : exit.obj (.cinit)
0000bb09 00000008 ADC.obj (.cinit)
0000bb11 00000008 RS485.obj (.cinit)
0000bb19 00000008 cntrl_adr.obj (.cinit)
0000bb21 00000008 main.obj (.cinit)
0000bb29 00000004 bios.obj (.cinit)
0000bb2d 00000004 rts2800_fpu32.lib : errno.obj (.cinit)
0000bb31 00000002 --HOLE-- [fill = 0]
.cinit 0 0000b8d7 00000262
0000b8d7 00000103 crc16.obj (.cinit)
0000b9da 00000059 measure.obj (.cinit)
0000ba33 0000002b message.obj (.cinit)
0000ba5e 0000001f spise2p.obj (.cinit)
0000ba7d 0000001e peripher.obj (.cinit)
0000ba9b 0000001c ecan.obj (.cinit)
0000bab7 0000001b kanal.obj (.cinit)
0000bad2 00000011 pulto.obj (.cinit)
0000bae3 0000000c DAC.obj (.cinit)
0000baef 0000000c log_to_mem.obj (.cinit)
0000bafb 0000000a rts2800_fpu32.lib : _lock.obj (.cinit)
0000bb05 0000000a : exit.obj (.cinit)
0000bb0f 00000008 ADC.obj (.cinit)
0000bb17 00000008 RS485.obj (.cinit)
0000bb1f 00000008 cntrl_adr.obj (.cinit)
0000bb27 00000008 main.obj (.cinit)
0000bb2f 00000004 bios.obj (.cinit)
0000bb33 00000004 rts2800_fpu32.lib : errno.obj (.cinit)
0000bb37 00000002 --HOLE-- [fill = 0]
.econst 0 0000c000 00000112
0000c000 00000100 DSP2833x_SWPrioritizedPieVect.obj (.econst)
@ -416,14 +416,14 @@ GLOBAL SYMBOLS: SORTED ALPHABETICALLY BY Name
address name
-------- ----
00008000 .text
0000b882 C$$EXIT
0000b503 FS$$DIV
0000b7e5 I$$DIV
0000b7f6 I$$MOD
0000b7bb L$$DIV
0000b7ca L$$MOD
0000b7d8 UL$$DIV
0000b7df UL$$MOD
0000b888 C$$EXIT
0000b509 FS$$DIV
0000b7eb I$$DIV
0000b7fc I$$MOD
0000b7c1 L$$DIV
0000b7d0 L$$MOD
0000b7de UL$$DIV
0000b7e5 UL$$MOD
00008d54 _ADCINT_ISR
00380080 _ADC_cal
0000c10f _ADDR_ANSWER
@ -431,11 +431,11 @@ address name
0000c110 _ADDR_TERMINAL
00000b00 _AdcMirror
00007100 _AdcRegs
0000b413 _Anal_output
0000a47b _Answer
0000abf1 _CAN_send
0000ac84 _CANa_handler
0000acd5 _CANa_reset_err
0000b419 _Anal_output
0000a47a _Answer
0000abf7 _CAN_send
0000ac89 _CANa_handler
0000acda _CANa_reset_err
0000df81 _CNTRL_ADDR
0000c111 _CNTRL_ADDR_UNIVERSAL
0000d766 _COUNT_WAIT_ONE_CANAL
@ -443,7 +443,7 @@ address name
0000d781 _CanGO
0000d780 _CanPowse
0000df4c _CanTimeOutErrorTR
0000b658 _ConfigCpuTimer
0000b65e _ConfigCpuTimer
0000de1e _CpuTimer0
00000c00 _CpuTimer0Regs
0000de26 _CpuTimer1
@ -452,24 +452,24 @@ address name
00000c10 _CpuTimer2Regs
0033fff8 _CsmPwl
00000ae0 _CsmRegs
0000ae8a _CsmUnlock
0000ae8d _CsmUnlock
0000d7ed _Curr_Edge
00008533 _Current_count
00008534 _Current_count
00008c13 _DATALOG_ISR
0000b232 _DCLK
0000b23b _DCLK
00009123 _DINTCH1_ISR
00009144 _DINTCH2_ISR
00009165 _DINTCH3_ISR
00009186 _DINTCH4_ISR
000091a7 _DINTCH5_ISR
000091c8 _DINTCH6_ISR
0000b23e _DOUT
0000b8cd _DSP28x_usDelay
0000a92c _Default_params
0000b247 _DOUT
0000b8d3 _DSP28x_usDelay
0000a925 _Default_params
0000df4f _Desk
00000880 _DevEmuRegs
0000df5a _DigErr
0000ad28 _DisableDog
0000ad2c _DisableDog
00001000 _DmaRegs
000092f7 _ECAN0INTA_ISR
0000933d _ECAN0INTB_ISR
@ -520,14 +520,14 @@ address name
00009036 _EQEP2_INT_ISR
00006b00 _EQep1Regs
00006b40 _EQep2Regs
0000b736 _EnableInterrupts
0000b73c _EnableInterrupts
0000df40 _ErrorCount
00000a80 _FlashRegs
00006f80 _GpioCtrlRegs
00006fc0 _GpioDataRegs
00006fe0 _GpioIntRegs
0000df76 _HSPCLK
0000ac46 _Handlai
0000ac4b _Handlai
000091eb _I2CINT1A_ISR
0000920e _I2CINT2A_ISR
00007900 _I2caRegs
@ -538,20 +538,20 @@ address name
00009474 _INT_NOTUSED_ISR
0000df56 _INcount0
0000df58 _INcount1
0000b89b _InitAdc
0000ab2d _InitCan
0000b60d _InitCpuTimers
0000b8a1 _InitAdc
0000ab25 _InitCan
0000b613 _InitCpuTimers
0000c13a _InitFlash
0000adbf _InitPeripheralClocks
0000b6e7 _InitPieCtrl
0000b8af _InitPieVectTable
0000ad30 _InitPll
0000a1ac _InitSeeprom
0000ad07 _InitSysCtrl
0000aed5 _InitXintf
0000afe6 _InitXintf16Gpio
0000af60 _InitXintf32Gpio
0000b3f7 _Init_DAC
0000adc2 _InitPeripheralClocks
0000b6ed _InitPieCtrl
0000b8b5 _InitPieVectTable
0000ad34 _InitPll
0000a1ab _InitSeeprom
0000ad0c _InitSysCtrl
0000aed8 _InitXintf
0000afe9 _InitXintf16Gpio
0000af63 _InitXintf32Gpio
0000b3fd _Init_DAC
00008451 _Init_packMask
00008293 _Init_sensors
000083df _Init_sensors_more
@ -564,8 +564,8 @@ address name
0000df74 _LSPCLK
00009447 _LUF_ISR
00009426 _LVF_ISR
0000aa2e _Load_params
0000b45f _Load_runner
0000aa27 _Load_params
0000b465 _Load_runner
0000df5e _Log
0000de3a _Lonely
000090df _MRINTA_ISR
@ -586,7 +586,7 @@ address name
0000c000 _PieVectTableInit
00008ae7 _Power_count
0000d7a0 _READY
0000b24a _RESET
0000b253 _RESET
00009488 _RSA_RX_Handler
00009524 _RSA_TX_Handler
000094d7 _RSB_RX_Handler
@ -596,44 +596,44 @@ address name
000095be _RS_RX_Handler
000097d2 _RS_Send
000097b3 _RS_SetBitMode
00009937 _RS_SetLineMode
00009936 _RS_SetLineMode
00009851 _RS_SetLineSpeed
000096fa _RS_TX_Handler
00008c20 _RTOSINT_ISR
0000c180 _RamfuncsLoadEnd
0000c15d _RamfuncsLoadStart
0000c13a _RamfuncsRunStart
0000aa94 _ReceiveCommandModbus3
0000ab07 _ReceiveCommandModbus6
0000aa8d _ReceiveCommandModbus3
0000aaff _ReceiveCommandModbus6
00009271 _SCIRXINTA_ISR
000092b5 _SCIRXINTB_ISR
0000922f _SCIRXINTC_ISR
00009294 _SCITXINTA_ISR
000092d6 _SCITXINTB_ISR
00009250 _SCITXINTC_ISR
0000b25d _SENDBIT
0000b266 _SENDBIT
00008cd2 _SEQ1INT_ISR
00008cf3 _SEQ2INT_ISR
00009059 _SPIRXINTA_ISR
0000a226 _SPISE2P_DRV_csclr
0000a221 _SPISE2P_DRV_csset
0000a1d5 _SPISE2P_DRV_init
0000a271 _SPISE2P_DRV_tick
0000a225 _SPISE2P_DRV_csclr
0000a220 _SPISE2P_DRV_csset
0000a1d4 _SPISE2P_DRV_init
0000a270 _SPISE2P_DRV_tick
0000907a _SPITXINTA_ISR
0000df72 _SYSCLKOUT
0000aa6d _Save_params
0000aa66 _Save_params
00007050 _SciaRegs
00007750 _ScibRegs
00007770 _ScicRegs
0000a155 _Seeprom_read
0000a0fe _Seeprom_write
0000ad10 _ServiceDog
0000b3a9 _Setup_DAC_time
0000a154 _Seeprom_read
0000a0fd _Seeprom_write
0000ad15 _ServiceDog
0000b3af _Setup_DAC_time
00007040 _SpiaRegs
00007010 _SysCtrlRegs
00008d75 _TINT0_ISR
0000d792 _TPL_CANS
00008886 _Temper_count
00008887 _Temper_count
0000df50 _TermoAD
0000df51 _TermoRS
0000df52 _TermoSW
@ -669,125 +669,125 @@ address name
00000001 __TI_args_main
ffffffff ___binit__
ffffffff ___c_args__
0000b8d1 ___cinit__
0000b8d1 ___etext__
0000b807 ___memcpy_ff
0000b8d7 ___cinit__
0000b8d7 ___etext__
0000b80d ___memcpy_ff
ffffffff ___pinit__
00008000 ___text__
0000b867 __args_main
0000b86d __args_main
0000df88 __cleanup_ptr
0000df8a __dtors_ptr
0000df86 __lock
0000b8c5 __nop
0000b8c1 __register_lock
0000b8bd __register_unlock
0000b8cb __nop
0000b8c7 __register_lock
0000b8c3 __register_unlock
00000400 __stack
0000df84 __unlock
0000b882 _abort
0000b888 _abort
0000d880 _adc_filter
00009f38 _adc_isr
00009f37 _adc_isr
0000d746 _adc_table_lem
0000d74a _adc_table_tpl
0000b741 _c_int00
0000b747 _c_int00
0000d794 _cal_addr
0000801c _calc_sensor_koef
0000de1a _ccc
0000d797 _chk
0000b848 _clear_mem
00009964 _clear_timer_rs_live
0000b84e _clear_mem
00009963 _clear_timer_rs_live
0000df82 _cntr_addr_c
0000df83 _cntr_addr_c_all
0000b0c0 _cpu_timer1_isr_PULT
0000b0c3 _cpu_timer1_isr_PULT
0000807a _cpu_timer1_isr_SENS
0000a239 _cpu_timer2_isr
0000a238 _cpu_timer2_isr
0000de40 _crc_16_tab
00009871 _create_uart_vars
0000b3b7 _dOUT
0000b3c8 _dSEND
0000b3bd _dOUT
0000b3ce _dSEND
0000d840 _def_FILTERBAT
0000dc80 _def_cal
0000d76a _digits
0000d800 _din_count
000084f6 _er_anal
000084f7 _er_anal
0000d7a6 _err_count
0000de01 _errno
0000b884 _exit
0000a689 _extendbios
0000b787 _filterbat
0000b88a _exit
0000a688 _extendbios
0000b78d _filterbat
0000d77f _flag_DEBUG
0000df66 _flog
00009b6b _get_Buttons
0000997f _get_Mode
0000a422 _get_command
0000b5c9 _get_crc16
0000b58b _get_crc_16
0000b59e _get_crc_16b
00009b6a _get_Buttons
0000997e _get_Mode
0000a421 _get_command
0000b5cf _get_crc16
0000b591 _get_crc_16
0000b5a4 _get_crc_16b
00008000 _im_calc
0000a4bc _init
0000b67a _init_zone7
0000a4bd _initload
0000a4bb _init
0000b680 _init_zone7
0000a4bc _initload
0000de36 _isMask
0000de38 _isNumb
0000b26b _kanal_Send
0000b274 _kanal_Send
0000d7b2 _lev_count
0000d7c0 _lev_quadr
0000a500 _load
0000a4ff _load
00200000 _logs_block
0000d7a2 _low_count
0000a727 _main
0000a726 _main
0000dcc0 _modbus
0000df5d _never_write
0000df5c _no_write
0000da40 _out_filter
0000dd80 _param
0000b6d4 _pause_us
0000a548 _peek
0000b6da _pause_us
0000a547 _peek
0000d796 _period_blink
0000df6c _period_dac
0000d795 _period_ready
0000a5ae _poke
0000a5ad _poke
0000d7ee _powK
0000de39 _quaLamp
0000a41c _read_memory
0000a41b _read_memory
0000d77a _readr
0000850d _reset_errs
0000850e _reset_errs
0000d000 _rs_a
0000d380 _rs_b
0000947e _rsvd_ISR
0000a547 _run
00009abc _select_tpl_canal
0000a546 _run
00009abb _select_tpl_canal
0000dc48 _sens_count
0000d7dc _sens_pair
0000d7cc _sens_type
0000b8c6 _set_cntrl_addr
00009d72 _setup_adc
0000b8cc _set_cntrl_addr
00009d71 _setup_adc
0000976f _setup_arr_cmd_length
0000996a _setup_leds_line
00009969 _setup_leds_line
0000987d _setup_uart
0000d798 _sig
0000a22b _spiSe2pFree
0000a235 _spiSe2pRead
0000a231 _spiSe2pWrite
0000b828 _sqrt
00009969 _test_rs_live
0000a688 _tflash
0000a22a _spiSe2pFree
0000a234 _spiSe2pRead
0000a230 _spiSe2pWrite
0000b82e _sqrt
00009968 _test_rs_live
0000a687 _tflash
0000d79a _time_1_5sec
0000d79c _time_5msec
0000d79e _time_5sec
0000df6d _time_dac
0000a6fa _timer_Init
0000a6f9 _timer_Init
0000d793 _tpl_cans
0000a5e9 _upload
0000a5e8 _upload
0000df4d _wait
0000b3c3 _wast
0000b093 _what_is
0000a41f _write_memory
0000a687 _xflash
0000b3c9 _wast
0000b096 _what_is
0000a41e _write_memory
0000a686 _xflash
0000d7b8 _zer_count
0000dc00 _zer_filter
ffffffff binit
0000b8d1 cinit
0000b8d1 etext
0000b8d7 cinit
0000b8d7 etext
ffffffff pinit
@ -855,10 +855,10 @@ address name
00008293 _Init_sensors
000083df _Init_sensors_more
00008451 _Init_packMask
000084f6 _er_anal
0000850d _reset_errs
00008533 _Current_count
00008886 _Temper_count
000084f7 _er_anal
0000850e _reset_errs
00008534 _Current_count
00008887 _Temper_count
00008ae7 _Power_count
00008bf9 _INT13_ISR
00008c06 _INT14_ISR
@ -953,111 +953,111 @@ address name
00009851 _RS_SetLineSpeed
00009871 _create_uart_vars
0000987d _setup_uart
00009937 _RS_SetLineMode
00009964 _clear_timer_rs_live
00009969 _test_rs_live
0000996a _setup_leds_line
0000997f _get_Mode
00009abc _select_tpl_canal
00009b6b _get_Buttons
00009d72 _setup_adc
00009f38 _adc_isr
0000a0fe _Seeprom_write
0000a155 _Seeprom_read
0000a1ac _InitSeeprom
0000a1d5 _SPISE2P_DRV_init
0000a221 _SPISE2P_DRV_csset
0000a226 _SPISE2P_DRV_csclr
0000a22b _spiSe2pFree
0000a231 _spiSe2pWrite
0000a235 _spiSe2pRead
0000a239 _cpu_timer2_isr
0000a271 _SPISE2P_DRV_tick
0000a41c _read_memory
0000a41f _write_memory
0000a422 _get_command
0000a47b _Answer
0000a4bc _init
0000a4bd _initload
0000a500 _load
0000a547 _run
0000a548 _peek
0000a5ae _poke
0000a5e9 _upload
0000a687 _xflash
0000a688 _tflash
0000a689 _extendbios
0000a6fa _timer_Init
0000a727 _main
0000a92c _Default_params
0000aa2e _Load_params
0000aa6d _Save_params
0000aa94 _ReceiveCommandModbus3
0000ab07 _ReceiveCommandModbus6
0000ab2d _InitCan
0000abf1 _CAN_send
0000ac46 _Handlai
0000ac84 _CANa_handler
0000acd5 _CANa_reset_err
0000ad07 _InitSysCtrl
0000ad10 _ServiceDog
0000ad28 _DisableDog
0000ad30 _InitPll
0000adbf _InitPeripheralClocks
0000ae8a _CsmUnlock
0000aed5 _InitXintf
0000af60 _InitXintf32Gpio
0000afe6 _InitXintf16Gpio
0000b093 _what_is
0000b0c0 _cpu_timer1_isr_PULT
0000b232 _DCLK
0000b23e _DOUT
0000b24a _RESET
0000b25d _SENDBIT
0000b26b _kanal_Send
0000b3a9 _Setup_DAC_time
0000b3b7 _dOUT
0000b3c3 _wast
0000b3c8 _dSEND
0000b3f7 _Init_DAC
0000b413 _Anal_output
0000b45f _Load_runner
0000b503 FS$$DIV
0000b58b _get_crc_16
0000b59e _get_crc_16b
0000b5c9 _get_crc16
0000b60d _InitCpuTimers
0000b658 _ConfigCpuTimer
0000b67a _init_zone7
0000b6d4 _pause_us
0000b6e7 _InitPieCtrl
0000b736 _EnableInterrupts
0000b741 _c_int00
0000b787 _filterbat
0000b7bb L$$DIV
0000b7ca L$$MOD
0000b7d8 UL$$DIV
0000b7df UL$$MOD
0000b7e5 I$$DIV
0000b7f6 I$$MOD
0000b807 ___memcpy_ff
0000b828 _sqrt
0000b848 _clear_mem
0000b867 __args_main
0000b882 C$$EXIT
0000b882 _abort
0000b884 _exit
0000b89b _InitAdc
0000b8af _InitPieVectTable
0000b8bd __register_unlock
0000b8c1 __register_lock
0000b8c5 __nop
0000b8c6 _set_cntrl_addr
0000b8cd _DSP28x_usDelay
0000b8d1 ___cinit__
0000b8d1 ___etext__
0000b8d1 cinit
0000b8d1 etext
00009936 _RS_SetLineMode
00009963 _clear_timer_rs_live
00009968 _test_rs_live
00009969 _setup_leds_line
0000997e _get_Mode
00009abb _select_tpl_canal
00009b6a _get_Buttons
00009d71 _setup_adc
00009f37 _adc_isr
0000a0fd _Seeprom_write
0000a154 _Seeprom_read
0000a1ab _InitSeeprom
0000a1d4 _SPISE2P_DRV_init
0000a220 _SPISE2P_DRV_csset
0000a225 _SPISE2P_DRV_csclr
0000a22a _spiSe2pFree
0000a230 _spiSe2pWrite
0000a234 _spiSe2pRead
0000a238 _cpu_timer2_isr
0000a270 _SPISE2P_DRV_tick
0000a41b _read_memory
0000a41e _write_memory
0000a421 _get_command
0000a47a _Answer
0000a4bb _init
0000a4bc _initload
0000a4ff _load
0000a546 _run
0000a547 _peek
0000a5ad _poke
0000a5e8 _upload
0000a686 _xflash
0000a687 _tflash
0000a688 _extendbios
0000a6f9 _timer_Init
0000a726 _main
0000a925 _Default_params
0000aa27 _Load_params
0000aa66 _Save_params
0000aa8d _ReceiveCommandModbus3
0000aaff _ReceiveCommandModbus6
0000ab25 _InitCan
0000abf7 _CAN_send
0000ac4b _Handlai
0000ac89 _CANa_handler
0000acda _CANa_reset_err
0000ad0c _InitSysCtrl
0000ad15 _ServiceDog
0000ad2c _DisableDog
0000ad34 _InitPll
0000adc2 _InitPeripheralClocks
0000ae8d _CsmUnlock
0000aed8 _InitXintf
0000af63 _InitXintf32Gpio
0000afe9 _InitXintf16Gpio
0000b096 _what_is
0000b0c3 _cpu_timer1_isr_PULT
0000b23b _DCLK
0000b247 _DOUT
0000b253 _RESET
0000b266 _SENDBIT
0000b274 _kanal_Send
0000b3af _Setup_DAC_time
0000b3bd _dOUT
0000b3c9 _wast
0000b3ce _dSEND
0000b3fd _Init_DAC
0000b419 _Anal_output
0000b465 _Load_runner
0000b509 FS$$DIV
0000b591 _get_crc_16
0000b5a4 _get_crc_16b
0000b5cf _get_crc16
0000b613 _InitCpuTimers
0000b65e _ConfigCpuTimer
0000b680 _init_zone7
0000b6da _pause_us
0000b6ed _InitPieCtrl
0000b73c _EnableInterrupts
0000b747 _c_int00
0000b78d _filterbat
0000b7c1 L$$DIV
0000b7d0 L$$MOD
0000b7de UL$$DIV
0000b7e5 UL$$MOD
0000b7eb I$$DIV
0000b7fc I$$MOD
0000b80d ___memcpy_ff
0000b82e _sqrt
0000b84e _clear_mem
0000b86d __args_main
0000b888 C$$EXIT
0000b888 _abort
0000b88a _exit
0000b8a1 _InitAdc
0000b8b5 _InitPieVectTable
0000b8c3 __register_unlock
0000b8c7 __register_lock
0000b8cb __nop
0000b8cc _set_cntrl_addr
0000b8d3 _DSP28x_usDelay
0000b8d7 ___cinit__
0000b8d7 ___etext__
0000b8d7 cinit
0000b8d7 etext
0000c000 _PieVectTableInit
0000c10f _ADDR_ANSWER
0000c110 _ADDR_TERMINAL

Binary file not shown.