rcv_mbxを呼び出すとSpurious Interruptが発生する
以下の点はどうでしょうか。
IPENDとHWERRCAUSEから考えると、"An access was attempted to reserved or uninitialized memory."となって、違法メモリ領域へのアクセスが原因と考えられる。
EXCAUSEが0である点が腑に落ちない。しかしIPENDはHWERRだと示唆している。
bfin-elf-readelf -S jsp
の結果をみたい。
There are 24 section headers, starting at offset 0x4178c: Section Headers: [Nr] Name Type Addr Off Size ES Flg Lk Inf Al [ 0] NULL 00000000 000000 000000 00 0 0 0 [ 1] .start PROGBITS ffa00000 003000 000114 00 AX 0 0 1 [ 2] .text PROGBITS ffa00114 003114 0072f8 00 AX 0 0 4 [ 3] .init PROGBITS ffa0740c 00a40c 000058 00 AX 0 0 4 [ 4] .fini PROGBITS ffa07464 00a464 000030 00 AX 0 0 4 [ 5] .rodata PROGBITS ff800000 001000 0017bc 00 A 0 0 4 [ 6] .eh_frame PROGBITS ff8017bc 0027bc 00007c 00 A 0 0 4 [ 7] .ctors PROGBITS ff801838 002838 000008 00 WA 0 0 4 [ 8] .dtors PROGBITS ff801840 002840 000008 00 WA 0 0 4 [ 9] .data PROGBITS ff801848 002848 000050 00 WA 0 0 4 [10] .bss NOBITS ff801898 002898 003408 00 WA 0 0 4 [11] .comment PROGBITS 00000000 00a494 00001c 01 MS 0 0 1 [12] .debug_aranges PROGBITS 00000000 00a4b0 000be8 00 0 0 8 [13] .debug_pubnames PROGBITS 00000000 00b098 001d0f 00 0 0 1 [14] .debug_info PROGBITS 00000000 00cda7 017bfd 00 0 0 1 [15] .debug_abbrev PROGBITS 00000000 0249a4 008158 00 0 0 1 [16] .debug_line PROGBITS 00000000 02cafc 00670a 00 0 0 1 [17] .debug_frame PROGBITS 00000000 033208 002404 00 0 0 4 [18] .debug_str PROGBITS 00000000 03560c 003477 01 MS 0 0 1 [19] .debug_loc PROGBITS 00000000 038a83 008712 00 0 0 1 [20] .debug_ranges PROGBITS 00000000 041195 000518 00 0 0 1 [21] .shstrtab STRTAB 00000000 0416ad 0000de 00 0 0 1 [22] .symtab SYMTAB 00000000 041b4c 001fc0 10 23 199 4 [23] .strtab STRTAB 00000000 043b0c 002189 00 0 0 1 Key to Flags: W (write), A (alloc), X (execute), M (merge), S (strings) I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown) O (extra OS processing required) o (OS specific), p (processor specific)
There are 24 section headers, starting at offset 0x429f4: Section Headers: [Nr] Name Type Addr Off Size ES Flg Lk Inf Al [ 0] NULL 00000000 000000 000000 00 0 0 0 [ 1] .start PROGBITS ffa00000 003000 000114 00 AX 0 0 1 [ 2] .text PROGBITS ffa00114 003114 0077a4 00 AX 0 0 4 [ 3] .init PROGBITS ffa078b8 00a8b8 000058 00 AX 0 0 4 [ 4] .fini PROGBITS ffa07910 00a910 000030 00 AX 0 0 4 [ 5] .rodata PROGBITS ff800000 001000 0018a0 00 A 0 0 4 [ 6] .eh_frame PROGBITS ff8018a0 0028a0 00007c 00 A 0 0 4 [ 7] .ctors PROGBITS ff80191c 00291c 000008 00 WA 0 0 4 [ 8] .dtors PROGBITS ff801924 002924 000008 00 WA 0 0 4 [ 9] .data PROGBITS ff80192c 00292c 000050 00 WA 0 0 4 [10] .bss NOBITS ff80197c 00297c 004468 00 WA 0 0 4 [11] .comment PROGBITS 00000000 00a940 00001c 01 MS 0 0 1 [12] .debug_aranges PROGBITS 00000000 00a960 000c28 00 0 0 8 [13] .debug_pubnames PROGBITS 00000000 00b588 001d63 00 0 0 1 [14] .debug_info PROGBITS 00000000 00d2eb 0180bc 00 0 0 1 [15] .debug_abbrev PROGBITS 00000000 0253a7 0083b6 00 0 0 1 [16] .debug_line PROGBITS 00000000 02d75d 0069cc 00 0 0 1 [17] .debug_frame PROGBITS 00000000 03412c 0024dc 00 0 0 4 [18] .debug_str PROGBITS 00000000 036608 00354e 01 MS 0 0 1 [19] .debug_loc PROGBITS 00000000 039b56 008890 00 0 0 1 [20] .debug_ranges PROGBITS 00000000 0423e6 000530 00 0 0 1 [21] .shstrtab STRTAB 00000000 042916 0000de 00 0 0 1 [22] .symtab SYMTAB 00000000 042db4 0020c0 10 23 212 4 [23] .strtab STRTAB 00000000 044e74 002253 00 0 0 1 Key to Flags: W (write), A (alloc), X (execute), M (merge), S (strings) I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown) O (extra OS processing required) o (OS specific), p (processor specific) Spurious Interrupt !! Registers On Stack : P0 FF8059B0 RETS FFA043E0 FP 00000000 R0 0000C01F R1 0000FFFF R2 FF80583C R3 0000001F R4 FF800DB4 R5 00000000 R6 00000000 R7 FF803B98 P1 FF805928 P2 FF80583C P3 FF8057FC P4 FF805498 P5 FFA0104A I3 00000000 I2 00000000 I1 00000000 I0 00000000 M3 A91CFAAD M2 9A0FD905 M1 02C5FF58 M0 46E0FF30 B3 00000000 B2 00000000 B1 00000000 B0 00000000 L3 00000000 L2 00000000 L1 00000000 L0 00000000 A0 D0:C743CC4E A1 8F:1825708F LC1 00000000 LC0 00000000 LT1 FFA03990 LT0 FFA00034 LB1 FFA03990 LB0 FFA00035 ASTAT 00000020 RETI 00000000 System Registers : SIC_IMASK 01218000 SIC_ISR 00200000 IMASK 0000FFFF ILAT 00000000 IPEND 00008020 SEQSTAT 0000C000 EXCAUSE 00 HWERRCAUSE 03 DMA0_IRQ_STATUS 00000000 DMA1_IRQ_STATUS 00000000 DMA2_IRQ_STATUS 00000000 DMA3_IRQ_STATUS 00000000 DMA4_IRQ_STATUS 00000000 DMA5_IRQ_STATUS 00000000 DMA6_IRQ_STATUS 00000000 DMA7_IRQ_STATUS 00000000 MDMA_D0_IRQ_STATUS 00000000 MDMA_S0_IRQ_STATUS 00000000 MDMA_D1_IRQ_STATUS 00000000 MDMA_S1_IRQ_STATUS 00000000 SPI0_STAT 00000001 SPI1_STAT 00000001 TWI_SLAVE_STAT 00000000 TWI_MASTER_STAT 00000000 PPI_STATUS 00000000 SPORT0_STAT 00000040 SPORT1_STAT 00000040 TIMER_STATUS 00004004 Calling Stack : Called from FFA043E0
shintamainjp への返信
* ダンプとELFの内容が対になっていたか自信がないので再度取り直した。
余剰命令メモリが2kBくらいしかない。ハードウェア・エラーの原因ではないが、注意すべき所。
suikan への返信
以下の点はどうでしょうか。 * ログ末尾のコール・スタックからどのような関数が呼ばれて最後にどこで問題が発生したか特定できるか。 * RETIの値が0になっている。 * スプリアス割り込みを引き起こしたタスクは十分なスタックを持っているか。
bfin-elf-reader -s jsp| sort -k 2
の結果を見たい。
Calling Stack : Called from FFA043E0
47: 00000000 0 FILE LOCAL DEFAULT ABS kernel_cfg.c 154: 00000000 0 FILE LOCAL DEFAULT ABS kernel/config/blackfin/bs 156: 00000000 0 FILE LOCAL DEFAULT ABS kernel/config/blackfin/bs 75: 00000000 0 FILE LOCAL DEFAULT ABS kernel/config/blackfin/_c 79: 00000000 0 FILE LOCAL DEFAULT ABS kernel/config/blackfin/_c 80: 00000000 0 FILE LOCAL DEFAULT ABS kernel/config/blackfin/_c 118: 00000000 0 FILE LOCAL DEFAULT ABS kernel/config/blackfin/cp 121: 00000000 0 FILE LOCAL DEFAULT ABS kernel/config/blackfin/cp 209: 00000000 0 FILE LOCAL DEFAULT ABS kernel/config/blackfin/cp 25: 00000000 0 FILE LOCAL DEFAULT ABS kernel/config/blackfin/cp 73: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/banner.c 153: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/interrupt.c 143: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/mailbox.c 144: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/mailbox.c 145: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/mailbox.c 146: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/mempfix.c 147: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/mempfix.c 148: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/mempfix.c 201: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/mempfix.c 138: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/semaphore.c 139: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/semaphore.c 140: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/semaphore.c 141: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/semaphore.c 142: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/semaphore.c 72: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/startup.c 128: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/syslog.c 129: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/syslog.c 130: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/syslog.c 131: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/syslog.c 132: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/syslog.c 149: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/sys_manage. 150: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/sys_manage. 151: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/sys_manage. 152: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/sys_manage. 122: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task.c 123: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task.c 124: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task.c 125: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task.c 187: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task.c 188: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task.c 189: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task.c 190: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task.c 202: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task.c 133: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task_manage 134: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task_manage 135: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task_manage 136: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task_sync.c 137: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/task_sync.c 126: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/time_event. 127: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/time_event. 198: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/time_event. 199: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/time_event. 200: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/time_event. 203: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/time_event. 191: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/wait.c 192: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/wait.c 193: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/wait.c 194: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/wait.c 195: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/wait.c 196: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/wait.c 197: 00000000 0 FILE LOCAL DEFAULT ABS kernel/kernel/wait.c 38: 00000000 0 FILE LOCAL DEFAULT ABS kernel/library/log_output 46: 00000000 0 FILE LOCAL DEFAULT ABS kernel/library/strerror.c 45: 00000000 0 FILE LOCAL DEFAULT ABS kernel/library/t_perror.c 44: 00000000 0 FILE LOCAL DEFAULT ABS kernel/library/vasyslog.c 76: 00000000 0 FILE LOCAL DEFAULT ABS kernel/pdic/simple_sio/ua 35: 00000000 0 FILE LOCAL DEFAULT ABS kernel/systask/logtask.c 30: 00000000 0 FILE LOCAL DEFAULT ABS kernel/systask/serial.c 29: 00000000 0 FILE LOCAL DEFAULT ABS kernel/systask/timer.c 106: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/bsp_bluetank 107: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/bsp_bluetank 108: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/bsp_bluetank 157: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/cmd_bluetank 98: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/i2c_subsyste 87: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/i2s_subsyste 163: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/ntshell/ntli 164: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/ntshell/ntop 109: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/ntshell/ntsh 165: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/ntshell/ntsh 116: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/ntshell/ntst 178: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/ntshell/text 179: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/ntshell/text 180: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/ntshell/vtre 186: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/ntshell/vtse 101: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/rotenc.c 104: 00000000 0 FILE LOCAL DEFAULT ABS kernel/uzume/sgtl5000.c 204: 00000000 0 FILE LOCAL DEFAULT ABS /usr/src/packages/BUILD/b 205: 00000000 0 FILE LOCAL DEFAULT ABS /usr/src/packages/BUILD/b 206: 00000000 0 FILE LOCAL DEFAULT ABS /usr/src/packages/BUILD/b 207: 00000000 0 FILE LOCAL DEFAULT ABS /usr/src/packages/BUILD/b 208: 00000000 0 FILE LOCAL DEFAULT ABS /usr/src/packages/BUILD/b 103: 00000000 0 FILE LOCAL DEFAULT ABS uzume_callback.c 28: 00000000 0 FILE LOCAL DEFAULT ABS uzume_sample.c 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 11: 00000000 0 SECTION LOCAL DEFAULT 11 12: 00000000 0 SECTION LOCAL DEFAULT 12 13: 00000000 0 SECTION LOCAL DEFAULT 13 14: 00000000 0 SECTION LOCAL DEFAULT 14 15: 00000000 0 SECTION LOCAL DEFAULT 15 16: 00000000 0 SECTION LOCAL DEFAULT 16 17: 00000000 0 SECTION LOCAL DEFAULT 17 18: 00000000 0 SECTION LOCAL DEFAULT 18 19: 00000000 0 SECTION LOCAL DEFAULT 19 20: 00000000 0 SECTION LOCAL DEFAULT 20 5: ff800000 0 SECTION LOCAL DEFAULT 5 33: ff80018c 8 OBJECT LOCAL DEFAULT 5 _spinib_table 40: ff800230 11 OBJECT LOCAL DEFAULT 5 _raddec 41: ff80023c 17 OBJECT LOCAL DEFAULT 5 _radhex 42: ff800250 17 OBJECT LOCAL DEFAULT 5 _radHEX 249: ff800438 4 OBJECT GLOBAL DEFAULT 5 __kernel_tmax_tskid 222: ff80043c 224 OBJECT GLOBAL DEFAULT 5 __kernel_tinib_table 464: ff80051c 28 OBJECT GLOBAL DEFAULT 5 __kernel_torder_table 477: ff800538 4 OBJECT GLOBAL DEFAULT 5 __kernel_tmax_semid 472: ff80053c 72 OBJECT GLOBAL DEFAULT 5 __kernel_seminib_table 422: ff800584 4 OBJECT GLOBAL DEFAULT 5 __kernel_tmax_flgid 514: ff800588 4 OBJECT GLOBAL DEFAULT 5 __kernel_tmax_dtqid 465: ff80058c 4 OBJECT GLOBAL DEFAULT 5 __kernel_tmax_mbxid 371: ff800590 8 OBJECT GLOBAL DEFAULT 5 __kernel_mbxinib_table 386: ff800598 4 OBJECT GLOBAL DEFAULT 5 __kernel_tmax_mpfid 406: ff80059c 16 OBJECT GLOBAL DEFAULT 5 __kernel_mpfinib_table 215: ff8005ac 4 OBJECT GLOBAL DEFAULT 5 __kernel_tmax_cycid 523: ff8005b0 4 OBJECT GLOBAL DEFAULT 5 __kernel_tnum_inhno 277: ff8005b4 60 OBJECT GLOBAL DEFAULT 5 __kernel_inhinib_table 360: ff8005f0 4 OBJECT GLOBAL DEFAULT 5 __kernel_tnum_excno 255: ff8005f4 4 OBJECT GLOBAL DEFAULT 5 __checker_magic_number 74: ff8005f8 487 OBJECT LOCAL DEFAULT 5 _banner 105: ff800db4 72 OBJECT LOCAL DEFAULT 5 _sgtl5000_initdata 158: ff801124 48 OBJECT LOCAL DEFAULT 5 _cmdtbl 177: ff801180 204 OBJECT LOCAL DEFAULT 5 _action_table 182: ff801288 1000 OBJECT LOCAL DEFAULT 5 _table 184: ff801670 60 OBJECT LOCAL DEFAULT 5 _EXIT_ACTIONS 185: ff8016ac 60 OBJECT LOCAL DEFAULT 5 _ENTRY_ACTIONS 321: ff8017a0 256 OBJECT GLOBAL DEFAULT 5 ___clz_tab 6: ff8018a0 0 SECTION LOCAL DEFAULT 6 7: ff80191c 0 SECTION LOCAL DEFAULT 7 26: ff80191c 4 OBJECT LOCAL DEFAULT 7 _ctor_list_begin 211: ff801920 4 OBJECT LOCAL DEFAULT 7 _ctor_list_end 8: ff801924 0 SECTION LOCAL DEFAULT 8 27: ff801924 4 OBJECT LOCAL DEFAULT 8 _dtor_list_begin 210: ff801928 4 OBJECT LOCAL DEFAULT 8 _dtor_list_end 9: ff80192c 0 SECTION LOCAL DEFAULT 9 324: ff80192c 64 OBJECT GLOBAL DEFAULT 9 _priority_mask 390: ff80196c 8 OBJECT GLOBAL DEFAULT 9 __kernel_siopinib_table 305: ff801974 4 OBJECT GLOBAL DEFAULT 9 __kernel_enable_boot_for_ 448: ff801978 4 OBJECT GLOBAL DEFAULT 9 __kernel_exc_vector 412: ff80197c 0 NOTYPE GLOBAL DEFAULT 9 __bss_start 368: ff80197c 0 NOTYPE GLOBAL DEFAULT ABS __edata 10: ff80197c 0 SECTION LOCAL DEFAULT 10 32: ff80197c 564 OBJECT LOCAL DEFAULT 10 _spcb_table 36: ff801bb0 4 OBJECT LOCAL DEFAULT 10 _logtask_portid 48: ff801bb4 1024 OBJECT LOCAL DEFAULT 10 ___stack_MAIN_TASK 49: ff801fb4 1024 OBJECT LOCAL DEFAULT 10 ___stack_LOGTASK 50: ff8023b4 1024 OBJECT LOCAL DEFAULT 10 ___stack_CODEC_TASK 51: ff8027b4 1024 OBJECT LOCAL DEFAULT 10 ___stack_ROTENC_TASK 52: ff802bb4 2048 OBJECT LOCAL DEFAULT 10 ___stack_NTSHELL_TASK 53: ff8033b4 2048 OBJECT LOCAL DEFAULT 10 ___stack_DISPLAY_TASK 54: ff803bb4 2048 OBJECT LOCAL DEFAULT 10 ___stack_SYSTEM_TASK 55: ff8043b4 128 OBJECT LOCAL DEFAULT 10 ___fixedsize_memorypool_M 86: ff804434 4 OBJECT LOCAL DEFAULT 10 _expFlag 92: ff804438 1536 OBJECT LOCAL DEFAULT 10 _TxBuffer 90: ff804a38 1536 OBJECT LOCAL DEFAULT 10 _RxBuffer 91: ff805038 48 OBJECT LOCAL DEFAULT 10 _txDesc 89: ff805068 48 OBJECT LOCAL DEFAULT 10 _rxDesc 94: ff805098 256 OBJECT LOCAL DEFAULT 10 _leftIn 96: ff805198 256 OBJECT LOCAL DEFAULT 10 _rightIn 95: ff805298 256 OBJECT LOCAL DEFAULT 10 _leftOut 97: ff805398 256 OBJECT LOCAL DEFAULT 10 _rightOut 99: ff805498 60 OBJECT LOCAL DEFAULT 10 _i2c_control 102: ff8054d4 16 OBJECT LOCAL DEFAULT 10 _values 111: ff8054e4 500 OBJECT LOCAL DEFAULT 10 _cmd_env 162: ff8056d8 4 OBJECT LOCAL DEFAULT 10 _volume.1581 223: ff8056dc 56 OBJECT GLOBAL DEFAULT 10 __kernel_tmevt_heap 320: ff805714 0 OBJECT GLOBAL DEFAULT 10 __kernel_cyccb_table 243: ff805714 0 OBJECT GLOBAL DEFAULT 10 __kernel_dtqcb_table 280: ff805714 0 OBJECT GLOBAL DEFAULT 10 __kernel_dtqinib_table 233: ff805714 0 OBJECT GLOBAL DEFAULT 10 __kernel_excinib_table 286: ff805714 0 OBJECT GLOBAL DEFAULT 10 __kernel_flginib_table 347: ff805714 20 OBJECT GLOBAL DEFAULT 10 __kernel_mpfcb_table 362: ff805728 96 OBJECT GLOBAL DEFAULT 10 __kernel_semcb_table 382: ff805788 20 OBJECT GLOBAL DEFAULT 10 __kernel_mbxcb_table 421: ff80579c 0 OBJECT GLOBAL DEFAULT 10 __kernel_cycinib_table 424: ff80579c 224 OBJECT GLOBAL DEFAULT 10 __kernel_tcb_table 425: ff80587c 0 OBJECT GLOBAL DEFAULT 10 __kernel_flgcb_table 428: ff80587c 4 OBJECT GLOBAL DEFAULT 10 __kernel_iniflg 490: ff805880 24 OBJECT GLOBAL DEFAULT 10 _siopcb_table 253: ff805898 4 OBJECT GLOBAL DEFAULT 10 _event_fp 515: ff80589c 140 OBJECT GLOBAL DEFAULT 10 __kernel_dev_vector 306: ff805928 4 OBJECT GLOBAL DEFAULT 10 __kernel_schedtsk 394: ff80592c 4 OBJECT GLOBAL DEFAULT 10 __kernel_ready_primap 401: ff805930 128 OBJECT GLOBAL DEFAULT 10 __kernel_ready_queue 444: ff8059b0 4 OBJECT GLOBAL DEFAULT 10 __kernel_runtsk 518: ff8059b4 4 OBJECT GLOBAL DEFAULT 10 __kernel_enadsp 521: ff8059b8 4 OBJECT GLOBAL DEFAULT 10 __kernel_reqflg 341: ff8059bc 4 OBJECT GLOBAL DEFAULT 10 __kernel_current_time 345: ff8059c0 4 OBJECT GLOBAL DEFAULT 10 __kernel_systim_offset 350: ff8059c4 4 OBJECT GLOBAL DEFAULT 10 __kernel_last_index 489: ff8059c8 4 OBJECT GLOBAL DEFAULT 10 __kernel_next_time 275: ff8059cc 4 OBJECT GLOBAL DEFAULT 10 __kernel_syslog_count 283: ff8059d0 4 OBJECT GLOBAL DEFAULT 10 __kernel_syslog_lost 291: ff8059d4 1024 OBJECT GLOBAL DEFAULT 10 __kernel_syslog_buffer 292: ff805dd4 4 OBJECT GLOBAL DEFAULT 10 __kernel_syslog_logmask 318: ff805dd8 4 OBJECT GLOBAL DEFAULT 10 __kernel_syslog_tail 354: ff805ddc 4 OBJECT GLOBAL DEFAULT 10 __kernel_syslog_head 423: ff805de0 4 OBJECT GLOBAL DEFAULT 10 __kernel_syslog_lowmask 301: ff805de4 0 NOTYPE GLOBAL DEFAULT 10 __bss_end 366: ff805de4 0 NOTYPE GLOBAL DEFAULT ABS __end 462: ff805de4 0 NOTYPE GLOBAL DEFAULT ABS __heap_start 432: ff808000 0 NOTYPE GLOBAL DEFAULT ABS __heap_end 491: ffa00000 0 NOTYPE GLOBAL DEFAULT 1 start 1: ffa00000 0 SECTION LOCAL DEFAULT 1 21: ffa00048 0 NOTYPE LOCAL DEFAULT 1 skip_boot_for_gdb 23: ffa000fa 0 NOTYPE LOCAL DEFAULT 1 user 22: ffa000fe 0 NOTYPE LOCAL DEFAULT 1 task_level 24: ffa00114 0 NOTYPE LOCAL DEFAULT 1 start.end 2: ffa00114 0 SECTION LOCAL DEFAULT 2 342: ffa00114 32 FUNC GLOBAL DEFAULT 2 _main_task 466: ffa00134 24 FUNC GLOBAL DEFAULT 2 _timer_terminate 471: ffa0014c 62 FUNC GLOBAL DEFAULT 2 _timer_handler 402: ffa0018c 54 FUNC GLOBAL DEFAULT 2 _timer_initialize 31: ffa001c4 40 FUNC LOCAL DEFAULT 2 _serial_snd_chr 484: ffa001ec 354 FUNC GLOBAL DEFAULT 2 _uart_ierdy_rcv 414: ffa00350 170 FUNC GLOBAL DEFAULT 2 _uart_ierdy_snd 337: ffa003fc 74 FUNC GLOBAL DEFAULT 2 _serial_ref_por 385: ffa00448 68 FUNC GLOBAL DEFAULT 2 _serial_ctl_por 381: ffa0048c 156 FUNC GLOBAL DEFAULT 2 _serial_cls_por 408: ffa00528 212 FUNC GLOBAL DEFAULT 2 _serial_opn_por 437: ffa005fc 36 FUNC GLOBAL DEFAULT 2 _serial_initialize 34: ffa00620 250 FUNC LOCAL DEFAULT 2 _serial_wri_chr 455: ffa0071c 436 FUNC GLOBAL DEFAULT 2 _serial_rea_dat 260: ffa008d0 198 FUNC GLOBAL DEFAULT 2 _serial_wri_dat 431: ffa00998 116 FUNC GLOBAL DEFAULT 2 _logtask 37: ffa00a0c 34 FUNC LOCAL DEFAULT 2 _logtask_putc 39: ffa00a30 160 FUNC LOCAL DEFAULT 2 _convert 457: ffa00ad0 380 FUNC GLOBAL DEFAULT 2 _syslog_printf 271: ffa00c4c 58 FUNC GLOBAL DEFAULT 2 _syslog_print 43: ffa00c88 30 FUNC LOCAL DEFAULT 2 _syslog_lostmsg 285: ffa00ca8 80 FUNC GLOBAL DEFAULT 2 _syslog_output 241: ffa00cf8 298 FUNC GLOBAL DEFAULT 2 _syslog 319: ffa00e24 60 FUNC GLOBAL DEFAULT 2 _t_perror 459: ffa00e60 266 FUNC GLOBAL DEFAULT 2 _itron_strerror 359: ffa00f6c 30 FUNC GLOBAL DEFAULT 2 __kernel_object_initializ 507: ffa00f8c 16 FUNC GLOBAL DEFAULT 2 __kernel_call_terrtn 372: ffa00f9c 34 FUNC GLOBAL DEFAULT 2 __kernel_call_inirtn 511: ffa00fc0 120 FUNC GLOBAL DEFAULT 2 __kernel_dispatch 57: ffa00fe4 0 NOTYPE LOCAL DEFAULT 2 dispatcher 58: ffa00ff4 0 NOTYPE LOCAL DEFAULT 2 dispatcher_1 59: ffa01006 0 NOTYPE LOCAL DEFAULT 2 wait_for_intr 56: ffa01018 0 NOTYPE LOCAL DEFAULT 2 dispatch_r 60: ffa01032 0 NOTYPE LOCAL DEFAULT 2 dispatch_r_1 315: ffa01038 0 NOTYPE GLOBAL DEFAULT 2 __kernel_exit_and_dispatc 61: ffa01038 0 NOTYPE LOCAL DEFAULT 2 __kernel_dispatch.end 392: ffa0104a 0 NOTYPE GLOBAL DEFAULT 2 __kernel_activate_r 62: ffa0104a 0 NOTYPE LOCAL DEFAULT 2 __kernel_exit_and_dispatc 63: ffa01060 0 NOTYPE LOCAL DEFAULT 2 __kernel_activate_r.end 217: ffa01060 348 FUNC GLOBAL DEFAULT 2 _kernel_interrupt_dispatc 64: ffa010da 0 NOTYPE LOCAL DEFAULT 2 call_interrupt 441: ffa0112a 0 NOTYPE GLOBAL DEFAULT 2 _kernel_task_context 66: ffa0115a 0 NOTYPE LOCAL DEFAULT 2 go_tex 67: ffa01174 0 NOTYPE LOCAL DEFAULT 2 return_as_task 65: ffa0117c 0 NOTYPE LOCAL DEFAULT 2 get_back 352: ffa011bc 260 FUNC GLOBAL DEFAULT 2 _kernel_expEntry 68: ffa01240 0 NOTYPE LOCAL DEFAULT 2 call_exception 69: ffa01280 0 NOTYPE LOCAL DEFAULT 2 get_back_x 270: ffa012c0 8 FUNC GLOBAL DEFAULT 2 _kernel_ivHWEntry 458: ffa012c8 8 FUNC GLOBAL DEFAULT 2 _kernel_ivTMREntry 218: ffa012d0 8 FUNC GLOBAL DEFAULT 2 _kernel_ivg7Entry 226: ffa012d8 8 FUNC GLOBAL DEFAULT 2 _kernel_ivg8Entry 389: ffa012e0 16 FUNC GLOBAL DEFAULT 2 _kernel_ivg9Entry 506: ffa012e8 8 FUNC GLOBAL DEFAULT 2 _kernel_ivg10Entry 355: ffa012f0 8 FUNC GLOBAL DEFAULT 2 _kernel_ivg11Entry 473: ffa012f8 8 FUNC GLOBAL DEFAULT 2 _kernel_ivg12Entry 438: ffa01300 8 FUNC GLOBAL DEFAULT 2 _kernel_ivg13Entry 290: ffa01308 26 FUNC GLOBAL DEFAULT 2 _kernel_ivg14Entry 257: ffa01322 4 FUNC GLOBAL DEFAULT 2 _kernel_nmiEntry 364: ffa01326 0 NOTYPE GLOBAL DEFAULT 2 _sil_dly_nse 70: ffa01332 0 NOTYPE LOCAL DEFAULT 2 _sil_dly_nse_1 71: ffa0133c 0 NOTYPE LOCAL DEFAULT 2 _sil_dly_nse.end 391: ffa0133c 92 FUNC GLOBAL DEFAULT 2 _kernel_exit 502: ffa01398 54 FUNC GLOBAL DEFAULT 2 _kernel_start 512: ffa013d0 46 FUNC GLOBAL DEFAULT 2 __kernel_print_banner 332: ffa01400 182 FUNC GLOBAL DEFAULT 2 __kernel_sys_initialize 499: ffa014b8 178 FUNC GLOBAL DEFAULT 2 __kernel_make_priority_ma 357: ffa0156c 48 FUNC GLOBAL DEFAULT 2 _ena_int 288: ffa0159c 26 FUNC GLOBAL DEFAULT 2 _get_ims 410: ffa015b8 142 FUNC GLOBAL DEFAULT 2 __kernel_device_dispatche 447: ffa01648 6 FUNC GLOBAL DEFAULT 2 __kernel_sys_exit 435: ffa01650 64 FUNC GLOBAL DEFAULT 2 __kernel_sys_putc 279: ffa01690 34 FUNC GLOBAL DEFAULT 2 _uart_initialize 316: ffa016b4 24 FUNC GLOBAL DEFAULT 2 _uart_openflag 239: ffa016cc 28 FUNC GLOBAL DEFAULT 2 _uart_cls_por 77: ffa016e8 36 FUNC LOCAL DEFAULT 2 _uart_rx_isr_siop 358: ffa0170c 24 FUNC GLOBAL DEFAULT 2 _uart2_rx_isr 434: ffa01724 24 FUNC GLOBAL DEFAULT 2 _uart1_rx_isr 247: ffa0173c 22 FUNC GLOBAL DEFAULT 2 _uart0_rx_isr 369: ffa01754 46 FUNC GLOBAL DEFAULT 2 _uart_snd_chr 287: ffa01784 72 FUNC GLOBAL DEFAULT 2 _uart_dis_cbr 214: ffa017cc 68 FUNC GLOBAL DEFAULT 2 _uart_ena_cbr 378: ffa01810 44 FUNC GLOBAL DEFAULT 2 _uart_rcv_chr 261: ffa0183c 56 FUNC GLOBAL DEFAULT 2 _uart_pol_putc 495: ffa01874 118 FUNC GLOBAL DEFAULT 2 _uart_init_siopinib 405: ffa018ec 80 FUNC GLOBAL DEFAULT 2 _uart_opn_por 396: ffa0193c 22 FUNC GLOBAL DEFAULT 2 _uart_init 78: ffa01954 36 FUNC LOCAL DEFAULT 2 _uart_tx_isr_siop 272: ffa01978 36 FUNC GLOBAL DEFAULT 2 _uart2_isr 496: ffa0199c 36 FUNC GLOBAL DEFAULT 2 _uart1_isr 494: ffa019c0 34 FUNC GLOBAL DEFAULT 2 _uart0_isr 453: ffa019e4 24 FUNC GLOBAL DEFAULT 2 _uart2_tx_isr 309: ffa019fc 24 FUNC GLOBAL DEFAULT 2 _uart1_tx_isr 240: ffa01a14 22 FUNC GLOBAL DEFAULT 2 _uart0_tx_isr 229: ffa01a2c 62 FUNC GLOBAL DEFAULT 2 __kernel_boot_for_gdb 81: ffa01a6c 46 FUNC LOCAL DEFAULT 2 _pm_putc 82: ffa01a9c 42 FUNC LOCAL DEFAULT 2 _pm_putstr 83: ffa01ac8 68 FUNC LOCAL DEFAULT 2 _pm_puthex1byte 84: ffa01b0c 22 FUNC LOCAL DEFAULT 2 _pm_putrtn 85: ffa01b24 54 FUNC LOCAL DEFAULT 2 _pm_puthex4byte 513: ffa01b5c 2206 FUNC GLOBAL DEFAULT 2 _spurious_int_handler 420: ffa023fc 26 FUNC GLOBAL DEFAULT 2 _spurious_exc_handler 88: ffa02418 244 FUNC LOCAL DEFAULT 2 _setup_sport0_dma 483: ffa0250c 66 FUNC GLOBAL DEFAULT 2 _inh_codec_sport 93: ffa02550 136 FUNC LOCAL DEFAULT 2 _start_audio 232: ffa025d8 544 FUNC GLOBAL DEFAULT 2 _task_audiocodec 300: ffa027f8 168 FUNC GLOBAL DEFAULT 2 _i2c_master_initialize 100: ffa028a0 14 FUNC LOCAL DEFAULT 2 _ssync 314: ffa028b0 44 FUNC GLOBAL DEFAULT 2 _i2c0_master_handler 268: ffa028dc 420 FUNC GLOBAL DEFAULT 2 _i2c_master_write_read 516: ffa02a80 26 FUNC GLOBAL DEFAULT 2 _i2c_master_read 317: ffa02a9c 24 FUNC GLOBAL DEFAULT 2 _i2c_master_write 492: ffa02ab4 120 FUNC GLOBAL DEFAULT 2 _i2c_perror 409: ffa02b2c 14 FUNC GLOBAL DEFAULT 2 _rotenc_set_volume 365: ffa02b3c 118 FUNC GLOBAL DEFAULT 2 _rotenc_get_volume 297: ffa02bb4 108 FUNC GLOBAL DEFAULT 2 _rotenc_task 339: ffa02c20 14 FUNC GLOBAL DEFAULT 2 _init_audio 295: ffa02c30 70 FUNC GLOBAL DEFAULT 2 _process_audio 213: ffa02c78 48 FUNC GLOBAL DEFAULT 2 _init_codec 231: ffa02ca8 36 FUNC GLOBAL DEFAULT 2 _board_initialize 482: ffa02ccc 14 FUNC GLOBAL DEFAULT 2 _set_volume 326: ffa02cdc 22 FUNC GLOBAL DEFAULT 2 _get_volume 427: ffa02cf4 42 FUNC GLOBAL DEFAULT 2 _display_clear 519: ffa02d20 80 FUNC GLOBAL DEFAULT 2 _display_task 478: ffa02d70 52 FUNC GLOBAL DEFAULT 2 _system_task 454: ffa02da4 154 FUNC GLOBAL DEFAULT 2 _ntshell_task 113: ffa02e40 44 FUNC LOCAL DEFAULT 2 _ntshell_callback 115: ffa02e6c 92 FUNC LOCAL DEFAULT 2 _func_write 110: ffa02ec8 62 FUNC LOCAL DEFAULT 2 _uxo 114: ffa02f08 86 FUNC LOCAL DEFAULT 2 _func_read 112: ffa02f60 62 FUNC LOCAL DEFAULT 2 _uxi 242: ffa02fa0 30 FUNC GLOBAL DEFAULT 2 _ntopt_callback 329: ffa02fc0 24 FUNC GLOBAL DEFAULT 2 _ntstdio_init 417: ffa02fd8 68 FUNC GLOBAL DEFAULT 2 _ntstdio_putc 252: ffa0301c 46 FUNC GLOBAL DEFAULT 2 _ntstdio_puts 117: ffa0304c 634 FUNC LOCAL DEFAULT 2 _xvprintf 430: ffa032c8 52 FUNC GLOBAL DEFAULT 2 _ntstdio_fputs 363: ffa032fc 142 FUNC GLOBAL DEFAULT 2 _ntstdio_gets 212: ffa0338c 30 FUNC GLOBAL DEFAULT 2 _ntstdio_fgets 479: ffa033ac 32 FUNC GLOBAL DEFAULT 2 _ntstdio_fprintf 488: ffa033cc 38 FUNC GLOBAL DEFAULT 2 _ntstdio_sprintf 361: ffa033f4 20 FUNC GLOBAL DEFAULT 2 _ntstdio_printf 119: ffa03408 6 FUNC LOCAL DEFAULT 2 _dummy_interrupt_handler 120: ffa03410 6 FUNC LOCAL DEFAULT 2 _dummy_exception_handler 235: ffa03418 46 FUNC GLOBAL DEFAULT 2 __kernel_cpu_initialize 384: ffa03448 22 FUNC GLOBAL DEFAULT 2 __kernel_cpu_terminate 351: ffa03460 38 FUNC GLOBAL DEFAULT 2 _sil_reb_iop 376: ffa03488 38 FUNC GLOBAL DEFAULT 2 _sil_reh_iop 463: ffa034b0 38 FUNC GLOBAL DEFAULT 2 _sil_rew_iop 250: ffa034d8 38 FUNC GLOBAL DEFAULT 2 _sil_reh_lep 400: ffa03500 38 FUNC GLOBAL DEFAULT 2 _sil_rew_lep 353: ffa03528 58 FUNC GLOBAL DEFAULT 2 _sil_reh_bep 230: ffa03564 92 FUNC GLOBAL DEFAULT 2 _sil_rew_bep 377: ffa035c0 182 FUNC GLOBAL DEFAULT 2 __kernel_task_initialize 294: ffa03678 46 FUNC GLOBAL DEFAULT 2 __kernel_make_dormant 370: ffa036a8 66 FUNC GLOBAL DEFAULT 2 __kernel_make_active 461: ffa036ec 106 FUNC GLOBAL DEFAULT 2 __kernel_call_texrtn 416: ffa03758 54 FUNC GLOBAL DEFAULT 2 __kernel_tmevt_initialize 258: ffa03790 288 FUNC GLOBAL DEFAULT 2 _isig_tim 262: ffa038b0 74 FUNC GLOBAL DEFAULT 2 __kernel_syslog_initializ 379: ffa038fc 308 FUNC GLOBAL DEFAULT 2 _vwri_log 418: ffa03a30 218 FUNC GLOBAL DEFAULT 2 _vrea_log 467: ffa03b0c 32 FUNC GLOBAL DEFAULT 2 _vmsk_log 468: ffa03b2c 44 FUNC GLOBAL DEFAULT 2 __kernel_syslog_terminate 304: ffa03b58 190 FUNC GLOBAL DEFAULT 2 _ext_tsk 470: ffa03c18 210 FUNC GLOBAL DEFAULT 2 _chg_pri 307: ffa03cec 150 FUNC GLOBAL DEFAULT 2 _get_pri 426: ffa03d84 146 FUNC GLOBAL DEFAULT 2 _tslp_tsk 439: ffa03e18 160 FUNC GLOBAL DEFAULT 2 _dly_tsk 411: ffa03eb8 62 FUNC GLOBAL DEFAULT 2 __kernel_semaphore_initia 442: ffa03ef8 216 FUNC GLOBAL DEFAULT 2 _sig_sem 380: ffa03fd0 224 FUNC GLOBAL DEFAULT 2 _isig_sem 485: ffa040b0 148 FUNC GLOBAL DEFAULT 2 _wai_sem 282: ffa04144 172 FUNC GLOBAL DEFAULT 2 _twai_sem 510: ffa041f0 62 FUNC GLOBAL DEFAULT 2 __kernel_mailbox_initiali 311: ffa04230 308 FUNC GLOBAL DEFAULT 2 _snd_mbx 469: ffa04364 158 FUNC GLOBAL DEFAULT 2 _rcv_mbx 331: ffa04404 66 FUNC GLOBAL DEFAULT 2 __kernel_mempfix_initiali 403: ffa04448 158 FUNC GLOBAL DEFAULT 2 _get_mpf 245: ffa044e8 234 FUNC GLOBAL DEFAULT 2 _rel_mpf 313: ffa045d4 66 FUNC GLOBAL DEFAULT 2 _loc_cpu 509: ffa04618 64 FUNC GLOBAL DEFAULT 2 _unl_cpu 349: ffa04658 30 FUNC GLOBAL DEFAULT 2 _sns_ctx 450: ffa04678 64 FUNC GLOBAL DEFAULT 2 _sns_dpn 263: ffa046b8 60 FUNC GLOBAL DEFAULT 2 __kernel_interrupt_initia 236: ffa046f4 50 FUNC GLOBAL DEFAULT 2 _lcd_font_init 303: ffa04728 30 FUNC GLOBAL DEFAULT 2 _lcd_font_init_single 254: ffa04748 94 FUNC GLOBAL DEFAULT 2 _lcd_font_set_pixel 227: ffa047a8 188 FUNC GLOBAL DEFAULT 2 _lcd_font_draw_line 155: ffa04864 348 FUNC LOCAL DEFAULT 2 _write_command 520: ffa049c0 110 FUNC GLOBAL DEFAULT 2 _lcd_font_setup_all 393: ffa04a30 88 FUNC GLOBAL DEFAULT 2 _lcd_font_setup_single 299: ffa04a88 34 FUNC GLOBAL DEFAULT 2 _lcd_putc 475: ffa04aac 42 FUNC GLOBAL DEFAULT 2 _lcd_puts 344: ffa04ad8 52 FUNC GLOBAL DEFAULT 2 _lcd_goto 220: ffa04b0c 40 FUNC GLOBAL DEFAULT 2 _lcd_display_shift 238: ffa04b34 40 FUNC GLOBAL DEFAULT 2 _lcd_cursor_shift 298: ffa04b5c 58 FUNC GLOBAL DEFAULT 2 _lcd_display 413: ffa04b98 46 FUNC GLOBAL DEFAULT 2 _lcd_entry_mode_set 504: ffa04bc8 36 FUNC GLOBAL DEFAULT 2 _lcd_cursor_at_home 445: ffa04bec 36 FUNC GLOBAL DEFAULT 2 _lcd_clear 224: ffa04c10 504 FUNC GLOBAL DEFAULT 2 _lcd_init 436: ffa04e08 44 FUNC GLOBAL DEFAULT 2 _bfin_util_usleep 387: ffa04e34 42 FUNC GLOBAL DEFAULT 2 _bfin_util_register_handl 266: ffa04e60 88 FUNC GLOBAL DEFAULT 2 _cmd_execute 159: ffa04eb8 66 FUNC LOCAL DEFAULT 2 _cmd_help 160: ffa04efc 146 FUNC LOCAL DEFAULT 2 _cmd_system 161: ffa04f90 144 FUNC LOCAL DEFAULT 2 _cmd_audio 302: ffa05020 36 FUNC GLOBAL DEFAULT 2 _ntlibc_strlen 334: ffa05044 48 FUNC GLOBAL DEFAULT 2 _ntlibc_strcpy 503: ffa05074 62 FUNC GLOBAL DEFAULT 2 _ntlibc_strcat 399: ffa050b4 82 FUNC GLOBAL DEFAULT 2 _ntlibc_strcmp 487: ffa05108 80 FUNC GLOBAL DEFAULT 2 _ntlibc_strncmp 228: ffa05158 18 FUNC GLOBAL DEFAULT 2 _ntlibc_isdigit 248: ffa0516c 40 FUNC GLOBAL DEFAULT 2 _ntlibc_isalpha 327: ffa05194 62 FUNC GLOBAL DEFAULT 2 _ntlibc_iscntrl 373: ffa051d4 26 FUNC GLOBAL DEFAULT 2 _ntlibc_toupper 498: ffa051f0 26 FUNC GLOBAL DEFAULT 2 _ntlibc_tolower 312: ffa0520c 184 FUNC GLOBAL DEFAULT 2 _ntlibc_atoi 340: ffa052c4 50 FUNC GLOBAL DEFAULT 2 _ntlibc_strchr 256: ffa052f8 98 FUNC GLOBAL DEFAULT 2 _ntlibc_utoa 269: ffa0535c 386 FUNC GLOBAL DEFAULT 2 _ntopt_parse 281: ffa054e0 26 FUNC GLOBAL DEFAULT 2 _ntshell_version 323: ffa054fc 34 FUNC GLOBAL DEFAULT 2 _ntshell_set_prompt 375: ffa05520 88 FUNC GLOBAL DEFAULT 2 _ntshell_execute 267: ffa05578 126 FUNC GLOBAL DEFAULT 2 _ntshell_init 166: ffa055f8 132 FUNC LOCAL DEFAULT 2 _actfunc_history_prev 167: ffa0567c 132 FUNC LOCAL DEFAULT 2 _actfunc_history_next 168: ffa05700 104 FUNC LOCAL DEFAULT 2 _actfunc_cancel 169: ffa05768 124 FUNC LOCAL DEFAULT 2 _actfunc_enter 170: ffa057e4 402 FUNC LOCAL DEFAULT 2 _actfunc_suggest 171: ffa05978 166 FUNC LOCAL DEFAULT 2 _actfunc_backspace 172: ffa05a20 40 FUNC LOCAL DEFAULT 2 _actfunc_cursor_right 173: ffa05a48 104 FUNC LOCAL DEFAULT 2 _actfunc_cursor_tail 174: ffa05ab0 160 FUNC LOCAL DEFAULT 2 _actfunc_delete 175: ffa05b50 40 FUNC LOCAL DEFAULT 2 _actfunc_cursor_left 176: ffa05b78 66 FUNC LOCAL DEFAULT 2 _actfunc_cursor_head 397: ffa05bbc 188 FUNC GLOBAL DEFAULT 2 _vtrecv_callback 493: ffa05c78 20 FUNC GLOBAL DEFAULT 2 _text_editor_init 419: ffa05c8c 96 FUNC GLOBAL DEFAULT 2 _text_editor_insert 221: ffa05cec 80 FUNC GLOBAL DEFAULT 2 _text_editor_backspace 398: ffa05d3c 76 FUNC GLOBAL DEFAULT 2 _text_editor_delete 407: ffa05d88 14 FUNC GLOBAL DEFAULT 2 _text_editor_cursor_get_p 310: ffa05d98 28 FUNC GLOBAL DEFAULT 2 _text_editor_cursor_head 433: ffa05db4 28 FUNC GLOBAL DEFAULT 2 _text_editor_cursor_tail 374: ffa05dd0 28 FUNC GLOBAL DEFAULT 2 _text_editor_cursor_left 517: ffa05dec 32 FUNC GLOBAL DEFAULT 2 _text_editor_cursor_right 265: ffa05e0c 56 FUNC GLOBAL DEFAULT 2 _text_editor_set_text 348: ffa05e44 46 FUNC GLOBAL DEFAULT 2 _text_editor_get_text 259: ffa05e74 20 FUNC GLOBAL DEFAULT 2 _text_editor_clear 276: ffa05e88 36 FUNC GLOBAL DEFAULT 2 _text_history_init 264: ffa05eac 86 FUNC GLOBAL DEFAULT 2 _text_history_write 440: ffa05f04 58 FUNC GLOBAL DEFAULT 2 _text_history_read 501: ffa05f40 56 FUNC GLOBAL DEFAULT 2 _text_history_read_point_ 486: ffa05f78 60 FUNC GLOBAL DEFAULT 2 _text_history_read_point_ 356: ffa05fb4 142 FUNC GLOBAL DEFAULT 2 _text_history_find 181: ffa06044 64 FUNC LOCAL DEFAULT 2 _GET_STATE_TABLE 505: ffa06084 34 FUNC GLOBAL DEFAULT 2 _vtrecv_init 183: ffa060a8 186 FUNC LOCAL DEFAULT 2 _do_action 497: ffa06164 170 FUNC GLOBAL DEFAULT 2 _vtrecv_execute 460: ffa06210 18 FUNC GLOBAL DEFAULT 2 _vtsend_init 522: ffa06224 118 FUNC GLOBAL DEFAULT 2 _vtsend_cursor_position 480: ffa0629c 82 FUNC GLOBAL DEFAULT 2 _vtsend_cursor_up 284: ffa062f0 82 FUNC GLOBAL DEFAULT 2 _vtsend_cursor_down 343: ffa06344 82 FUNC GLOBAL DEFAULT 2 _vtsend_cursor_forward 296: ffa06398 82 FUNC GLOBAL DEFAULT 2 _vtsend_cursor_backward 274: ffa063ec 48 FUNC GLOBAL DEFAULT 2 _vtsend_cursor_position_s 308: ffa0641c 48 FUNC GLOBAL DEFAULT 2 _vtsend_cursor_position_r 225: ffa0644c 54 FUNC GLOBAL DEFAULT 2 _vtsend_erase_display 508: ffa06484 54 FUNC GLOBAL DEFAULT 2 _vtsend_erase_line 443: ffa064bc 84 FUNC GLOBAL DEFAULT 2 _vtsend_set_color_foregro 415: ffa06510 84 FUNC GLOBAL DEFAULT 2 _vtsend_set_color_backgro 456: ffa06564 82 FUNC GLOBAL DEFAULT 2 _vtsend_set_attribute 336: ffa065b8 118 FUNC GLOBAL DEFAULT 2 _vtsend_set_scroll_region 333: ffa06630 124 FUNC GLOBAL DEFAULT 2 _vtsend_set_cursor 452: ffa066ac 40 FUNC GLOBAL DEFAULT 2 _vtsend_reset 388: ffa066d4 174 FUNC GLOBAL DEFAULT 2 _vtsend_draw_box 474: ffa06784 88 FUNC GLOBAL DEFAULT 2 _vtsend_fill_box 346: ffa067dc 122 FUNC GLOBAL DEFAULT 2 __kernel_make_runnable 293: ffa06858 222 FUNC GLOBAL DEFAULT 2 __kernel_make_non_runnabl 244: ffa06938 68 FUNC GLOBAL DEFAULT 2 __kernel_exit_task 246: ffa0697c 276 FUNC GLOBAL DEFAULT 2 __kernel_change_priority 367: ffa06a90 168 FUNC GLOBAL DEFAULT 2 __kernel_make_wait_tmout 338: ffa06b38 108 FUNC GLOBAL DEFAULT 2 __kernel_wait_complete 395: ffa06ba4 134 FUNC GLOBAL DEFAULT 2 __kernel_wait_tmout 278: ffa06c2c 112 FUNC GLOBAL DEFAULT 2 __kernel_wait_tmout_ok 429: ffa06c9c 148 FUNC GLOBAL DEFAULT 2 __kernel_wobj_make_wait 325: ffa06d30 152 FUNC GLOBAL DEFAULT 2 __kernel_wobj_make_wait_t 251: ffa06dc8 102 FUNC GLOBAL DEFAULT 2 __kernel_wobj_change_prio 449: ffa06e30 164 FUNC GLOBAL DEFAULT 2 __kernel_tmevt_down 237: ffa06ed4 66 FUNC GLOBAL DEFAULT 2 __kernel_tmevtb_insert 330: ffa06f18 232 FUNC GLOBAL DEFAULT 2 __kernel_tmevtb_delete 216: ffa07000 58 FUNC GLOBAL DEFAULT 2 __kernel_mempfix_get_bloc 451: ffa0703c 42 FUNC GLOBAL DEFAULT 2 __kernel_search_schedtsk 500: ffa07068 166 FUNC GLOBAL DEFAULT 2 __kernel_tmevt_up 322: ffa07110 168 FUNC GLOBAL DEFAULT 2 ___divsi3 481: ffa071b8 156 FUNC GLOBAL DEFAULT 2 ___udivsi3 273: ffa07254 22 FUNC GLOBAL DEFAULT 2 ___umodsi3 476: ffa0726c 22 FUNC GLOBAL DEFAULT 2 ___modsi3 219: ffa07284 1246 FUNC GLOBAL DEFAULT 2 ___muldf3 234: ffa07764 120 FUNC GLOBAL DEFAULT 2 ___fixunsdfsi 335: ffa077dc 140 FUNC GLOBAL DEFAULT 2 ___floatunsidf 383: ffa07868 80 FUNC GLOBAL DEFAULT 2 ___clzsi2 3: ffa078b8 0 SECTION LOCAL DEFAULT 3 328: ffa078b8 88 FUNC GLOBAL DEFAULT 3 __init 4: ffa07910 0 SECTION LOCAL DEFAULT 4 446: ffa07910 48 FUNC GLOBAL DEFAULT 4 __fini 289: ffb00ffc 0 NOTYPE GLOBAL DEFAULT ABS ldf_stack_end 404: ffb01000 0 NOTYPE GLOBAL DEFAULT ABS __stack_end Symbol table '.symtab' contains 524 entries: Num: Value Size Type Bind Vis Ndx Name
469: ffa04364 158 FUNC GLOBAL DEFAULT 2 _rcv_mbx
以下の処理のいずれかを行うと、HW_ERRORが起きなくなる。
タイマーステータスは何のエラーも示していない。
次のステップでSPORT DMAの停止を行ってみる。
Details