somehow averaging fails (avg cycle stops too early. So in the result of avg there is sum of all runs in the start and some values in line are forbidden at the end of avg cycle). Fixed avg cycle numbering -> averaged value have the same amplitude as raw value
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 1
|
||||
|
||||
|
||||
1 .file "src/l502_stream.c";
|
||||
@ -58,7 +58,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
36:src/l502_stream.c **** //volatile uint32_t AVG_buff_B[AVG_BUFF_SIZE] __attribute__((section(".sdram_noinit")));
|
||||
37:src/l502_stream.c **** //volatile uint32_t FFT_buff[FFT_BUFF_SIZE] __attribute__((section(".sdram_noinit")));
|
||||
38:src/l502_stream.c ****
|
||||
BFIN GAS /tmp/ccWdrawt.s page 2
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 2
|
||||
|
||||
|
||||
39:src/l502_stream.c ****
|
||||
@ -118,7 +118,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
93:src/l502_stream.c ****
|
||||
94:src/l502_stream.c ****
|
||||
95:src/l502_stream.c ****
|
||||
BFIN GAS /tmp/ccWdrawt.s page 3
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 3
|
||||
|
||||
|
||||
96:src/l502_stream.c ****
|
||||
@ -178,7 +178,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
150:src/l502_stream.c **** потоков на ввод, то инициализируем прием по SPORT и п<>
|
||||
151:src/l502_stream.c **** if (g_mode == L502_BF_MODE_STREAM) {
|
||||
152:src/l502_stream.c **** if ((streams & L502_STREAM_ALL_IN) && !(g_streams & L502_STREAM_ALL_IN)) {
|
||||
BFIN GAS /tmp/ccWdrawt.s page 4
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 4
|
||||
|
||||
|
||||
153:src/l502_stream.c **** sport_rx_start();
|
||||
@ -238,7 +238,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
207:src/l502_stream.c **** if (!err) {
|
||||
208:src/l502_stream.c **** /* прием по SPORT инициализируется всесте с началом з
|
||||
209:src/l502_stream.c **** синхронного сбора */
|
||||
BFIN GAS /tmp/ccWdrawt.s page 5
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 5
|
||||
|
||||
|
||||
210:src/l502_stream.c **** f_sport_in_put_pos = f_sport_in_get_pos = f_sport_in_proc_pos = 0;
|
||||
@ -298,7 +298,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
264:src/l502_stream.c **** /** @brief Останов синхронных потоков ввода-вывода.
|
||||
265:src/l502_stream.c ****
|
||||
266:src/l502_stream.c **** По этой функции останавливаются все синхронные пот<D0BE>
|
||||
BFIN GAS /tmp/ccWdrawt.s page 6
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 6
|
||||
|
||||
|
||||
267:src/l502_stream.c **** Запрещается передача потоков по SPORT и по HostDMA
|
||||
@ -358,7 +358,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
321:src/l502_stream.c **** f_sport_in_proc_pos = 0;
|
||||
322:src/l502_stream.c **** }
|
||||
323:src/l502_stream.c ****
|
||||
BFIN GAS /tmp/ccWdrawt.s page 7
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 7
|
||||
|
||||
|
||||
324:src/l502_stream.c **** /* если было переполнение - нужно передать слово о
|
||||
@ -418,7 +418,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
378:src/l502_stream.c ****
|
||||
379:src/l502_stream.c **** Функция помечает, что size слов из начала той части буф
|
||||
380:src/l502_stream.c **** были приняты данные, но не освобождены, как освобожд<D0B6>
|
||||
BFIN GAS /tmp/ccWdrawt.s page 8
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 8
|
||||
|
||||
|
||||
381:src/l502_stream.c **** снова можно будет принимать данные со SPORT0.
|
||||
@ -478,7 +478,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
398:src/l502_stream.c **** были приняты данные от ПК, но не освобождены, как осв<D181>
|
||||
399:src/l502_stream.c **** снова можно будет принимать данные от ПК по HostDMA.
|
||||
400:src/l502_stream.c **** При этом надо всегда следить, чтобы количество освоб
|
||||
BFIN GAS /tmp/ccWdrawt.s page 9
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 9
|
||||
|
||||
|
||||
401:src/l502_stream.c **** привышало количество обработанных!
|
||||
@ -538,7 +538,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
417:src/l502_stream.c **** Функция просто обновляет счетчик принятых данных (а
|
||||
418:src/l502_stream.c **** из фоновой функции stream_proc().
|
||||
419:src/l502_stream.c ****
|
||||
BFIN GAS /tmp/ccWdrawt.s page 10
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 10
|
||||
|
||||
|
||||
420:src/l502_stream.c **** @param[in] addr Адрес слова, сразу за последним принятым <20>
|
||||
@ -598,7 +598,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
121 0074 00E80000 LINK 0;
|
||||
122 .LCFI3:
|
||||
440:src/l502_stream.c **** return L502_SPORT_IN_BUF_SIZE;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 11
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 11
|
||||
|
||||
|
||||
441:src/l502_stream.c **** }
|
||||
@ -658,7 +658,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
152 0094 0860 R0 = 1 (X);
|
||||
153 0096 0F30 R1 = R7;
|
||||
154 0098 A84F R0 <<= 21;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 12
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 12
|
||||
|
||||
|
||||
155 009a FFE3B3FF call ___udivsi3;
|
||||
@ -718,7 +718,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
477:src/l502_stream.c **** Функция настраивает DMA3 на режим автобуфера с 2D, разм
|
||||
478:src/l502_stream.c **** равным f_sport_in_block_size. После чего разрешается канал DMA <20>
|
||||
479:src/l502_stream.c **** прием по SPORT0 */
|
||||
BFIN GAS /tmp/ccWdrawt.s page 13
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 13
|
||||
|
||||
|
||||
480:src/l502_stream.c **** void sport_rx_start(void) {
|
||||
@ -778,7 +778,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
522:src/l502_stream.c **** fpga_reg_write(L502_REGS_IOHARD_OUTSWAP_BFCTL, f_bf_reg);
|
||||
206 .loc 1 522 0
|
||||
207 00e6 20E11803 R0 = 792 (X);
|
||||
BFIN GAS /tmp/ccWdrawt.s page 14
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 14
|
||||
|
||||
|
||||
208 00ea FFE38BFF call _fpga_reg_write;
|
||||
@ -838,7 +838,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
51:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** ((defined(__SPECIFIC_NAMES) && defined(__ENABLE_NOP)) || \
|
||||
52:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** (!defined(__SPECIFIC_NAMES) && !defined(__DISABLE_NOP))))
|
||||
53:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h ****
|
||||
BFIN GAS /tmp/ccWdrawt.s page 15
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 15
|
||||
|
||||
|
||||
54:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** #define __DEFINED_NOP
|
||||
@ -898,7 +898,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
108:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** #endif /* __DEFINED_IDLE */
|
||||
109:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h ****
|
||||
110:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** #if (!defined(__DEFINED_RAISE_INTR) && \
|
||||
BFIN GAS /tmp/ccWdrawt.s page 16
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 16
|
||||
|
||||
|
||||
111:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** ((defined(__SPECIFIC_NAMES) && defined(__ENABLE_RAISE_INTR)) || \
|
||||
@ -958,7 +958,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
165:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** #pragma inline
|
||||
166:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** #pragma always_inline
|
||||
167:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** static void flushinv(void * __a) {
|
||||
BFIN GAS /tmp/ccWdrawt.s page 17
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 17
|
||||
|
||||
|
||||
168:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** __builtin_flushinv(__a);
|
||||
@ -1018,7 +1018,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
222:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h ****
|
||||
223:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** #pragma inline
|
||||
224:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** #pragma always_inline
|
||||
BFIN GAS /tmp/ccWdrawt.s page 18
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 18
|
||||
|
||||
|
||||
225:/home/feda/MIPT/RadioPhotonic_Subserface_radar/BlackFin/toolchain_off/bfin-elf/bin/../lib/gcc/bfin-elf/4.3.5/../../../../bfin-elf/include/builtins.h **** static void iflush(void * __a) {
|
||||
@ -1078,7 +1078,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
213 00ee 2400 ssync;
|
||||
214 .LBE24:
|
||||
215 .LBE23:
|
||||
BFIN GAS /tmp/ccWdrawt.s page 19
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 19
|
||||
|
||||
|
||||
216 .LBB25:
|
||||
@ -1138,7 +1138,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
256 .LCFI10:
|
||||
483:src/l502_stream.c **** *pDMA3_CONFIG = 0;
|
||||
257 .loc 1 483 0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 20
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 20
|
||||
|
||||
|
||||
258 012a 0060 R0 = 0 (X);
|
||||
@ -1198,7 +1198,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
493:src/l502_stream.c **** *pDMA3_X_COUNT = 2*f_sport_in_block_size; /* так как SPORT настроен на 16 би<D0B1>
|
||||
306 .loc 1 493 0
|
||||
307 017c 4AE10000 P2.H = _f_sport_in_block_size;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 21
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 21
|
||||
|
||||
|
||||
308 0180 0AE10400 P2.L = _f_sport_in_block_size;
|
||||
@ -1258,7 +1258,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
353 01da 004A BITSET (R0, 0);
|
||||
507:src/l502_stream.c **** *pSPORT0_RCR1 |= RSPEN;
|
||||
354 .loc 1 507 0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 22
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 22
|
||||
|
||||
|
||||
355 01dc 4AE1C0FF P2.H = 65472;
|
||||
@ -1318,7 +1318,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
398 0218 000C cc =R0==0;
|
||||
399 021a 171C if cc jump .L26 (bp);
|
||||
400 021c 180C cc =R0==3;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 23
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 23
|
||||
|
||||
|
||||
401 021e 1518 if cc jump .L26;
|
||||
@ -1378,7 +1378,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
445 .LCFI14:
|
||||
446 .LVL18:
|
||||
447 025e 1000 rts;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 24
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 24
|
||||
|
||||
|
||||
448 .LVL19:
|
||||
@ -1438,7 +1438,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
360:src/l502_stream.c **** uint32_t get_pos = f_hdma_out_get_pos;
|
||||
490 .loc 1 360 0
|
||||
491 029c 5191 P1 = [P2];
|
||||
BFIN GAS /tmp/ccWdrawt.s page 25
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 25
|
||||
|
||||
|
||||
492 .LVL24:
|
||||
@ -1498,7 +1498,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
538 .LBE47:
|
||||
539 .LBB51:
|
||||
311:src/l502_stream.c **** sport_rdy_size = put_pos >= f_sport_in_proc_pos ?
|
||||
BFIN GAS /tmp/ccWdrawt.s page 26
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 26
|
||||
|
||||
|
||||
540 .loc 1 311 0
|
||||
@ -1558,7 +1558,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
585 .LBB52:
|
||||
340:src/l502_stream.c **** hdma_rdy_size = put_pos >= f_hdma_out_proc_pos ?
|
||||
586 .loc 1 340 0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 27
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 27
|
||||
|
||||
|
||||
587 0334 0A44 P2 -= P1;
|
||||
@ -1618,7 +1618,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
632 .loc 1 327 0
|
||||
633 0374 40E10000 R0.H = _f_overflow_wrd;
|
||||
634 0378 00E10000 R0.L = _f_overflow_wrd;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 28
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 28
|
||||
|
||||
|
||||
635 037c 0960 R1 = 1 (X);
|
||||
@ -1678,7 +1678,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
682 03b8 4AE10000 P2.H = _f_hdma_out_put_pos;
|
||||
683 03bc 0AE12000 P2.L = _f_hdma_out_put_pos;
|
||||
684 03c0 1093 [P2] = R0;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 29
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 29
|
||||
|
||||
|
||||
685 03c2 1091 R0 = [P2];
|
||||
@ -1738,7 +1738,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
730 .align 4
|
||||
731 .global _l502_stream_init;
|
||||
732 .type _l502_stream_init, STT_FUNC;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 30
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 30
|
||||
|
||||
|
||||
733 _l502_stream_init:
|
||||
@ -1798,7 +1798,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
291:src/l502_stream.c **** }
|
||||
776 .loc 1 291 0
|
||||
777 0448 BC05 ( r7:7, p5:4 ) = [sp++];
|
||||
BFIN GAS /tmp/ccWdrawt.s page 31
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 31
|
||||
|
||||
|
||||
778
|
||||
@ -1858,7 +1858,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
824 0484 1097 W [P2] = R0;
|
||||
530:src/l502_stream.c **** *pDMA3_CONFIG =0; //&= ~DMAEN;
|
||||
825 .loc 1 530 0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 32
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 32
|
||||
|
||||
|
||||
826 0486 4AE1C0FF P2.H = 65472;
|
||||
@ -1918,7 +1918,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
869 .LFE23:
|
||||
870 .size _streams_stop, .-_streams_stop
|
||||
871 04d2 0000 .align 4
|
||||
BFIN GAS /tmp/ccWdrawt.s page 33
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 33
|
||||
|
||||
|
||||
872 .global _isr_sport_dma_rx;
|
||||
@ -1978,7 +1978,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
920 04fe 5501 [--SP] = M1;
|
||||
921 .LCFI45:
|
||||
922 0500 5601 [--SP] = M2;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 34
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 34
|
||||
|
||||
|
||||
923 .LCFI46:
|
||||
@ -2038,7 +2038,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
964 0542 0350 R0 = R3 + R0;
|
||||
965 0544 0893 [P1] = R0;
|
||||
966 .loc 1 547 0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 35
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 35
|
||||
|
||||
|
||||
967 0546 0891 R0 = [P1];
|
||||
@ -2098,7 +2098,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1002 0586 23012201 A1.w = [SP++]; A1.x = [SP++];
|
||||
1003 058a 21012001 A0.w = [SP++]; A0.x = [SP++];
|
||||
1004 058e 1701 M3 = [SP++];
|
||||
BFIN GAS /tmp/ccWdrawt.s page 36
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 36
|
||||
|
||||
|
||||
1005 0590 1601 M2 = [SP++];
|
||||
@ -2158,7 +2158,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1056 05dc FFE312FD call _fpga_reg_write;
|
||||
1057 .LVL54:
|
||||
1058 .LBB83:
|
||||
BFIN GAS /tmp/ccWdrawt.s page 37
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 37
|
||||
|
||||
|
||||
1059 .LBB84:
|
||||
@ -2218,7 +2218,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1108 .LFB21:
|
||||
188:src/l502_stream.c **** int32_t stream_disable(uint32_t streams) {
|
||||
1109 .loc 1 188 0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 38
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 38
|
||||
|
||||
|
||||
1110 .LVL55:
|
||||
@ -2278,7 +2278,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1154 064c 0806 if !cc R1 = R0;
|
||||
166:src/l502_stream.c **** fpga_reg_write(L502_REGS_IOARITH_IN_STREAM_ENABLE, wrd_en);
|
||||
1155 .loc 1 166 0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 39
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 39
|
||||
|
||||
|
||||
1156 064e 20E11904 R0 = 1049 (X);
|
||||
@ -2338,7 +2338,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1203 0684 FD05 [--sp] = ( r7:7, p5:5 );
|
||||
1204
|
||||
1205 .LCFI56:
|
||||
BFIN GAS /tmp/ccWdrawt.s page 40
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 40
|
||||
|
||||
|
||||
179:src/l502_stream.c **** f_set_streams(g_streams | streams);
|
||||
@ -2398,7 +2398,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1249 .LVL62:
|
||||
171:src/l502_stream.c **** g_streams = streams;
|
||||
1250 .loc 1 171 0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 41
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 41
|
||||
|
||||
|
||||
1251 06b8 2F93 [P5] = R7;
|
||||
@ -2458,7 +2458,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
205:src/l502_stream.c **** int32_t streams_start(void) {
|
||||
1298 .loc 1 205 0
|
||||
1299 06ea 00E80300 LINK 12;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 42
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 42
|
||||
|
||||
|
||||
1300 .LCFI60:
|
||||
@ -2518,7 +2518,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1344 .loc 1 151 0
|
||||
1345 073c 1891 R0 = [P3];
|
||||
1346 .LBE122:
|
||||
BFIN GAS /tmp/ccWdrawt.s page 43
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 43
|
||||
|
||||
|
||||
1347 .LBE118:
|
||||
@ -2578,7 +2578,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
251:src/l502_stream.c **** fpga_reg_write(L502_REGS_IOHARD_PRELOAD_ADC, 1);
|
||||
1390 .loc 1 251 0
|
||||
1391 076e 20E10C03 R0 = 780 (X);
|
||||
BFIN GAS /tmp/ccWdrawt.s page 44
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 44
|
||||
|
||||
|
||||
1392 0772 0960 R1 = 1 (X);
|
||||
@ -2638,7 +2638,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1434 .loc 1 235 0
|
||||
1435 07b8 2091 R0 = [P4];
|
||||
1436 07ba 080C cc =R0==1;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 45
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 45
|
||||
|
||||
|
||||
1437 07bc D417 if !cc jump .L83 (bp);
|
||||
@ -2698,7 +2698,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1485 .LBB137:
|
||||
487:src/l502_stream.c **** dummy = *pSPORT0_RX16;
|
||||
1486 .loc 1 487 0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 46
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 46
|
||||
|
||||
|
||||
1487 0806 49E1C0FF P1.H = 65472;
|
||||
@ -2758,7 +2758,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
496:src/l502_stream.c **** *pDMA3_Y_COUNT = f_sport_in_buf_size/f_sport_in_block_size;;
|
||||
1535 .loc 1 496 0
|
||||
1536 085e 4AE10000 P2.H = _f_sport_in_buf_size;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 47
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 47
|
||||
|
||||
|
||||
1537 0862 0AE10800 P2.L = _f_sport_in_buf_size;
|
||||
@ -2818,7 +2818,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1580 .loc 1 510 0
|
||||
1581 08b0 4AE10000 P2.H = _f_bf_reg;
|
||||
1582 08b4 0AE11800 P2.L = _f_bf_reg;
|
||||
BFIN GAS /tmp/ccWdrawt.s page 48
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 48
|
||||
|
||||
|
||||
1583 08b8 1191 R1 = [P2];
|
||||
@ -2878,7 +2878,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1628 .LBE142:
|
||||
1629 .LFE22:
|
||||
1630 .size _streams_start, .-_streams_start
|
||||
BFIN GAS /tmp/ccWdrawt.s page 49
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 49
|
||||
|
||||
|
||||
1631 .global _g_stream_in_state;
|
||||
@ -2938,7 +2938,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1685 .type _f_overflow_wrd, @object
|
||||
1686 .size _f_overflow_wrd, 4
|
||||
1687 _f_overflow_wrd:
|
||||
BFIN GAS /tmp/ccWdrawt.s page 50
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 50
|
||||
|
||||
|
||||
1688 0000 00000101 .long 16842752
|
||||
@ -2988,9 +2988,9 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1716 .global _AVG_buff;
|
||||
1717 .align 4
|
||||
1718 .type _AVG_buff, @object
|
||||
1719 .size _AVG_buff, 4000
|
||||
1719 .size _AVG_buff, 8000
|
||||
1720 _AVG_buff:
|
||||
1721 c13880 00000000 .zero 4000
|
||||
1721 c13880 00000000 .zero 8000
|
||||
1721 00000000
|
||||
1721 00000000
|
||||
1721 00000000
|
||||
@ -2998,7 +2998,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1722 .section .debug_frame,"",@progbits
|
||||
1723 .Lframe0:
|
||||
1724 0000 0C000000 .4byte .LECIE0-.LSCIE0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 51
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 51
|
||||
|
||||
|
||||
1725 .LSCIE0:
|
||||
@ -3058,7 +3058,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1779 0051 0C .byte 0xc
|
||||
1780 0052 0F .uleb128 0xf
|
||||
1781 0053 08 .uleb128 0x8
|
||||
BFIN GAS /tmp/ccWdrawt.s page 52
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 52
|
||||
|
||||
|
||||
1782 0054 8F .byte 0x8f
|
||||
@ -3118,7 +3118,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1836 00a1 0C .byte 0xc
|
||||
1837 00a2 0F .uleb128 0xf
|
||||
1838 00a3 08 .uleb128 0x8
|
||||
BFIN GAS /tmp/ccWdrawt.s page 53
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 53
|
||||
|
||||
|
||||
1839 00a4 8F .byte 0x8f
|
||||
@ -3178,7 +3178,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1893 00e7 A3 .byte 0xa3
|
||||
1894 00e8 04 .uleb128 0x4
|
||||
1895 00e9 000000 .align 4
|
||||
BFIN GAS /tmp/ccWdrawt.s page 54
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 54
|
||||
|
||||
|
||||
1896 .LEFDE14:
|
||||
@ -3238,7 +3238,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
1950 0138 03 .uleb128 0x3
|
||||
1951 0139 8C .byte 0x8c
|
||||
1952 013a 02 .uleb128 0x2
|
||||
BFIN GAS /tmp/ccWdrawt.s page 55
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 55
|
||||
|
||||
|
||||
1953 013b 87 .byte 0x87
|
||||
@ -3298,7 +3298,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2007 0172 58 .uleb128 0x58
|
||||
2008 0173 42 .byte 0x4
|
||||
2009 .4byte .LCFI33-.LCFI32
|
||||
BFIN GAS /tmp/ccWdrawt.s page 56
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 56
|
||||
|
||||
|
||||
2010 0174 0E .byte 0xe
|
||||
@ -3358,7 +3358,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2064 01a2 42 .byte 0x4
|
||||
2065 .4byte .LCFI47-.LCFI46
|
||||
2066 01a3 0E .byte 0xe
|
||||
BFIN GAS /tmp/ccWdrawt.s page 57
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 57
|
||||
|
||||
|
||||
2067 01a4 9401 .uleb128 0x94
|
||||
@ -3418,7 +3418,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2121 01db 0E .uleb128 0xe
|
||||
2122 01dc 85 .byte 0x85
|
||||
2123 01dd 0D .uleb128 0xd
|
||||
BFIN GAS /tmp/ccWdrawt.s page 58
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 58
|
||||
|
||||
|
||||
2124 01de 84 .byte 0x84
|
||||
@ -3478,7 +3478,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2178 .4byte .LCFI53-.LFB21
|
||||
2179 021d 0E .byte 0xe
|
||||
2180 021e 08 .uleb128 0x8
|
||||
BFIN GAS /tmp/ccWdrawt.s page 59
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 59
|
||||
|
||||
|
||||
2181 021f 8D .byte 0x8d
|
||||
@ -3538,7 +3538,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2235 0263 8B .byte 0x8b
|
||||
2236 0264 03 .uleb128 0x3
|
||||
2237 0265 87 .byte 0x87
|
||||
BFIN GAS /tmp/ccWdrawt.s page 60
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 60
|
||||
|
||||
|
||||
2238 0266 02 .uleb128 0x2
|
||||
@ -3598,7 +3598,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2292 005f 50000000 .4byte .LFE26-.Ltext0
|
||||
2293 0063 0200 .2byte 0x2
|
||||
2294 0065 7F .byte 0x7f
|
||||
BFIN GAS /tmp/ccWdrawt.s page 61
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 61
|
||||
|
||||
|
||||
2295 0066 08 .sleb128 8
|
||||
@ -3658,7 +3658,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2349 00f8 0200 .2byte 0x2
|
||||
2350 00fa 7F .byte 0x7f
|
||||
2351 00fb 08 .sleb128 8
|
||||
BFIN GAS /tmp/ccWdrawt.s page 62
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 62
|
||||
|
||||
|
||||
2352 00fc 00000000 .4byte 0x0
|
||||
@ -3718,7 +3718,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2406 018c 7E .byte 0x7e
|
||||
2407 018d 08 .sleb128 8
|
||||
2408 018e 2A010000 .4byte .LCFI10-.Ltext0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 63
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 63
|
||||
|
||||
|
||||
2409 0192 08020000 .4byte .LFE30-.Ltext0
|
||||
@ -3778,7 +3778,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2463 021f 58020000 .4byte .LVL17-.Ltext0
|
||||
2464 0223 60020000 .4byte .LVL19-.Ltext0
|
||||
2465 0227 0100 .2byte 0x1
|
||||
BFIN GAS /tmp/ccWdrawt.s page 64
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 64
|
||||
|
||||
|
||||
2466 0229 5A .byte 0x5a
|
||||
@ -3838,7 +3838,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2520 02bb 7F .byte 0x7f
|
||||
2521 02bc 10 .sleb128 16
|
||||
2522 02bd 00000000 .4byte 0x0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 65
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 65
|
||||
|
||||
|
||||
2523 02c1 00000000 .4byte 0x0
|
||||
@ -3898,7 +3898,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2577 034f D6040000 .4byte .LCFI24-.Ltext0
|
||||
2578 0353 0100 .2byte 0x1
|
||||
2579 0355 5E .byte 0x5e
|
||||
BFIN GAS /tmp/ccWdrawt.s page 66
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 66
|
||||
|
||||
|
||||
2580 0356 D6040000 .4byte .LCFI24-.Ltext0
|
||||
@ -3958,7 +3958,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2634 03dc E000 .sleb128 96
|
||||
2635 03de EC040000 .4byte .LCFI35-.Ltext0
|
||||
2636 03e2 EE040000 .4byte .LCFI36-.Ltext0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 67
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 67
|
||||
|
||||
|
||||
2637 03e6 0300 .2byte 0x3
|
||||
@ -4018,7 +4018,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2691 0471 04050000 .4byte .LCFI47-.Ltext0
|
||||
2692 0475 0300 .2byte 0x3
|
||||
2693 0477 7E .byte 0x7e
|
||||
BFIN GAS /tmp/ccWdrawt.s page 68
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 68
|
||||
|
||||
|
||||
2694 0478 9001 .sleb128 144
|
||||
@ -4078,7 +4078,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2748 0509 5E .byte 0x5e
|
||||
2749 050a 22060000 .4byte .LCFI53-.Ltext0
|
||||
2750 050e 3E060000 .4byte .LCFI54-.Ltext0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 69
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 69
|
||||
|
||||
|
||||
2751 0512 0200 .2byte 0x2
|
||||
@ -4138,7 +4138,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2805 059d 00000000 .4byte 0x0
|
||||
2806 .LLST34:
|
||||
2807 05a1 E4060000 .4byte .LFB22-.Ltext0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 70
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 70
|
||||
|
||||
|
||||
2808 05a5 E6060000 .4byte .LCFI59-.Ltext0
|
||||
@ -4198,7 +4198,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2862 002c 02 .uleb128 0x2
|
||||
2863 002d 01 .byte 0x1
|
||||
2864 002e 08 .byte 0x8
|
||||
BFIN GAS /tmp/ccWdrawt.s page 71
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 71
|
||||
|
||||
|
||||
2865 002f 08030000 .4byte .LASF1
|
||||
@ -4258,7 +4258,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2919 008f D9000000 .4byte 0xd9
|
||||
2920 0093 07 .uleb128 0x7
|
||||
2921 0094 8C050000 .4byte .LASF12
|
||||
BFIN GAS /tmp/ccWdrawt.s page 72
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 72
|
||||
|
||||
|
||||
2922 0098 00 .sleb128 0
|
||||
@ -4318,7 +4318,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
2976 0107 02 .sleb128 2
|
||||
2977 0108 07 .uleb128 0x7
|
||||
2978 0109 FC000000 .4byte .LASF27
|
||||
BFIN GAS /tmp/ccWdrawt.s page 73
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 73
|
||||
|
||||
|
||||
2979 010d 10 .sleb128 16
|
||||
@ -4378,7 +4378,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3033 0175 07 .uleb128 0x7
|
||||
3034 0176 22060000 .4byte .LASF41
|
||||
3035 017a 04 .sleb128 4
|
||||
BFIN GAS /tmp/ccWdrawt.s page 74
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 74
|
||||
|
||||
|
||||
3036 017b 00 .byte 0x0
|
||||
@ -4438,7 +4438,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3090 01f5 9401 .2byte 0x194
|
||||
3091 01f7 53000000 .4byte 0x53
|
||||
3092 01fb 6F000000 .4byte .LLST4
|
||||
BFIN GAS /tmp/ccWdrawt.s page 75
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 75
|
||||
|
||||
|
||||
3093 01ff 0D .uleb128 0xd
|
||||
@ -4498,7 +4498,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3147 0280 CC01 .2byte 0x1cc
|
||||
3148 0282 01 .byte 0x1
|
||||
3149 0283 41000000 .4byte 0x41
|
||||
BFIN GAS /tmp/ccWdrawt.s page 76
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 76
|
||||
|
||||
|
||||
3150 0287 84000000 .4byte .LFB29
|
||||
@ -4558,7 +4558,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3204 030b 13 .uleb128 0x13
|
||||
3205 030c 13 .uleb128 0x13
|
||||
3206 030d 13 .uleb128 0x13
|
||||
BFIN GAS /tmp/ccWdrawt.s page 77
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 77
|
||||
|
||||
|
||||
3207 030e 16 .uleb128 0x16
|
||||
@ -4618,7 +4618,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3261 039b 01020000 .4byte .LLST16
|
||||
3262 039f 18 .uleb128 0x18
|
||||
3263 03a0 00030000 .4byte .LBB46
|
||||
BFIN GAS /tmp/ccWdrawt.s page 78
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 78
|
||||
|
||||
|
||||
3264 03a4 34030000 .4byte .LBE46
|
||||
@ -4678,7 +4678,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3318 041e 98030000 .4byte .LFB18
|
||||
3319 0422 0C040000 .4byte .LFE18
|
||||
3320 0426 9A020000 .4byte .LLST20
|
||||
BFIN GAS /tmp/ccWdrawt.s page 79
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 79
|
||||
|
||||
|
||||
3321 042a 3E040000 .4byte 0x43e
|
||||
@ -4738,7 +4738,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3375 04b0 01 .byte 0x1
|
||||
3376 04b1 DD020000 .4byte .LASF61
|
||||
3377 04b5 01 .byte 0x1
|
||||
BFIN GAS /tmp/ccWdrawt.s page 80
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 80
|
||||
|
||||
|
||||
3378 04b6 1B02 .2byte 0x21b
|
||||
@ -4798,7 +4798,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3432 053a 55050000 .4byte 0x555
|
||||
3433 053e 23 .uleb128 0x23
|
||||
3434 053f A3000000 .4byte .LASF65
|
||||
BFIN GAS /tmp/ccWdrawt.s page 81
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 81
|
||||
|
||||
|
||||
3435 0543 01 .byte 0x1
|
||||
@ -4858,7 +4858,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3489 05c4 A3000000 .4byte .LASF65
|
||||
3490 05c8 01 .byte 0x1
|
||||
3491 05c9 B2 .byte 0xb2
|
||||
BFIN GAS /tmp/ccWdrawt.s page 82
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 82
|
||||
|
||||
|
||||
3492 05ca 53000000 .4byte 0x53
|
||||
@ -4918,7 +4918,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3546 0654 01 .byte 0x1
|
||||
3547 0655 D6 .byte 0xd6
|
||||
3548 0656 15 .uleb128 0x15
|
||||
BFIN GAS /tmp/ccWdrawt.s page 83
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 83
|
||||
|
||||
|
||||
3549 0657 87010000 .4byte 0x187
|
||||
@ -4978,7 +4978,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3603 06d8 2A .uleb128 0x2a
|
||||
3604 06d9 1D030000 .4byte .LASF71
|
||||
3605 06dd 01 .byte 0x1
|
||||
BFIN GAS /tmp/ccWdrawt.s page 84
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 84
|
||||
|
||||
|
||||
3606 06de 44 .byte 0x44
|
||||
@ -5038,7 +5038,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3660 0756 2E .uleb128 0x2e
|
||||
3661 0757 32070000 .4byte 0x732
|
||||
3662 075b 2A .uleb128 0x2a
|
||||
BFIN GAS /tmp/ccWdrawt.s page 85
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 85
|
||||
|
||||
|
||||
3663 075c 0F060000 .4byte .LASF77
|
||||
@ -5098,7 +5098,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3717 07cf 03 .byte 0x3
|
||||
3718 07d0 00000000 .4byte _g_stream_in_state
|
||||
3719 07d4 30 .uleb128 0x30
|
||||
BFIN GAS /tmp/ccWdrawt.s page 86
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 86
|
||||
|
||||
|
||||
3720 07d5 B2030000 .4byte .LASF84
|
||||
@ -5158,7 +5158,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3774 0845 409CC000 .4byte _TX_buff_shadow
|
||||
3775 0849 2E .uleb128 0x2e
|
||||
3776 084a 0F080000 .4byte 0x80f
|
||||
BFIN GAS /tmp/ccWdrawt.s page 87
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 87
|
||||
|
||||
|
||||
3777 084e 2C .uleb128 0x2c
|
||||
@ -5166,7 +5166,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3779 0853 5F080000 .4byte 0x85f
|
||||
3780 0857 31 .uleb128 0x31
|
||||
3781 0858 81000000 .4byte 0x81
|
||||
3782 085c E703 .2byte 0x3e7
|
||||
3782 085c CF07 .2byte 0x7cf
|
||||
3783 085e 00 .byte 0x0
|
||||
3784 085f 30 .uleb128 0x30
|
||||
3785 0860 3F060000 .4byte .LASF89
|
||||
@ -5218,7 +5218,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3831 0022 0E .uleb128 0xe
|
||||
3832 0023 3A .uleb128 0x3a
|
||||
3833 0024 0B .uleb128 0xb
|
||||
BFIN GAS /tmp/ccWdrawt.s page 88
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 88
|
||||
|
||||
|
||||
3834 0025 3B .uleb128 0x3b
|
||||
@ -5278,7 +5278,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3888 005b 0B .uleb128 0xb
|
||||
3889 005c 3B .uleb128 0x3b
|
||||
3890 005d 05 .uleb128 0x5
|
||||
BFIN GAS /tmp/ccWdrawt.s page 89
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 89
|
||||
|
||||
|
||||
3891 005e 27 .uleb128 0x27
|
||||
@ -5338,7 +5338,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
3945 0094 13 .uleb128 0x13
|
||||
3946 0095 02 .uleb128 0x2
|
||||
3947 0096 06 .uleb128 0x6
|
||||
BFIN GAS /tmp/ccWdrawt.s page 90
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 90
|
||||
|
||||
|
||||
3948 0097 00 .byte 0x0
|
||||
@ -5398,7 +5398,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4002 00cd 49 .uleb128 0x49
|
||||
4003 00ce 13 .uleb128 0x13
|
||||
4004 00cf 11 .uleb128 0x11
|
||||
BFIN GAS /tmp/ccWdrawt.s page 91
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 91
|
||||
|
||||
|
||||
4005 00d0 01 .uleb128 0x1
|
||||
@ -5458,7 +5458,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4059 0106 3B .uleb128 0x3b
|
||||
4060 0107 05 .uleb128 0x5
|
||||
4061 0108 27 .uleb128 0x27
|
||||
BFIN GAS /tmp/ccWdrawt.s page 92
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 92
|
||||
|
||||
|
||||
4062 0109 0C .uleb128 0xc
|
||||
@ -5518,7 +5518,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4116 013f 01 .uleb128 0x1
|
||||
4117 0140 13 .uleb128 0x13
|
||||
4118 0141 00 .byte 0x0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 93
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 93
|
||||
|
||||
|
||||
4119 0142 00 .byte 0x0
|
||||
@ -5578,7 +5578,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4173 0178 34 .uleb128 0x34
|
||||
4174 0179 00 .byte 0x0
|
||||
4175 017a 03 .uleb128 0x3
|
||||
BFIN GAS /tmp/ccWdrawt.s page 94
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 94
|
||||
|
||||
|
||||
4176 017b 08 .uleb128 0x8
|
||||
@ -5638,7 +5638,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4230 01b1 58 .uleb128 0x58
|
||||
4231 01b2 0B .uleb128 0xb
|
||||
4232 01b3 59 .uleb128 0x59
|
||||
BFIN GAS /tmp/ccWdrawt.s page 95
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 95
|
||||
|
||||
|
||||
4233 01b4 05 .uleb128 0x5
|
||||
@ -5698,7 +5698,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4287 01ea 0E .uleb128 0xe
|
||||
4288 01eb 3A .uleb128 0x3a
|
||||
4289 01ec 0B .uleb128 0xb
|
||||
BFIN GAS /tmp/ccWdrawt.s page 96
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 96
|
||||
|
||||
|
||||
4290 01ed 3B .uleb128 0x3b
|
||||
@ -5758,7 +5758,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4344 0223 00 .byte 0x0
|
||||
4345 0224 00 .byte 0x0
|
||||
4346 0225 28 .uleb128 0x28
|
||||
BFIN GAS /tmp/ccWdrawt.s page 97
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 97
|
||||
|
||||
|
||||
4347 0226 34 .uleb128 0x34
|
||||
@ -5818,7 +5818,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4401 025c 2D .uleb128 0x2d
|
||||
4402 025d 21 .uleb128 0x21
|
||||
4403 025e 00 .byte 0x0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 98
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 98
|
||||
|
||||
|
||||
4404 025f 49 .uleb128 0x49
|
||||
@ -5878,7 +5878,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4458 0295 00 .byte 0x0
|
||||
4459 .section .debug_pubnames,"",@progbits
|
||||
4460 0000 B4010000 .4byte 0x1b4
|
||||
BFIN GAS /tmp/ccWdrawt.s page 99
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 99
|
||||
|
||||
|
||||
4461 0004 0200 .2byte 0x2
|
||||
@ -5938,7 +5938,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4483 5F737472
|
||||
4483 65616D5F
|
||||
4483 696E6974
|
||||
BFIN GAS /tmp/ccWdrawt.s page 100
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 100
|
||||
|
||||
|
||||
4483 00
|
||||
@ -5998,7 +5998,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4506 01a7 5F080000 .4byte 0x85f
|
||||
4507 01ab 4156475F .string "AVG_buff"
|
||||
4507 62756666
|
||||
BFIN GAS /tmp/ccWdrawt.s page 101
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 101
|
||||
|
||||
|
||||
4507 00
|
||||
@ -6058,7 +6058,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4561 0098 3E060000 .4byte .LBB96-.Ltext0
|
||||
4562 009c 58060000 .4byte .LBE96-.Ltext0
|
||||
4563 00a0 34060000 .4byte .LBB95-.Ltext0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 102
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 102
|
||||
|
||||
|
||||
4564 00a4 3A060000 .4byte .LBE95-.Ltext0
|
||||
@ -6118,7 +6118,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4618 017c E0080000 .4byte .LBE119-.Ltext0
|
||||
4619 0180 D6080000 .4byte .LBB124-.Ltext0
|
||||
4620 0184 D8080000 .4byte .LBE124-.Ltext0
|
||||
BFIN GAS /tmp/ccWdrawt.s page 103
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 103
|
||||
|
||||
|
||||
4621 0188 D8070000 .4byte .LBB120-.Ltext0
|
||||
@ -6178,7 +6178,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4647 73746172
|
||||
4647 7400
|
||||
4648 .LASF65:
|
||||
BFIN GAS /tmp/ccWdrawt.s page 104
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 104
|
||||
|
||||
|
||||
4649 00a3 73747265 .string "streams"
|
||||
@ -6238,7 +6238,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4671 7420696E
|
||||
4671 7400
|
||||
4672 .LASF19:
|
||||
BFIN GAS /tmp/ccWdrawt.s page 105
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 105
|
||||
|
||||
|
||||
4673 0147 4C353032 .string "L502_BF_ERR_STREAM_STOPPED"
|
||||
@ -6298,7 +6298,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4693 75666600
|
||||
4694 .LASF52:
|
||||
4695 01fb 73706F72 .string "sport_rx_stop"
|
||||
BFIN GAS /tmp/ccWdrawt.s page 106
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 106
|
||||
|
||||
|
||||
4695 745F7278
|
||||
@ -6358,7 +6358,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4717 02a2 73747265 .string "stream_out_buf_free"
|
||||
4717 616D5F6F
|
||||
4717 75745F62
|
||||
BFIN GAS /tmp/ccWdrawt.s page 107
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 107
|
||||
|
||||
|
||||
4717 75665F66
|
||||
@ -6418,7 +6418,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4739 0352 4C353032 .string "L502_STREAM_DOUT"
|
||||
4739 5F535452
|
||||
4739 45414D5F
|
||||
BFIN GAS /tmp/ccWdrawt.s page 108
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 108
|
||||
|
||||
|
||||
4739 444F5554
|
||||
@ -6478,7 +6478,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4760 .LASF16:
|
||||
4761 0406 4C353032 .string "L502_BF_ERR_INVALID_CMD_PARAMS"
|
||||
4761 5F42465F
|
||||
BFIN GAS /tmp/ccWdrawt.s page 109
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 109
|
||||
|
||||
|
||||
4761 4552525F
|
||||
@ -6538,7 +6538,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4783 04bf 7772645F .string "wrd_en"
|
||||
4783 656E00
|
||||
4784 .LASF92:
|
||||
BFIN GAS /tmp/ccWdrawt.s page 110
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 110
|
||||
|
||||
|
||||
4785 04c6 2F686F6D .string "/home/feda/MIPT/RadioPhotonic_Subserface_radar/ADC_computing/BFfirmware_0"
|
||||
@ -6598,7 +6598,7 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4803 705F7369
|
||||
4804 .LASF94:
|
||||
4805 05b7 6C353032 .string "l502_stream_init"
|
||||
BFIN GAS /tmp/ccWdrawt.s page 111
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 111
|
||||
|
||||
|
||||
4805 5F737472
|
||||
@ -6649,48 +6649,48 @@ BFIN GAS /tmp/ccWdrawt.s page 1
|
||||
4821 62756666
|
||||
4821 00
|
||||
4822 .ident "GCC: (ADI-2014R1-RC2) 4.3.5"
|
||||
BFIN GAS /tmp/ccWdrawt.s page 112
|
||||
BFIN GAS /tmp/ccJSpSNa.s page 112
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:0000000000000000 src/l502_stream.c
|
||||
/tmp/ccWdrawt.s:13 .text:0000000000000000 _stream_in_buf_free
|
||||
/tmp/ccWdrawt.s:1670 .bss:0000000000000010 _f_sport_in_get_pos
|
||||
/tmp/ccWdrawt.s:1667 .data:0000000000000008 _f_sport_in_buf_size
|
||||
/tmp/ccWdrawt.s:49 .text:0000000000000028 _stream_out_buf_free
|
||||
/tmp/ccWdrawt.s:1680 .bss:0000000000000024 _f_hdma_out_get_pos
|
||||
/tmp/ccWdrawt.s:86 .text:0000000000000050 _hdma_recv_done
|
||||
/tmp/ccWdrawt.s:1678 .bss:0000000000000020 _f_hdma_out_put_pos
|
||||
/tmp/ccWdrawt.s:118 .text:0000000000000074 _sport_in_buffer_size
|
||||
/tmp/ccWdrawt.s:134 .text:0000000000000084 _sport_in_set_step_size
|
||||
/tmp/ccWdrawt.s:1662 .data:0000000000000004 _f_sport_in_block_size
|
||||
/tmp/ccWdrawt.s:193 .text:00000000000000d4 _sport_rx_stop
|
||||
/tmp/ccWdrawt.s:1674 .bss:0000000000000018 _f_bf_reg
|
||||
/tmp/ccWdrawt.s:246 .text:0000000000000120 _sport_rx_start
|
||||
/tmp/ccWdrawt.s:1676 .bss:000000000000001c _dummy.2442
|
||||
/tmp/ccWdrawt.s:1693 .sdram_noinit:0000000000000000 _f_sport_in_buf
|
||||
/tmp/ccWdrawt.s:384 .text:0000000000000208 _stream_proc
|
||||
/tmp/ccWdrawt.s:1636 .bss:0000000000000000 _g_stream_in_state
|
||||
/tmp/ccWdrawt.s:1658 .bss:000000000000000c _f_sport_in_put_pos
|
||||
/tmp/ccWdrawt.s:1682 .bss:0000000000000028 _f_sport_in_proc_pos
|
||||
/tmp/ccWdrawt.s:1642 .bss:0000000000000004 _g_stream_out_state
|
||||
/tmp/ccWdrawt.s:1703 .bss:0000000000000030 _f_hdma_out_proc_pos
|
||||
/tmp/ccWdrawt.s:1701 .bss:000000000000002c _f_hdma_out_start_pos
|
||||
/tmp/ccWdrawt.s:1698 .sdram_noinit:0000000000800000 _f_hdma_out_buf
|
||||
/tmp/ccWdrawt.s:1687 .rodata:0000000000000000 _f_overflow_wrd
|
||||
/tmp/ccWdrawt.s:661 .text:0000000000000398 _stream_out_preload
|
||||
/tmp/ccWdrawt.s:733 .text:000000000000040c _l502_stream_init
|
||||
/tmp/ccWdrawt.s:755 .text:000000000000042c _streams_stop
|
||||
/tmp/ccWdrawt.s:1648 .bss:0000000000000008 _g_mode
|
||||
/tmp/ccWdrawt.s:874 .text:00000000000004d4 _isr_sport_dma_rx
|
||||
/tmp/ccWdrawt.s:1672 .bss:0000000000000014 _f_recv_size
|
||||
/tmp/ccWdrawt.s:1107 .text:0000000000000620 _stream_disable
|
||||
/tmp/ccWdrawt.s:1655 .data:0000000000000000 _g_streams
|
||||
/tmp/ccWdrawt.s:1199 .text:0000000000000684 _stream_enable
|
||||
/tmp/ccWdrawt.s:1290 .text:00000000000006e4 _streams_start
|
||||
/tmp/ccWdrawt.s:1708 .sdram_noinit:0000000000c00000 _TX_buff
|
||||
/tmp/ccWdrawt.s:1714 .sdram_noinit:0000000000c09c40 _TX_buff_shadow
|
||||
/tmp/ccWdrawt.s:1720 .sdram_noinit:0000000000c13880 _AVG_buff
|
||||
/tmp/ccJSpSNa.s:13 .text:0000000000000000 _stream_in_buf_free
|
||||
/tmp/ccJSpSNa.s:1670 .bss:0000000000000010 _f_sport_in_get_pos
|
||||
/tmp/ccJSpSNa.s:1667 .data:0000000000000008 _f_sport_in_buf_size
|
||||
/tmp/ccJSpSNa.s:49 .text:0000000000000028 _stream_out_buf_free
|
||||
/tmp/ccJSpSNa.s:1680 .bss:0000000000000024 _f_hdma_out_get_pos
|
||||
/tmp/ccJSpSNa.s:86 .text:0000000000000050 _hdma_recv_done
|
||||
/tmp/ccJSpSNa.s:1678 .bss:0000000000000020 _f_hdma_out_put_pos
|
||||
/tmp/ccJSpSNa.s:118 .text:0000000000000074 _sport_in_buffer_size
|
||||
/tmp/ccJSpSNa.s:134 .text:0000000000000084 _sport_in_set_step_size
|
||||
/tmp/ccJSpSNa.s:1662 .data:0000000000000004 _f_sport_in_block_size
|
||||
/tmp/ccJSpSNa.s:193 .text:00000000000000d4 _sport_rx_stop
|
||||
/tmp/ccJSpSNa.s:1674 .bss:0000000000000018 _f_bf_reg
|
||||
/tmp/ccJSpSNa.s:246 .text:0000000000000120 _sport_rx_start
|
||||
/tmp/ccJSpSNa.s:1676 .bss:000000000000001c _dummy.2442
|
||||
/tmp/ccJSpSNa.s:1693 .sdram_noinit:0000000000000000 _f_sport_in_buf
|
||||
/tmp/ccJSpSNa.s:384 .text:0000000000000208 _stream_proc
|
||||
/tmp/ccJSpSNa.s:1636 .bss:0000000000000000 _g_stream_in_state
|
||||
/tmp/ccJSpSNa.s:1658 .bss:000000000000000c _f_sport_in_put_pos
|
||||
/tmp/ccJSpSNa.s:1682 .bss:0000000000000028 _f_sport_in_proc_pos
|
||||
/tmp/ccJSpSNa.s:1642 .bss:0000000000000004 _g_stream_out_state
|
||||
/tmp/ccJSpSNa.s:1703 .bss:0000000000000030 _f_hdma_out_proc_pos
|
||||
/tmp/ccJSpSNa.s:1701 .bss:000000000000002c _f_hdma_out_start_pos
|
||||
/tmp/ccJSpSNa.s:1698 .sdram_noinit:0000000000800000 _f_hdma_out_buf
|
||||
/tmp/ccJSpSNa.s:1687 .rodata:0000000000000000 _f_overflow_wrd
|
||||
/tmp/ccJSpSNa.s:661 .text:0000000000000398 _stream_out_preload
|
||||
/tmp/ccJSpSNa.s:733 .text:000000000000040c _l502_stream_init
|
||||
/tmp/ccJSpSNa.s:755 .text:000000000000042c _streams_stop
|
||||
/tmp/ccJSpSNa.s:1648 .bss:0000000000000008 _g_mode
|
||||
/tmp/ccJSpSNa.s:874 .text:00000000000004d4 _isr_sport_dma_rx
|
||||
/tmp/ccJSpSNa.s:1672 .bss:0000000000000014 _f_recv_size
|
||||
/tmp/ccJSpSNa.s:1107 .text:0000000000000620 _stream_disable
|
||||
/tmp/ccJSpSNa.s:1655 .data:0000000000000000 _g_streams
|
||||
/tmp/ccJSpSNa.s:1199 .text:0000000000000684 _stream_enable
|
||||
/tmp/ccJSpSNa.s:1290 .text:00000000000006e4 _streams_start
|
||||
/tmp/ccJSpSNa.s:1708 .sdram_noinit:0000000000c00000 _TX_buff
|
||||
/tmp/ccJSpSNa.s:1714 .sdram_noinit:0000000000c09c40 _TX_buff_shadow
|
||||
/tmp/ccJSpSNa.s:1720 .sdram_noinit:0000000000c13880 _AVG_buff
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
___udivsi3
|
||||
|
||||
Reference in New Issue
Block a user