FX3 EZ USB Suite debugging

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
esd
Level 1
Level 1
First question asked Welcome!

Hi,

I am developing on the CYUSB3KIT-003 (FX3) using the EZ USB Suite on windows 10.
Following the "CYUSB3KIT-003 SUPERSPEED EXPLORER KIT USER GUIDE" section 3.7.2, I was able to debug an example project on the board. However, if I want to start a new debug session, I get an error message: "Error stopping at main. Reason: Target request failed: Failed to interrupt. Continue?"

And the debug session hangs there. Trying many things, the only thing that seems to fix this is actually rebooting the computer which is not a viable solution to do between debug sessions...

Here is the output of the console while starting the debug sessions :

32-gdb-set confirm off
32^done
(gdb)
33-gdb-set width 0
33^done
(gdb)
34-gdb-set height 0
34^done
(gdb)
35-interpreter-exec console echo
35^done
(gdb)
36-gdb-show prompt
36^done,value="(gdb) "
(gdb)
37 set prompt (arm-gdb)
&"set prompt (arm-gdb)\n"
=cmd-param-changed,param="prompt",value="(arm-gdb)"
37^done
(gdb)
set prompt (arm-gdb)
38 target remote localhost:3333
&"target remote localhost:3333\n"
target remote localhost:3333
~"Remote debugging using localhost:3333\n"
Remote debugging using localhost:3333
=thread-group-started,id="i1",pid="42000"
=thread-created,id="1",group-id="i1"
~"0x00000000 in ?? ()\n"
0x00000000 in ?? ()
*stopped,frame={addr="0x00000000",func="??",args=[]},thread-id="1",stopped-threads="all"
38^done
(gdb)
39 monitor reset halt
&"monitor reset halt\n"
monitor reset halt
@"JTAG tap: fx3.cpu tap/device found: 0x07926069 (mfg: 0x034, part: 0x7926, ver: 0x0)\n"
JTAG tap: fx3.cpu tap/device found: 0x07926069 (mfg: 0x034, part: 0x7926, ver: 0x0)
@"srst pulls trst - can not reset into halted mode. Issuing halt after reset.\n"
srst pulls trst - can not reset into halted mode. Issuing halt after reset.
@"target state: halted\n"
target state: halted
@"target halted in ARM state due to debug-request, current mode: System\n"
target halted in ARM state due to debug-request, current mode: System
@"cpsr: 0xa000001f pc: 0xf0001e14\n"
cpsr: 0xa000001f pc: 0xf0001e14
@"MMU: disabled, D-Cache: disabled, I-Cache: enabled\n"
MMU: disabled, D-Cache: disabled, I-Cache: enabled
@"NOTE! DCC downloads have not been enabled, defaulting to slow memory writes. Type 'help dcc'.\n"
NOTE! DCC downloads have not been enabled, defaulting to slow memory writes. Type 'help dcc'.
@"NOTE! Severe performance degradation without working memory enabled.\n"
NOTE! Severe performance degradation without working memory enabled.
@"NOTE! Severe performance degradation without fast memory access enabled. Type 'help fast'.\n"
NOTE! Severe performance degradation without fast memory access enabled. Type 'help fast'.
39^done
(gdb)
40 monitor mww 0xFFFFF014 0xFFFFFFFF
monitor mww 0xFFFFF014 0xFFFFFFFF
&"monitor mww 0xFFFFF014 0xFFFFFFFF\n"
40^done
(gdb)
41 monitor mww 0x40000000 0xE3A00015
&"monitor mww 0x40000000 0xE3A00015\n"
monitor mww 0x40000000 0xE3A00015
41^done
(gdb)
42 monitor mww 0x40000004 0xEE090F31
&"monitor mww 0x40000004 0xEE090F31\n"
monitor mww 0x40000004 0xEE090F31
42^done
(gdb)
43 monitor mww 0x40000008 0xE240024F
&"monitor mww 0x40000008 0xE240024F\n"
monitor mww 0x40000008 0xE240024F
43^done
(gdb)
44 monitor mww 0x4000000C 0xEE090F11
&"monitor mww 0x4000000C 0xEE090F11\n"
monitor mww 0x4000000C 0xEE090F11
44^done
(gdb)
45 monitor reg pc 0x40000000
&"monitor reg pc 0x40000000\n"
monitor reg pc 0x40000000
@"pc (/32): 0x40000000\n"
pc (/32): 0x40000000
45^done
(gdb)
46 si
&"si\n"
si
46^running
*running,thread-id="all"
(gdb)
@"stepi ignored. GDB will now fetch the register state from the target.\n"
stepi ignored. GDB will now fetch the register state from the target.
~"\nProgram received signal "

Program received signal ~"SIGINT, Interrupt.\n"
SIGINT, Interrupt.
~"0x40000000 in ?? ()\n"
0x40000000 in ?? ()
*stopped,frame={addr="0x40000000",func="??",args=[]},thread-id="1",stopped-threads="all"
(gdb)
47 si
&"si\n"
si
47^running
*running,thread-id="all"
(gdb)
~"0x40000004 in ?? ()\n"
0x40000004 in ?? ()
*stopped,frame={addr="0x40000004",func="??",args=[]},thread-id="1",stopped-threads="all"
(gdb)
48 si
&"si\n"
si
48^running
*running,thread-id="all"
(gdb)
~"0x40000008 in ?? ()\n"
0x40000008 in ?? ()
*stopped,frame={addr="0x40000008",func="??",args=[]},thread-id="1",stopped-threads="all"
(gdb)
49 info threads
&"info threads\n"
~"  Id   Target Id         Frame \n"
~"* 1    Remote target     0x40000008 in ?? ()\n"
49^done
(gdb)
50-stack-info-depth
50^done,depth="2"
(gdb)
51-stack-list-frames 0 2
51^done,stack=[frame={level="0",addr="0x40000008",func="??"},frame={level="1",addr="0xf0001c22",func="??"}]
(gdb)
52-data-list-changed-registers
52^done,changed-registers=["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25"]
(gdb)
53-data-list-register-names
53^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7","r8","r9","r10","r11","r12","sp","lr","pc","f0","f1","f2","f3","f4","f5","f6","f7","fps","cpsr","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""]
(gdb)
54-data-disassemble -s 0x40000008 -e 0x40000094 -- 1
54^done,asm_insns=[{address="0x40000008",inst="sub\tr0, r0, #-268435452\t; 0xf0000004"},{address="0x4000000c",inst="mcr\t15, 0, r0, cr9, cr1, {0}"},{address="0x40000010",inst="mulmi\tr0, r0, r2"},{address="0x40000014",inst="\t\t; <UNDEFINED> instruction: 0xff00c300"},{address="0x40000018",inst="andeq\tr0, r1, r1"},{address="0x4000001c",inst="andeq\tr0, r0, r0, lsr #32"},{address="0x40000020",inst="ldrhtgt\tpc, [r10], -r5\t; <UNPREDICTABLE>"},{address="0x40000024",inst="ldrbls\tr8, [r5, #-3717]\t; 0xe85"},{address="0x40000028",inst="blt\t0x3fbbaeb0"},{address="0x4000002c",inst="orrspl\tpc, r0, r12, lsl #28"},{address="0x40000030",inst="bicsgt\tr1, lr, #260096\t; 0x3f800"},{address="0x40000034",inst="ldmdbne\tsp, {r2, r3, r5, r9, r10, r12, sp, lr, pc}"},{address="0x40000038",inst="svcpl\t0x00ad6976"},{address="0x4000003c",inst="andle\tr12, r1, r5, asr r4"},{address="0x40000040",inst="ldclcc\t8, cr11, [r0], #356\t; 0x164"},{a
 ddress="0x40000044",inst="bcs\t0x3ea5a1ec"},{address="0x40000048",inst="ldrtle\tsp, [r12], #1789\t; 0x6fd"},{address="0x4000004c",inst="bne\t0x4159266c"},{address="0x40000050",inst="stmdapl\tr10!, {r1, r2, r4, r5, r6, r10, r12, sp, lr, pc}^"},{address="0x40000054",inst="stmib\tr8, {r1, r3, r4, r5, r9, r10, r12}^"},{address="0x40000058",inst="strtle\tr11, [pc], #2683\t; 0x40000060"},{address="0x4000005c",inst="stcllt\t14, cr0, [r4], #292\t; 0x124"},{address="0x40000060",inst="blvc\t0x40a1eac4"},{address="0x40000064",inst="blls\t0x41f9467c"},{address="0x40000068",inst="stclhi\t15, cr9, [r12, #176]\t; 0xb0"},{address="0x4000006c",inst="svcvc\t0x00628526"},{address="0x40000070",inst="\t\t; <UNDEFINED> instruction: 0xf4d670f7"},{address="0x40000074",inst="rsblt\tr8, r9, #78\t; 0x4e"},{address="0x40000078",inst="cdpvs\t14, 4, cr12, cr7, cr12, {4}"},{address="0x4000007c",inst="strhtgt\tsp, [r12], #72\t; 0x48"},{address="0x400000
 80",inst="svcpl\t0x009f59dd"},{address="0x40000084",inst="beq\t0x3f40f60c"},{address="0x40000088",inst="ldrhtle\tr10, [r5], #158\t; 0x9e"},{address="0x4000008c",inst="stmdbcc\tr3, {r2, r4, r5, r8, r9, r10, r11, sp, lr}^"},{address="0x40000090",inst="strtlt\tr10, [r8], #658\t; 0x292"}]
(gdb)
55-data-disassemble -s 0x40000008 -e 0x40000094 -- 0
55^done,asm_insns=[{address="0x40000008",inst="sub\tr0, r0, #-268435452\t; 0xf0000004"},{address="0x4000000c",inst="mcr\t15, 0, r0, cr9, cr1, {0}"},{address="0x40000010",inst="mulmi\tr0, r0, r2"},{address="0x40000014",inst="\t\t; <UNDEFINED> instruction: 0xff00c300"},{address="0x40000018",inst="andeq\tr0, r1, r1"},{address="0x4000001c",inst="andeq\tr0, r0, r0, lsr #32"},{address="0x40000020",inst="ldrhtgt\tpc, [r10], -r5\t; <UNPREDICTABLE>"},{address="0x40000024",inst="ldrbls\tr8, [r5, #-3717]\t; 0xe85"},{address="0x40000028",inst="blt\t0x3fbbaeb0"},{address="0x4000002c",inst="orrspl\tpc, r0, r12, lsl #28"},{address="0x40000030",inst="bicsgt\tr1, lr, #260096\t; 0x3f800"},{address="0x40000034",inst="ldmdbne\tsp, {r2, r3, r5, r9, r10, r12, sp, lr, pc}"},{address="0x40000038",inst="svcpl\t0x00ad6976"},{address="0x4000003c",inst="andle\tr12, r1, r5, asr r4"},{address="0x40000040",inst="ldclcc\t8, cr11, [r0], #356\t; 0x164"},{a
 ddress="0x40000044",inst="bcs\t0x3ea5a1ec"},{address="0x40000048",inst="ldrtle\tsp, [r12], #1789\t; 0x6fd"},{address="0x4000004c",inst="bne\t0x4159266c"},{address="0x40000050",inst="stmdapl\tr10!, {r1, r2, r4, r5, r6, r10, r12, sp, lr, pc}^"},{address="0x40000054",inst="stmib\tr8, {r1, r3, r4, r5, r9, r10, r12}^"},{address="0x40000058",inst="strtle\tr11, [pc], #2683\t; 0x40000060"},{address="0x4000005c",inst="stcllt\t14, cr0, [r4], #292\t; 0x124"},{address="0x40000060",inst="blvc\t0x40a1eac4"},{address="0x40000064",inst="blls\t0x41f9467c"},{address="0x40000068",inst="stclhi\t15, cr9, [r12, #176]\t; 0xb0"},{address="0x4000006c",inst="svcvc\t0x00628526"},{address="0x40000070",inst="\t\t; <UNDEFINED> instruction: 0xf4d670f7"},{address="0x40000074",inst="rsblt\tr8, r9, #78\t; 0x4e"},{address="0x40000078",inst="cdpvs\t14, 4, cr12, cr7, cr12, {4}"},{address="0x4000007c",inst="strhtgt\tsp, [r12], #72\t; 0x48"},{address="0x400000
 80",inst="svcpl\t0x009f59dd"},{address="0x40000084",inst="beq\t0x3f40f60c"},{address="0x40000088",inst="ldrhtle\tr10, [r5], #158\t; 0x9e"},{address="0x4000008c",inst="stmdbcc\tr3, {r2, r4, r5, r8, r9, r10, r11, sp, lr}^"},{address="0x40000090",inst="strtlt\tr10, [r8], #658\t; 0x292"}]
(gdb)
56-stack-list-frames
56^done,stack=[frame={level="0",addr="0x40000008",func="??"},frame={level="1",addr="0xf0001c22",func="??"}]
(gdb)
57 load
&"load\n"
load
~"Loading section .vectors, size 0x2528 lma 0x100\n"
Loading section .vectors, size 0x2528 lma 0x100
57+download,{section=".vectors",section-size="9512",total-size="727549"}
57+download,{section=".vectors",section-sent="9512",section-size="9512",total-sent="9512",total-size="727549"}
~"Loading section .text, size 0x41d8 lma 0x40003000\n"
Loading section .text, size 0x41d8 lma 0x40003000
57+download,{section=".text",section-size="16856",total-size="727549"}
57+download,{section=".text",section-sent="16304",section-size="16856",total-sent="25816",total-size="727549"}
57+download,{section=".text",section-sent="16856",section-size="16856",total-sent="26368",total-size="727549"}
~"Loading section i.CyU3PRegisterUartCallBack, size 0x10 lma 0x400071d8\n"
Loading section i.CyU3PRegisterUartCallBack, size 0x10 lma 0x400071d8
57+download,{section="i.CyU3PRegisterUartCallBack",section-size="16",total-size="727549"}
~"Loading section i.CyU3PUartGetLock, size 0x5c lma 0x400071e8\n"
Loading section i.CyU3PUartGetLock, size 0x5c lma 0x400071e8
57+download,{section="i.CyU3PUartGetLock",section-size="92",total-size="727549"}
~"Loading section i.CyU3PUartInit, size 0xe8 lma 0x40007244\n"
Loading section i.CyU3PUartInit, size 0xe8 lma 0x40007244
57+download,{section="i.CyU3PUartInit",section-size="232",total-size="727549"}
~"Loading section i.CyU3PUartInt_ThreadHandler, size 0xd4 lma 0x4000732c\n"
Loading section i.CyU3PUartInt_ThreadHandler, size 0xd4 lma 0x4000732c
57+download,{section="i.CyU3PUartInt_ThreadHandler",section-size="212",total-size="727549"}
~"Loading section i.CyU3PUartReleaseLock, size 0x44 lma 0x40007400\n"
Loading section i.CyU3PUartReleaseLock, size 0x44 lma 0x40007400
57+download,{section="i.CyU3PUartReleaseLock",section-size="68",total-size="727549"}
~"Loading section i.CyU3PUartRxSetBlockXfer, size 0x50 lma 0x40007444\n"
Loading section i.CyU3PUartRxSetBlockXfer, size 0x50 lma 0x40007444
57+download,{section="i.CyU3PUartRxSetBlockXfer",section-size="80",total-size="727549"}
~"Loading section i.CyU3PUartSetConfig, size 0x218 lma 0x40007494\n"
Loading section i.CyU3PUartSetConfig, size 0x218 lma 0x40007494
57+download,{section="i.CyU3PUartSetConfig",section-size="536",total-size="727549"}
~"Loading section i.CyU3PUartTxSetBlockXfer, size 0x50 lma 0x400076ac\n"
Loading section i.CyU3PUartTxSetBlockXfer, size 0x50 lma 0x400076ac
57+download,{section="i.CyU3PUartTxSetBlockXfer",section-size="80",total-size="727549"}
~"Loading section i.CyU3PDmaChannelAcquireLock, size 0x84 lma 0x400076fc\n"
Loading section i.CyU3PDmaChannelAcquireLock, size 0x84 lma 0x400076fc
57+download,{section="i.CyU3PDmaChannelAcquireLock",section-size="132",total-size="727549"}
~"Loading section i.CyU3PDmaChannelCacheControl, size 0x54 lma 0x40007780\n"
Loading section i.CyU3PDmaChannelCacheControl, size 0x54 lma 0x40007780
57+download,{section="i.CyU3PDmaChannelCacheControl",section-size="84",total-size="727549"}
~"Loading section i.CyU3PDmaChannelCommitBuffer, size 0x2f0 lma 0x400077d4\n"
Loading section i.CyU3PDmaChannelCommitBuffer, size 0x2f0 lma 0x400077d4
57+download,{section="i.CyU3PDmaChannelCommitBuffer",section-size="752",total-size="727549"}
~"Loading section i.CyU3PDmaChannelConfigure_TypeAuto, size 0x98 lma 0x40007ac4\n"
Loading section i.CyU3PDmaChannelConfigure_TypeAuto, size 0x98 lma 0x40007ac4
57+download,{section="i.CyU3PDmaChannelConfigure_TypeAuto",section-size="152",total-size="727549"}
57+download,{section="i.CyU3PDmaChannelConfigure_TypeAuto",section-sent="152",section-size="152",total-sent="28804",total-size="727549"}
~"Loading section i.CyU3PDmaChannelConfigure_TypeManual, size 0x26c lma 0x40007b5c\n"
Loading section i.CyU3PDmaChannelConfigure_TypeManual, size 0x26c lma 0x40007b5c
57+download,{section="i.CyU3PDmaChannelConfigure_TypeManual",section-size="620",total-size="727549"}
~"Loading section i.CyU3PDmaChannelCreate, size 0x3f8 lma 0x40007dc8\n"
Loading section i.CyU3PDmaChannelCreate, size 0x3f8 lma 0x40007dc8
57+download,{section="i.CyU3PDmaChannelCreate",section-size="1016",total-size="727549"}
~"Loading section i.CyU3PDmaChannelDestroy, size 0xb4 lma 0x400081c0\n"
Loading section i.CyU3PDmaChannelDestroy, size 0xb4 lma 0x400081c0
57+download,{section="i.CyU3PDmaChannelDestroy",section-size="180",total-size="727549"}
~"Loading section i.CyU3PDmaChannelDestroy_TypeAuto, size 0xd4 lma 0x40008274\n"
Loading section i.CyU3PDmaChannelDestroy_TypeAuto, size 0xd4 lma 0x40008274
57+download,{section="i.CyU3PDmaChannelDestroy_TypeAuto",section-size="212",total-size="727549"}
~"Loading section i.CyU3PDmaChannelDestroy_TypeManual, size 0x1b4 lma 0x40008348\n"
Loading section i.CyU3PDmaChannelDestroy_TypeManual, size 0x1b4 lma 0x40008348
57+download,{section="i.CyU3PDmaChannelDestroy_TypeManual",section-size="436",total-size="727549"}
~"Loading section i.CyU3PDmaChannelDiscardBuffer, size 0x350 lma 0x400084fc\n"
Loading section i.CyU3PDmaChannelDiscardBuffer, size 0x350 lma 0x400084fc
57+download,{section="i.CyU3PDmaChannelDiscardBuffer",section-size="848",total-size="727549"}
57+download,{section="i.CyU3PDmaChannelDiscardBuffer",section-sent="848",section-size="848",total-sent="32116",total-size="727549"}
~"Loading section i.CyU3PDmaChannelGetBuffer, size 0x334 lma 0x4000884c\n"
Loading section i.CyU3PDmaChannelGetBuffer, size 0x334 lma 0x4000884c
57+download,{section="i.CyU3PDmaChannelGetBuffer",section-size="820",total-size="727549"}
~"Loading section i.CyU3PDmaChannelReset, size 0x120 lma 0x40008b80\n"
Loading section i.CyU3PDmaChannelReset, size 0x120 lma 0x40008b80
57+download,{section="i.CyU3PDmaChannelReset",section-size="288",total-size="727549"}
~"Loading section i.CyU3PDmaChannelReset_TypeAuto, size 0x8c lma 0x40008ca0\n"
Loading section i.CyU3PDmaChannelReset_TypeAuto, size 0x8c lma 0x40008ca0
57+download,{section="i.CyU3PDmaChannelReset_TypeAuto",section-size="140",total-size="727549"}
~"Loading section i.CyU3PDmaChannelReset_TypeManual, size 0xf8 lma 0x40008d2c\n"
Loading section i.CyU3PDmaChannelReset_TypeManual, size 0xf8 lma 0x40008d2c
57+download,{section="i.CyU3PDmaChannelReset_TypeManual",section-size="248",total-size="727549"}
~"Loading section i.CyU3PDmaChannelResumeUsbConsumer, size 0x64 lma 0x40008e24\n"
Loading section i.CyU3PDmaChannelResumeUsbConsumer, size 0x64 lma 0x40008e24
57+download,{section="i.CyU3PDmaChannelResumeUsbConsumer",section-size="100",total-size="727549"}
~"Loading section i.CyU3PDmaChannelSendData, size 0x1b4 lma 0x40008e88\n"
Loading section i.CyU3PDmaChannelSendData, size 0x1b4 lma 0x40008e88
57+download,{section="i.CyU3PDmaChannelSendData",section-size="436",total-size="727549"}
57+download,{section="i.CyU3PDmaChannelSendData",section-sent="436",section-size="436",total-sent="34148",total-size="727549"}
~"Loading section i.CyU3PDmaChannelSetWrapUp, size 0x74 lma 0x4000903c\n"
Loading section i.CyU3PDmaChannelSetWrapUp, size 0x74 lma 0x4000903c
57+download,{section="i.CyU3PDmaChannelSetWrapUp",section-size="116",total-size="727549"}
~"Loading section i.CyU3PDmaChannelSetXfer, size 0xdc lma 0x400090b0\n"
Loading section i.CyU3PDmaChannelSetXfer, size 0xdc lma 0x400090b0
57+download,{section="i.CyU3PDmaChannelSetXfer",section-size="220",total-size="727549"}
~"Loading section i.CyU3PDmaChannelSetXfer_TypeAuto, size 0x1a0 lma 0x4000918c\n"
Loading section i.CyU3PDmaChannelSetXfer_TypeAuto, size 0x1a0 lma 0x4000918c
57+download,{section="i.CyU3PDmaChannelSetXfer_TypeAuto",section-size="416",total-size="727549"}
~"Loading section i.CyU3PDmaChannelSetXfer_TypeManual, size 0x1ec lma 0x4000932c\n"
Loading section i.CyU3PDmaChannelSetXfer_TypeManual, size 0x1ec lma 0x4000932c
57+download,{section="i.CyU3PDmaChannelSetXfer_TypeManual",section-size="492",total-size="727549"}
~"Loading section i.CyU3PDmaChannelSetupRecvBuffer, size 0x220 lma 0x40009518\n"
Loading section i.CyU3PDmaChannelSetupRecvBuffer, size 0x220 lma 0x40009518
57+download,{section="i.CyU3PDmaChannelSetupRecvBuffer",section-size="544",total-size="727549"}
~"Loading section i.CyU3PDmaChannelSetupSendBuffer, size 0x238 lma 0x40009738\n"
Loading section i.CyU3PDmaChannelSetupSendBuffer, size 0x238 lma 0x40009738
57+download,{section="i.CyU3PDmaChannelSetupSendBuffer",section-size="568",total-size="727549"}
~"Loading section i.CyU3PDmaChannelSuspendUsbConsumer, size 0xec lma 0x40009970\n"
Loading section i.CyU3PDmaChannelSuspendUsbConsumer, size 0xec lma 0x40009970
57+download,{section="i.CyU3PDmaChannelSuspendUsbConsumer",section-size="236",total-size="727549"}
57+download,{section="i.CyU3PDmaChannelSuspendUsbConsumer",section-sent="236",section-size="236",total-sent="36740",total-size="727549"}
~"Loading section i.CyU3PDmaChannelWaitForCompletion, size 0x130 lma 0x40009a5c\n"
Loading section i.CyU3PDmaChannelWaitForCompletion, size 0x130 lma 0x40009a5c
57+download,{section="i.CyU3PDmaChannelWaitForCompletion",section-size="304",total-size="727549"}
~"Loading section i.CyU3PDmaChannelWaitForRecvBuffer, size 0x1a4 lma 0x40009b8c\n"
Loading section i.CyU3PDmaChannelWaitForRecvBuffer, size 0x1a4 lma 0x40009b8c
57+download,{section="i.CyU3PDmaChannelWaitForRecvBuffer",section-size="420",total-size="727549"}
~"Loading section i.CyU3PDmaConfigureSockets_TypeAuto, size 0x10c lma 0x40009d30\n"
Loading section i.CyU3PDmaConfigureSockets_TypeAuto, size 0x10c lma 0x40009d30
57+download,{section="i.CyU3PDmaConfigureSockets_TypeAuto",section-size="268",total-size="727549"}
~"Loading section i.CyU3PDmaConfigureSockets_TypeManual, size 0x114 lma 0x40009e3c\n"
Loading section i.CyU3PDmaConfigureSockets_TypeManual, size 0x114 lma 0x40009e3c
57+download,{section="i.CyU3PDmaConfigureSockets_TypeManual",section-size="276",total-size="727549"}
~"Loading section i.CyU3PDebugApplicationDefine, size 0xdc lma 0x40009f50\n"
Loading section i.CyU3PDebugApplicationDefine, size 0xdc lma 0x40009f50
57+download,{section="i.CyU3PDebugApplicationDefine",section-size="220",total-size="727549"}
~"Loading section i.CyU3PDebugChannelReset, size 0x34 lma 0x4000a02c\n"
Loading section i.CyU3PDebugChannelReset, size 0x34 lma 0x4000a02c
57+download,{section="i.CyU3PDebugChannelReset",section-size="52",total-size="727549"}
~"Loading section i.CyU3PDebugInit, size 0x19c lma 0x4000a060\n"
Loading section i.CyU3PDebugInit, size 0x19c lma 0x4000a060
57+download,{section="i.CyU3PDebugInit",section-size="412",total-size="727549"}
~"Loading section i.CyU3PDebugIntToStr, size 0x80 lma 0x4000a1fc\n"
Loading section i.CyU3PDebugIntToStr, size 0x80 lma 0x4000a1fc
57+download,{section="i.CyU3PDebugIntToStr",section-size="128",total-size="727549"}
~"Loading section i.CyU3PDebugPreamble, size 0x10 lma 0x4000a27c\n"
Loading section i.CyU3PDebugPreamble, size 0x10 lma 0x4000a27c
57+download,{section="i.CyU3PDebugPreamble",section-size="16",total-size="727549"}
57+download,{section="i.CyU3PDebugPreamble",section-sent="16",section-size="16",total-sent="38836",total-size="727549"}
~"Loading section i.CyU3PDebugPrint, size 0x240 lma 0x4000a28c\n"
Loading section i.CyU3PDebugPrint, size 0x240 lma 0x4000a28c
57+download,{section="i.CyU3PDebugPrint",section-size="576",total-size="727549"}
~"Loading section i.CyU3PDebugThreadEntry, size 0xe4 lma 0x4000a4cc\n"
Loading section i.CyU3PDebugThreadEntry, size 0xe4 lma 0x4000a4cc
57+download,{section="i.CyU3PDebugThreadEntry",section-size="228",total-size="727549"}
~"Loading section i.MyDebugSNPrint, size 0x298 lma 0x4000a5b0\n"
Loading section i.MyDebugSNPrint, size 0x298 lma 0x4000a5b0
57+download,{section="i.MyDebugSNPrint",section-size="664",total-size="727549"}
~"Loading section i.CyU3PDmaDscrGetConfig, size 0x6c lma 0x4000a848\n"
Loading section i.CyU3PDmaDscrGetConfig, size 0x6c lma 0x4000a848
57+download,{section="i.CyU3PDmaDscrGetConfig",section-size="108",total-size="727549"}
~"Loading section i.CyU3PDmaDscrSetConfig, size 0x98 lma 0x4000a8b4\n"
Loading section i.CyU3PDmaDscrSetConfig, size 0x98 lma 0x4000a8b4
57+download,{section="i.CyU3PDmaDscrSetConfig",section-size="152",total-size="727549"}
~"Loading section i.CyU3PDevCheckDevStateStruct, size 0x150 lma 0x4000a94c\n"
Loading section i.CyU3PDevCheckDevStateStruct, size 0x150 lma 0x4000a94c
57+download,{section="i.CyU3PDevCheckDevStateStruct",section-size="336",total-size="727549"}
~"Loading section i.CyU3PDeviceCacheControl, size 0x98 lma 0x4000aa9c\n"
Loading section i.CyU3PDeviceCacheControl, size 0x98 lma 0x4000aa9c
57+download,{section="i.CyU3PDeviceCacheControl",section-size="152",total-size="727549"}
~"Loading section i.CyU3PDeviceInit, size 0x490 lma 0x4000ab34\n"
Loading section i.CyU3PDeviceInit, size 0x490 lma 0x4000ab34
57+download,{section="i.CyU3PDeviceInit",section-size="1168",total-size="727549"}
57+download,{section="i.CyU3PDeviceInit",section-sent="1168",section-size="1168",total-sent="42220",total-size="727549"}
~"Loading section i.CyU3PSysSetupMMU, size 0x2c lma 0x4000afc4\n"
Loading section i.CyU3PSysSetupMMU, size 0x2c lma 0x4000afc4
57+download,{section="i.CyU3PSysSetupMMU",section-size="44",total-size="727549"}
~"Loading section i.CyU3PSysWatchDogConfigure, size 0xf4 lma 0x4000aff0\n"
Loading section i.CyU3PSysWatchDogConfigure, size 0xf4 lma 0x4000aff0
57+download,{section="i.CyU3PSysWatchDogConfigure",section-size="244",total-size="727549"}
~"Loading section i.CyU3PDmaApplicationDefine, size 0xc0 lma 0x4000b0e4\n"
Loading section i.CyU3PDmaApplicationDefine, size 0xc0 lma 0x4000b0e4
57+download,{section="i.CyU3PDmaApplicationDefine",section-size="192",total-size="727549"}
~"Loading section i.CyU3PDmaChannelHandleError, size 0x9c lma 0x4000b1a4\n"
Loading section i.CyU3PDmaChannelHandleError, size 0x9c lma 0x4000b1a4
57+download,{section="i.CyU3PDmaChannelHandleError",section-size="156",total-size="727549"}
~"Loading section i.CyU3PDmaChannelIsValid, size 0x40 lma 0x4000b240\n"
Loading section i.CyU3PDmaChannelIsValid, size 0x40 lma 0x4000b240
57+download,{section="i.CyU3PDmaChannelIsValid",section-size="64",total-size="727549"}
~"Loading section i.CyU3PDmaInit, size 0x9c lma 0x4000b280\n"
Loading section i.CyU3PDmaInit, size 0x9c lma 0x4000b280
57+download,{section="i.CyU3PDmaInit",section-size="156",total-size="727549"}
~"Loading section i.CyU3PDmaIntHandler_TypeAuto, size 0x3c0 lma 0x4000b31c\n"
Loading section i.CyU3PDmaIntHandler_TypeAuto, size 0x3c0 lma 0x4000b31c
57+download,{section="i.CyU3PDmaIntHandler_TypeAuto",section-size="960",total-size="727549"}
~"Loading section i.CyU3PDmaIntHandler_TypeManual, size 0x600 lma 0x4000b6dc\n"
Loading section i.CyU3PDmaIntHandler_TypeManual, size 0x600 lma 0x4000b6dc
57+download,{section="i.CyU3PDmaIntHandler_TypeManual",section-size="1536",total-size="727549"}
57+download,{section="i.CyU3PDmaIntHandler_TypeManual",section-sent="1536",section-size="1536",total-sent="45572",total-size="727549"}
~"Loading section i.CyU3PDmaIntHandler_TypeManyToOne, size 0x5ec lma 0x4000bcdc\n"
Loading section i.CyU3PDmaIntHandler_TypeManyToOne, size 0x5ec lma 0x4000bcdc
57+download,{section="i.CyU3PDmaIntHandler_TypeManyToOne",section-size="1516",total-size="727549"}
~"Loading section i.CyU3PDmaIntHandler_TypeOneToMany, size 0x694 lma 0x4000c2c8\n"
Loading section i.CyU3PDmaIntHandler_TypeOneToMany, size 0x694 lma 0x4000c2c8
57+download,{section="i.CyU3PDmaIntHandler_TypeOneToMany",section-size="1684",total-size="727549"}
57+download,{section="i.CyU3PDmaIntHandler_TypeOneToMany",section-sent="1684",section-size="1684",total-sent="48772",total-size="727549"}
~"Loading section i.CyU3PDmaMsgSend, size 0x50 lma 0x4000c95c\n"
Loading section i.CyU3PDmaMsgSend, size 0x50 lma 0x4000c95c
57+download,{section="i.CyU3PDmaMsgSend",section-size="80",total-size="727549"}
~"Loading section i.CyU3PDmaMultiChannelHandleError, size 0xf8 lma 0x4000c9ac\n"
Loading section i.CyU3PDmaMultiChannelHandleError, size 0xf8 lma 0x4000c9ac
57+download,{section="i.CyU3PDmaMultiChannelHandleError",section-size="248",total-size="727549"}
~"Loading section i.CyU3PDmaMultiChannelIsValid, size 0x40 lma 0x4000caa4\n"
Loading section i.CyU3PDmaMultiChannelIsValid, size 0x40 lma 0x4000caa4
57+download,{section="i.CyU3PDmaMultiChannelIsValid",section-size="64",total-size="727549"}
~"Loading section i.CyU3PDmaThreadEntry, size 0x114 lma 0x4000cae4\n"
Loading section i.CyU3PDmaThreadEntry, size 0x114 lma 0x4000cae4
57+download,{section="i.CyU3PDmaThreadEntry",section-size="276",total-size="727549"}
~"Loading section i.CyU3PDmaUsbInEpGetChannel, size 0x3c lma 0x4000cbf8\n"
Loading section i.CyU3PDmaUsbInEpGetChannel, size 0x3c lma 0x4000cbf8
57+download,{section="i.CyU3PDmaUsbInEpGetChannel",section-size="60",total-size="727549"}
~"Loading section i.CyU3PDmaUsbInEpGetMultiChannel, size 0x3c lma 0x4000cc34\n"
Loading section i.CyU3PDmaUsbInEpGetMultiChannel, size 0x3c lma 0x4000cc34
57+download,{section="i.CyU3PDmaUsbInEpGetMultiChannel",section-size="60",total-size="727549"}
57+download,{section="i.CyU3PDmaUsbInEpGetMultiChannel",section-sent="60",section-size="60",total-sent="49560",total-size="727549"}
~"Loading section i.CyU3PDmaUsbSockSetAvlEn, size 0x70 lma 0x4000cc70\n"
Loading section i.CyU3PDmaUsbSockSetAvlEn, size 0x70 lma 0x4000cc70
57+download,{section="i.CyU3PDmaUsbSockSetAvlEn",section-size="112",total-size="727549"}
~"Loading section i.CyU3PDmaDscrChainCreate, size 0x150 lma 0x4000cce0\n"
Loading section i.CyU3PDmaDscrChainCreate, size 0x150 lma 0x4000cce0
57+download,{section="i.CyU3PDmaDscrChainCreate",section-size="336",total-size="727549"}
~"Loading section i.CyU3PDmaDscrChainDestroy, size 0x8c lma 0x4000ce30\n"
Loading section i.CyU3PDmaDscrChainDestroy, size 0x8c lma 0x4000ce30
57+download,{section="i.CyU3PDmaDscrChainDestroy",section-size="140",total-size="727549"}
~"Loading section i.CyU3PDmaDscrGet, size 0xe0 lma 0x4000cebc\n"
Loading section i.CyU3PDmaDscrGet, size 0xe0 lma 0x4000cebc
57+download,{section="i.CyU3PDmaDscrGet",section-size="224",total-size="727549"}
~"Loading section i.CyU3PDmaDscrGetFreeCount, size 0x10 lma 0x4000cf9c\n"
Loading section i.CyU3PDmaDscrGetFreeCount, size 0x10 lma 0x4000cf9c
57+download,{section="i.CyU3PDmaDscrGetFreeCount",section-size="16",total-size="727549"}
~"Loading section i.CyU3PDmaDscrListCreate, size 0x54 lma 0x4000cfac\n"
Loading section i.CyU3PDmaDscrListCreate, size 0x54 lma 0x4000cfac
57+download,{section="i.CyU3PDmaDscrListCreate",section-size="84",total-size="727549"}
~"Loading section i.CyU3PDmaDscrPut, size 0x9c lma 0x4000d000\n"
Loading section i.CyU3PDmaDscrPut, size 0x9c lma 0x4000d000
57+download,{section="i.CyU3PDmaDscrPut",section-size="156",total-size="727549"}
~"Loading section FX3FWINIT, size 0x100 lma 0x4000d09c\n"
Loading section FX3FWINIT, size 0x100 lma 0x4000d09c
57+download,{section="FX3FWINIT",section-size="256",total-size="727549"}
~"Loading section i.CyU3PDeviceConfigureIOMatrix, size 0x38 lma 0x4000d19c\n"
Loading section i.CyU3PDeviceConfigureIOMatrix, size 0x38 lma 0x4000d19c
57+download,{section="i.CyU3PDeviceConfigureIOMatrix",section-size="56",total-size="727549"}
~"Loading section i.CyU3PIsLppIOConfigured, size 0x84 lma 0x4000d1d4\n"
Loading section i.CyU3PIsLppIOConfigured, size 0x84 lma 0x4000d1d4
57+download,{section="i.CyU3PIsLppIOConfigured",section-size="132",total-size="727549"}
~"Loading section i.CyU3PLppApplicationDefine, size 0x8c lma 0x4000d258\n"
Loading section i.CyU3PLppApplicationDefine, size 0x8c lma 0x4000d258
57+download,{section="i.CyU3PLppApplicationDefine",section-size="140",total-size="727549"}
~"Loading section i.CyU3PLppEventSend, size 0x28 lma 0x4000d2e4\n"
Loading section i.CyU3PLppEventSend, size 0x28 lma 0x4000d2e4
57+download,{section="i.CyU3PLppEventSend",section-size="40",total-size="727549"}
~"Loading section i.CyU3PLppInit, size 0x1a0 lma 0x4000d30c\n"
Loading section i.CyU3PLppInit, size 0x1a0 lma 0x4000d30c
57+download,{section="i.CyU3PLppInit",section-size="416",total-size="727549"}
~"Loading section i.CyU3PLppRestoreState, size 0x128 lma 0x4000d4ac\n"
Loading section i.CyU3PLppRestoreState, size 0x128 lma 0x4000d4ac
57+download,{section="i.CyU3PLppRestoreState",section-size="296",total-size="727549"}
57+download,{section="i.CyU3PLppRestoreState",section-sent="296",section-size="296",total-sent="51964",total-size="727549"}
~"Loading section i.CyU3PLppSocketInit, size 0x50 lma 0x4000d5d4\n"
Loading section i.CyU3PLppSocketInit, size 0x50 lma 0x4000d5d4
57+download,{section="i.CyU3PLppSocketInit",section-size="80",total-size="727549"}
~"Loading section i.CyU3PLppThreadEntry, size 0x130 lma 0x4000d624\n"
Loading section i.CyU3PLppThreadEntry, size 0x130 lma 0x4000d624
57+download,{section="i.CyU3PLppThreadEntry",section-size="304",total-size="727549"}
~"Loading section i.CyU3PUartSetClock, size 0xd8 lma 0x4000d754\n"
Loading section i.CyU3PUartSetClock, size 0xd8 lma 0x4000d754
57+download,{section="i.CyU3PUartSetClock",section-size="216",total-size="727549"}
~"Loading section i.CyU3UpdateLppActiveInfo, size 0x84 lma 0x4000d82c\n"
Loading section i.CyU3UpdateLppActiveInfo, size 0x84 lma 0x4000d82c
57+download,{section="i.CyU3UpdateLppActiveInfo",section-size="132",total-size="727549"}
~"Loading section i.CyU3PInitPageTable, size 0xc lma 0x4000d8b0\n"
Loading section i.CyU3PInitPageTable, size 0xc lma 0x4000d8b0
57+download,{section="i.CyU3PInitPageTable",section-size="12",total-size="727549"}
~"Loading section i.CyU3PSysBarrierSync, size 0xc lma 0x4000d8bc\n"
Loading section i.CyU3PSysBarrierSync, size 0xc lma 0x4000d8bc
57+download,{section="i.CyU3PSysBarrierSync",section-size="12",total-size="727549"}
~"Loading section i.CyU3PSysDisableICache, size 0x10 lma 0x4000d8c8\n"
Loading section i.CyU3PSysDisableICache, size 0x10 lma 0x4000d8c8
57+download,{section="i.CyU3PSysDisableICache",section-size="16",total-size="727549"}
~"Loading section i.CyU3PSysEnableDCache, size 0x10 lma 0x4000d8d8\n"
Loading section i.CyU3PSysEnableDCache, size 0x10 lma 0x4000d8d8
57+download,{section="i.CyU3PSysEnableDCache",section-size="16",total-size="727549"}
~"Loading section i.CyU3PSysEnableICache, size 0x14 lma 0x4000d8e8\n"
Loading section i.CyU3PSysEnableICache, size 0x14 lma 0x4000d8e8
57+download,{section="i.CyU3PSysEnableICache",section-size="20",total-size="727549"}
~"Loading section i.CyU3PSysEnableMMU, size 0x10 lma 0x4000d8fc\n"
Loading section i.CyU3PSysEnableMMU, size 0x10 lma 0x4000d8fc
57+download,{section="i.CyU3PSysEnableMMU",section-size="16",total-size="727549"}
~"Loading section i.CyU3PSysFlushICache, size 0xc lma 0x4000d90c\n"
Loading section i.CyU3PSysFlushICache, size 0xc lma 0x4000d90c
57+download,{section="i.CyU3PSysFlushICache",section-size="12",total-size="727549"}
~"Loading section i.CyU3PSysInitTCMs, size 0x14 lma 0x4000d918\n"
Loading section i.CyU3PSysInitTCMs, size 0x14 lma 0x4000d918
57+download,{section="i.CyU3PSysInitTCMs",section-size="20",total-size="727549"}
~"Loading section i.CyU3PSysLoadTLB, size 0x3c lma 0x4000d92c\n"
Loading section i.CyU3PSysLoadTLB, size 0x3c lma 0x4000d92c
57+download,{section="i.CyU3PSysLoadTLB",section-size="60",total-size="727549"}
~"Loading section i.CyU3PSysLockTLBEntry, size 0x28 lma 0x4000d968\n"
Loading section i.CyU3PSysLockTLBEntry, size 0x28 lma 0x4000d968
57+download,{section="i.CyU3PSysLockTLBEntry",section-size="40",total-size="727549"}
~"Loading section i.CyU3PDmaSocketDisable, size 0x60 lma 0x4000d990\n"
Loading section i.CyU3PDmaSocketDisable, size 0x60 lma 0x4000d990
57+download,{section="i.CyU3PDmaSocketDisable",section-size="96",total-size="727549"}
~"Loading section i.CyU3PDmaSocketGetConfig, size 0xa0 lma 0x4000d9f0\n"
Loading section i.CyU3PDmaSocketGetConfig, size 0xa0 lma 0x4000d9f0
57+download,{section="i.CyU3PDmaSocketGetConfig",section-size="160",total-size="727549"}
~"Loading section i.CyU3PDmaSocketIsValidConsumer, size 0xe0 lma 0x4000da90\n"
Loading section i.CyU3PDmaSocketIsValidConsumer, size 0xe0 lma 0x4000da90
57+download,{section="i.CyU3PDmaSocketIsValidConsumer",section-size="224",total-size="727549"}
~"Loading section i.CyU3PDmaSocketIsValidProducer, size 0xe0 lma 0x4000db70\n"
Loading section i.CyU3PDmaSocketIsValidProducer, size 0xe0 lma 0x4000db70
57+download,{section="i.CyU3PDmaSocketIsValidProducer",section-size="224",total-size="727549"}
57+download,{section="i.CyU3PDmaSocketIsValidProducer",section-sent="224",section-size="224",total-sent="53624",total-size="727549"}
~"Loading section i.CyU3PDmaSocketSendEvent, size 0x48 lma 0x4000dc50\n"
Loading section i.CyU3PDmaSocketSendEvent, size 0x48 lma 0x4000dc50
57+download,{section="i.CyU3PDmaSocketSendEvent",section-size="72",total-size="727549"}
~"Loading section i.CyU3PDmaSocketSetConfig, size 0xac lma 0x4000dc98\n"
Loading section i.CyU3PDmaSocketSetConfig, size 0xac lma 0x4000dc98
57+download,{section="i.CyU3PDmaSocketSetConfig",section-size="172",total-size="727549"}
~"Loading section i.CyU3PDmaSocketSetWrapUp, size 0x44 lma 0x4000dd44\n"
Loading section i.CyU3PDmaSocketSetWrapUp, size 0x44 lma 0x4000dd44
57+download,{section="i.CyU3PDmaSocketSetWrapUp",section-size="68",total-size="727549"}
~"Loading section i.CyU3PDmaSocketUpdateStatus, size 0x74 lma 0x4000dd88\n"
Loading section i.CyU3PDmaSocketUpdateStatus, size 0x74 lma 0x4000dd88
57+download,{section="i.CyU3PDmaSocketUpdateStatus",section-size="116",total-size="727549"}
~"Loading section i.CyU3PDmaUpdateSocketResume, size 0xd4 lma 0x4000ddfc\n"
Loading section i.CyU3PDmaUpdateSocketResume, size 0xd4 lma 0x4000ddfc
57+download,{section="i.CyU3PDmaUpdateSocketResume",section-size="212",total-size="727549"}
~"Loading section i.CyU3PDmaUpdateSocketSuspendOption, size 0x164 lma 0x4000ded0\n"
Loading section i.CyU3PDmaUpdateSocketSuspendOption, size 0x164 lma 0x4000ded0
57+download,{section="i.CyU3PDmaUpdateSocketSuspendOption",section-size="356",total-size="727549"}
~"Loading section i.CyU3PApplicationDefine, size 0xc8 lma 0x4000e034\n"
Loading section i.CyU3PApplicationDefine, size 0xc8 lma 0x4000e034
57+download,{section="i.CyU3PApplicationDefine",section-size="200",total-size="727549"}
~"Loading section i.CyU3PSysCheckBootState, size 0xa0 lma 0x4000e0fc\n"
Loading section i.CyU3PSysCheckBootState, size 0xa0 lma 0x4000e0fc
57+download,{section="i.CyU3PSysCheckBootState",section-size="160",total-size="727549"}
~"Loading section i.CyU3PSysGetRegBkpAddr, size 0x10 lma 0x4000e19c\n"
Loading section i.CyU3PSysGetRegBkpAddr, size 0x10 lma 0x4000e19c
57+download,{section="i.CyU3PSysGetRegBkpAddr",section-size="16",total-size="727549"}
~"Loading section i.CyU3PSysModuleInitCompleteEvt, size 0x24 lma 0x4000e1ac\n"
Loading section i.CyU3PSysModuleInitCompleteEvt, size 0x24 lma 0x4000e1ac
57+download,{section="i.CyU3PSysModuleInitCompleteEvt",section-size="36",total-size="727549"}
~"Loading section i.CyU3PSysThreadEntry, size 0x68 lma 0x4000e1d0\n"
Loading section i.CyU3PSysThreadEntry, size 0x68 lma 0x4000e1d0
57+download,{section="i.CyU3PSysThreadEntry",section-size="104",total-size="727549"}
~"Loading section i.CyU3PSystemRegisterDriver, size 0x4 lma 0x4000e238\n"
Loading section i.CyU3PSystemRegisterDriver, size 0x4 lma 0x4000e238
57+download,{section="i.CyU3PSystemRegisterDriver",section-size="4",total-size="727549"}
~"Loading section i.CyU3PConnectState, size 0x248 lma 0x4000e23c\n"
Loading section i.CyU3PConnectState, size 0x248 lma 0x4000e23c
57+download,{section="i.CyU3PConnectState",section-size="584",total-size="727549"}
~"Loading section i.CyU3POtgGetMode, size 0x10 lma 0x4000e484\n"
Loading section i.CyU3POtgGetMode, size 0x10 lma 0x4000e484
57+download,{section="i.CyU3POtgGetMode",section-size="16",total-size="727549"}
57+download,{section="i.CyU3POtgGetMode",section-sent="16",section-size="16",total-sent="55740",total-size="727549"}
~"Loading section i.CyU3POtgIsDeviceMode, size 0xcc lma 0x4000e494\n"
Loading section i.CyU3POtgIsDeviceMode, size 0xcc lma 0x4000e494
57+download,{section="i.CyU3POtgIsDeviceMode",section-size="204",total-size="727549"}
~"Loading section i.CyU3POtgIsHostMode, size 0xc0 lma 0x4000e560\n"
Loading section i.CyU3POtgIsHostMode, size 0xc0 lma 0x4000e560
57+download,{section="i.CyU3POtgIsHostMode",section-size="192",total-size="727549"}
~"Loading section i.CyU3POtgIsStarted, size 0x10 lma 0x4000e620\n"
Loading section i.CyU3POtgIsStarted, size 0x10 lma 0x4000e620
57+download,{section="i.CyU3POtgIsStarted",section-size="16",total-size="727549"}
~"Loading section i.CyU3PSetEpConfig, size 0x550 lma 0x4000e630\n"
Loading section i.CyU3PSetEpConfig, size 0x550 lma 0x4000e630
57+download,{section="i.CyU3PSetEpConfig",section-size="1360",total-size="727549"}
~"Loading section i.CyU3PSetUsbCoreClock, size 0x84 lma 0x4000eb80\n"
Loading section i.CyU3PSetUsbCoreClock, size 0x84 lma 0x4000eb80
57+download,{section="i.CyU3PSetUsbCoreClock",section-size="132",total-size="727549"}
~"Loading section i.CyU3PUibInit, size 0x1c8 lma 0x4000ec04\n"
Loading section i.CyU3PUibInit, size 0x1c8 lma 0x4000ec04
57+download,{section="i.CyU3PUibInit",section-size="456",total-size="727549"}
~"Loading section i.CyU3PUsb2Resume, size 0x158 lma 0x4000edcc\n"
Loading section i.CyU3PUsb2Resume, size 0x158 lma 0x4000edcc
57+download,{section="i.CyU3PUsb2Resume",section-size="344",total-size="727549"}
57+download,{section="i.CyU3PUsb2Resume",section-sent="344",section-size="344",total-sent="58444",total-size="727549"}
~"Loading section i.CyU3PUsbAckSetup, size 0xf8 lma 0x4000ef24\n"
Loading section i.CyU3PUsbAckSetup, size 0xf8 lma 0x4000ef24
57+download,{section="i.CyU3PUsbAckSetup",section-size="248",total-size="727549"}
~"Loading section i.CyU3PUsbCreateDmaChannels, size 0x174 lma 0x4000f01c\n"
Loading section i.CyU3PUsbCreateDmaChannels, size 0x174 lma 0x4000f01c
57+download,{section="i.CyU3PUsbCreateDmaChannels",section-size="372",total-size="727549"}
~"Loading section i.CyU3PUsbFlushEp, size 0xbc lma 0x4000f190\n"
Loading section i.CyU3PUsbFlushEp, size 0xbc lma 0x4000f190
57+download,{section="i.CyU3PUsbFlushEp",section-size="188",total-size="727549"}
~"Loading section i.CyU3PUsbGetEP0Data, size 0x1b8 lma 0x4000f24c\n"
Loading section i.CyU3PUsbGetEP0Data, size 0x1b8 lma 0x4000f24c
57+download,{section="i.CyU3PUsbGetEP0Data",section-size="440",total-size="727549"}
~"Loading section i.CyU3PUsbGetEpSeqNum, size 0xb4 lma 0x4000f404\n"
Loading section i.CyU3PUsbGetEpSeqNum, size 0xb4 lma 0x4000f404
57+download,{section="i.CyU3PUsbGetEpSeqNum",section-size="180",total-size="727549"}
~"Loading section i.CyU3PUsbGetLock, size 0x4 lma 0x4000f4b8\n"
Loading section i.CyU3PUsbGetLock, size 0x4 lma 0x4000f4b8
57+download,{section="i.CyU3PUsbGetLock",section-size="4",total-size="727549"}
~"Loading section i.CyU3PUsbGetSpeed, size 0x10 lma 0x4000f4bc\n"
Loading section i.CyU3PUsbGetSpeed, size 0x10 lma 0x4000f4bc
57+download,{section="i.CyU3PUsbGetSpeed",section-size="16",total-size="727549"}
~"Loading section i.CyU3PUsbHostIsStarted, size 0x10 lma 0x4000f4cc\n"
Loading section i.CyU3PUsbHostIsStarted, size 0x10 lma 0x4000f4cc
57+download,{section="i.CyU3PUsbHostIsStarted",section-size="16",total-size="727549"}
~"Loading section i.CyU3PUsbIsNewCtrlRqtRecvd, size 0x4c lma 0x4000f4dc\n"
Loading section i.CyU3PUsbIsNewCtrlRqtRecvd, size 0x4c lma 0x4000f4dc
57+download,{section="i.CyU3PUsbIsNewCtrlRqtRecvd",section-size="76",total-size="727549"}
~"Loading section i.CyU3PUsbLPMDisable, size 0x68 lma 0x4000f528\n"
Loading section i.CyU3PUsbLPMDisable, size 0x68 lma 0x4000f528
57+download,{section="i.CyU3PUsbLPMDisable",section-size="104",total-size="727549"}
~"Loading section i.CyU3PUsbLPMEnable, size 0x8c lma 0x4000f590\n"
Loading section i.CyU3PUsbLPMEnable, size 0x8c lma 0x4000f590
57+download,{section="i.CyU3PUsbLPMEnable",section-size="140",total-size="727549"}
~"Loading section i.CyU3PUsbLoadBootloaderDescs, size 0x6c lma 0x4000f61c\n"
Loading section i.CyU3PUsbLoadBootloaderDescs, size 0x6c lma 0x4000f61c
57+download,{section="i.CyU3PUsbLoadBootloaderDescs",section-size="108",total-size="727549"}
57+download,{section="i.CyU3PUsbLoadBootloaderDescs",section-sent="108",section-size="108",total-sent="60336",total-size="727549"}
~"Loading section i.CyU3PUsbMapStream, size 0x7c lma 0x4000f688\n"
Loading section i.CyU3PUsbMapStream, size 0x7c lma 0x4000f688
57+download,{section="i.CyU3PUsbMapStream",section-size="124",total-size="727549"}
~"Loading section i.CyU3PUsbOtgVbusChangeHandler, size 0xb4 lma 0x4000f704\n"
Loading section i.CyU3PUsbOtgVbusChangeHandler, size 0xb4 lma 0x4000f704
57+download,{section="i.CyU3PUsbOtgVbusChangeHandler",section-size="180",total-size="727549"}
~"Loading section i.CyU3PUsbPhyDisable, size 0x24c lma 0x4000f7b8\n"
Loading section i.CyU3PUsbPhyDisable, size 0x24c lma 0x4000f7b8
57+download,{section="i.CyU3PUsbPhyDisable",section-size="588",total-size="727549"}
~"Loading section i.CyU3PUsbPhyEnable, size 0x37c lma 0x4000fa04\n"
Loading section i.CyU3PUsbPhyEnable, size 0x37c lma 0x4000fa04
57+download,{section="i.CyU3PUsbPhyEnable",section-size="892",total-size="727549"}
~"Loading section i.CyU3PUsbPowerOn, size 0xc lma 0x4000fd80\n"
Loading section i.CyU3PUsbPowerOn, size 0xc lma 0x4000fd80
57+download,{section="i.CyU3PUsbPowerOn",section-size="12",total-size="727549"}
~"Loading section i.CyU3PUsbPutLock, size 0x4 lma 0x4000fd8c\n"
Loading section i.CyU3PUsbPutLock, size 0x4 lma 0x4000fd8c
57+download,{section="i.CyU3PUsbPutLock",section-size="4",total-size="727549"}
~"Loading section i.CyU3PUsbResetEndpointMemories, size 0x320 lma 0x4000fd90\n"
Loading section i.CyU3PUsbResetEndpointMemories, size 0x320 lma 0x4000fd90
57+download,{section="i.CyU3PUsbResetEndpointMemories",section-size="800",total-size="727549"}
~"Loading section i.CyU3PUsbResetEp, size 0xd4 lma 0x400100b0\n"
Loading section i.CyU3PUsbResetEp, size 0xd4 lma 0x400100b0
57+download,{section="i.CyU3PUsbResetEp",section-size="212",total-size="727549"}
57+download,{section="i.CyU3PUsbResetEp",section-sent="212",section-size="212",total-sent="63148",total-size="727549"}
~"Loading section i.CyU3PUsbResumeInEpChannels, size 0x78 lma 0x40010184\n"
Loading section i.CyU3PUsbResumeInEpChannels, size 0x78 lma 0x40010184
57+download,{section="i.CyU3PUsbResumeInEpChannels",section-size="120",total-size="727549"}
~"Loading section i.CyU3PUsbSendEP0Data, size 0x250 lma 0x400101fc\n"
Loading section i.CyU3PUsbSendEP0Data, size 0x250 lma 0x400101fc
57+download,{section="i.CyU3PUsbSendEP0Data",section-size="592",total-size="727549"}
~"Loading section i.CyU3PUsbSendErdy, size 0xf4 lma 0x4001044c\n"
Loading section i.CyU3PUsbSendErdy, size 0xf4 lma 0x4001044c
57+download,{section="i.CyU3PUsbSendErdy",section-size="244",total-size="727549"}
~"Loading section i.CyU3PUsbSetDesc, size 0x1c8 lma 0x40010540\n"
Loading section i.CyU3PUsbSetDesc, size 0x1c8 lma 0x40010540
57+download,{section="i.CyU3PUsbSetDesc",section-size="456",total-size="727549"}
~"Loading section i.CyU3PUsbSetEpNak, size 0x1b4 lma 0x40010708\n"
Loading section i.CyU3PUsbSetEpNak, size 0x1b4 lma 0x40010708
57+download,{section="i.CyU3PUsbSetEpNak",section-size="436",total-size="727549"}
~"Loading section i.CyU3PUsbSetEpSeqNum, size 0xa8 lma 0x400108bc\n"
Loading section i.CyU3PUsbSetEpSeqNum, size 0xa8 lma 0x400108bc
57+download,{section="i.CyU3PUsbSetEpSeqNum",section-size="168",total-size="727549"}
~"Loading section i.CyU3PUsbSetLinkPowerState, size 0x154 lma 0x40010964\n"
Loading section i.CyU3PUsbSetLinkPowerState, size 0x154 lma 0x40010964
57+download,{section="i.CyU3PUsbSetLinkPowerState",section-size="340",total-size="727549"}
~"Loading section i.CyU3PUsbStall, size 0x3f0 lma 0x40010ab8\n"
Loading section i.CyU3PUsbStall, size 0x3f0 lma 0x40010ab8
57+download,{section="i.CyU3PUsbStall",section-size="1008",total-size="727549"}
57+download,{section="i.CyU3PUsbStall",section-sent="1008",section-size="1008",total-sent="66512",total-size="727549"}
~"Loading section i.CyU3PUsbStart, size 0x3ac lma 0x40010ea8\n"
Loading section i.CyU3PUsbStart, size 0x3ac lma 0x40010ea8
57+download,{section="i.CyU3PUsbStart",section-size="940",total-size="727549"}
~"Loading section i.CyU3PUsbSuspendInEpChannels, size 0x80 lma 0x40011254\n"
Loading section i.CyU3PUsbSuspendInEpChannels, size 0x80 lma 0x40011254
57+download,{section="i.CyU3PUsbSuspendInEpChannels",section-size="128",total-size="727549"}
~"Loading section i.GetUsbLinkActive, size 0x80 lma 0x400112d4\n"
Loading section i.GetUsbLinkActive, size 0x80 lma 0x400112d4
57+download,{section="i.GetUsbLinkActive",section-size="128",total-size="727549"}
~"Loading section i.CyU3PHsGrantIntrHandler, size 0x78 lma 0x40011354\n"
Loading section i.CyU3PHsGrantIntrHandler, size 0x78 lma 0x40011354
57+download,{section="i.CyU3PHsGrantIntrHandler",section-size="120",total-size="727549"}
~"Loading section i.CyU3PUibApplicationDefine, size 0x1a4 lma 0x400113cc\n"
Loading section i.CyU3PUibApplicationDefine, size 0x1a4 lma 0x400113cc
57+download,{section="i.CyU3PUibApplicationDefine",section-size="420",total-size="727549"}
~"Loading section i.CyU3PUibDevCtrlEvtHandler, size 0x210 lma 0x40011570\n"
Loading section i.CyU3PUibDevCtrlEvtHandler, size 0x210 lma 0x40011570
57+download,{section="i.CyU3PUibDevCtrlEvtHandler",section-size="528",total-size="727549"}
57+download,{section="i.CyU3PUibDevCtrlEvtHandler",section-sent="528",section-size="528",total-sent="68776",total-size="727549"}
~"Loading section i.CyU3PUibEPEvtHandler, size 0x280 lma 0x40011780\n"
Loading section i.CyU3PUibEPEvtHandler, size 0x280 lma 0x40011780
57+download,{section="i.CyU3PUibEPEvtHandler",section-size="640",total-size="727549"}
~"Loading section i.CyU3PUibInitVars, size 0xd0 lma 0x40011a00\n"
Loading section i.CyU3PUibInitVars, size 0xd0 lma 0x40011a00
57+download,{section="i.CyU3PUibInitVars",section-size="208",total-size="727549"}
~"Loading section i.CyU3PUibIsSocketSuspended, size 0x3c lma 0x40011ad0\n"
Loading section i.CyU3PUibIsSocketSuspended, size 0x3c lma 0x40011ad0
57+download,{section="i.CyU3PUibIsSocketSuspended",section-size="60",total-size="727549"}
~"Loading section i.CyU3PUibLnkErrClrTimerCb, size 0xa0 lma 0x40011b0c\n"
Loading section i.CyU3PUibLnkErrClrTimerCb, size 0xa0 lma 0x40011b0c
57+download,{section="i.CyU3PUibLnkErrClrTimerCb",section-size="160",total-size="727549"}
~"Loading section i.CyU3PUibLnkIntrEvtHandler, size 0xa0 lma 0x40011bac\n"
Loading section i.CyU3PUibLnkIntrEvtHandler, size 0xa0 lma 0x40011bac
57+download,{section="i.CyU3PUibLnkIntrEvtHandler",section-size="160",total-size="727549"}
~"Loading section i.CyU3PUibProtEpIntrEvtHandler, size 0x4f8 lma 0x40011c4c\n"
Loading section i.CyU3PUibProtEpIntrEvtHandler, size 0x4f8 lma 0x40011c4c
57+download,{section="i.CyU3PUibProtEpIntrEvtHandler",section-size="1272",total-size="727549"}
~"Loading section i.CyU3PUibProtIntrEvtHandler, size 0x13c lma 0x40012144\n"
Loading section i.CyU3PUibProtIntrEvtHandler, size 0x13c lma 0x40012144
57+download,{section="i.CyU3PUibProtIntrEvtHandler",section-size="316",total-size="727549"}
57+download,{section="i.CyU3PUibProtIntrEvtHandler",section-sent="316",section-size="316",total-sent="71592",total-size="727549"}
~"Loading section i.CyU3PUibSendDescr, size 0x624 lma 0x40012280\n"
Loading section i.CyU3PUibSendDescr, size 0x624 lma 0x40012280
57+download,{section="i.CyU3PUibSendDescr",section-size="1572",total-size="727549"}
~"Loading section i.CyU3PUibSocketInit, size 0xc4 lma 0x400128a4\n"
Loading section i.CyU3PUibSocketInit, size 0xc4 lma 0x400128a4
57+download,{section="i.CyU3PUibSocketInit",section-size="196",total-size="727549"}
~"Loading section i.CyU3PUibStatusTimerCb, size 0xa4 lma 0x40012968\n"
Loading section i.CyU3PUibStatusTimerCb, size 0xa4 lma 0x40012968
57+download,{section="i.CyU3PUibStatusTimerCb",section-size="164",total-size="727549"}
~"Loading section i.CyU3PUibThreadEntry, size 0x7c lma 0x40012a0c\n"
Loading section i.CyU3PUibThreadEntry, size 0x7c lma 0x40012a0c
57+download,{section="i.CyU3PUibThreadEntry",section-size="124",total-size="727549"}
~"Loading section i.CyU3PUibVbusChangeHandler, size 0x168 lma 0x40012a88\n"
Loading section i.CyU3PUibVbusChangeHandler, size 0x168 lma 0x40012a88
57+download,{section="i.CyU3PUibVbusChangeHandler",section-size="360",total-size="727549"}
57+download,{section="i.CyU3PUibVbusChangeHandler",section-sent="360",section-size="360",total-sent="74008",total-size="727549"}
~"Loading section i.CyU3PUsbAddToEventLog, size 0x84 lma 0x40012bf0\n"
Loading section i.CyU3PUsbAddToEventLog, size 0x84 lma 0x40012bf0
57+download,{section="i.CyU3PUsbAddToEventLog",section-size="132",total-size="727549"}
~"Loading section i.CyU3PUsbCheckUsb3Disconnect, size 0x260 lma 0x40012c74\n"
Loading section i.CyU3PUsbCheckUsb3Disconnect, size 0x260 lma 0x40012c74
57+download,{section="i.CyU3PUsbCheckUsb3Disconnect",section-size="608",total-size="727549"}
~"Loading section i.CyU3PUsbDescInit, size 0x1c lma 0x40012ed4\n"
Loading section i.CyU3PUsbDescInit, size 0x1c lma 0x40012ed4
57+download,{section="i.CyU3PUsbDescInit",section-size="28",total-size="727549"}
~"Loading section i.CyU3PUsbEpPrepare, size 0x220 lma 0x40012ef0\n"
Loading section i.CyU3PUsbEpPrepare, size 0x220 lma 0x40012ef0
57+download,{section="i.CyU3PUsbEpPrepare",section-size="544",total-size="727549"}
~"Loading section i.CyU3PUsbFallBackToUsb2, size 0x2b8 lma 0x40013110\n"
Loading section i.CyU3PUsbFallBackToUsb2, size 0x2b8 lma 0x40013110
57+download,{section="i.CyU3PUsbFallBackToUsb2",section-size="696",total-size="727549"}
~"Loading section i.CyU3PUsbGetEpStatus, size 0xb8 lma 0x400133c8\n"
Loading section i.CyU3PUsbGetEpStatus, size 0xb8 lma 0x400133c8
57+download,{section="i.CyU3PUsbGetEpStatus",section-size="184",total-size="727549"}
~"Loading section i.CyU3PUsbHandleClearFeature, size 0x118 lma 0x40013480\n"
Loading section i.CyU3PUsbHandleClearFeature, size 0x118 lma 0x40013480
57+download,{section="i.CyU3PUsbHandleClearFeature",section-size="280",total-size="727549"}
57+download,{section="i.CyU3PUsbHandleClearFeature",section-sent="280",section-size="280",total-sent="76480",total-size="727549"}
~"Loading section i.CyU3PUsbHandleEvents, size 0x4b4 lma 0x40013598\n"
Loading section i.CyU3PUsbHandleEvents, size 0x4b4 lma 0x40013598
57+download,{section="i.CyU3PUsbHandleEvents",section-size="1204",total-size="727549"}
~"Loading section i.CyU3PUsbHandleGetStatus, size 0xf8 lma 0x40013a4c\n"
Loading section i.CyU3PUsbHandleGetStatus, size 0xf8 lma 0x40013a4c
57+download,{section="i.CyU3PUsbHandleGetStatus",section-size="248",total-size="727549"}
~"Loading section i.CyU3PUsbHandleSetFeature, size 0x130 lma 0x40013b44\n"
Loading section i.CyU3PUsbHandleSetFeature, size 0x130 lma 0x40013b44
57+download,{section="i.CyU3PUsbHandleSetFeature",section-size="304",total-size="727549"}
~"Loading section i.CyU3PUsbReEnableUsb3, size 0x21c lma 0x40013c74\n"
Loading section i.CyU3PUsbReEnableUsb3, size 0x21c lma 0x40013c74
57+download,{section="i.CyU3PUsbReEnableUsb3",section-size="540",total-size="727549"}
~"Loading section i.CyU3PUsbRegisterEventCallback, size 0x54 lma 0x40013e90\n"
Loading section i.CyU3PUsbRegisterEventCallback, size 0x54 lma 0x40013e90
57+download,{section="i.CyU3PUsbRegisterEventCallback",section-size="84",total-size="727549"}
57+download,{section="i.CyU3PUsbRegisterEventCallback",section-sent="84",section-size="84",total-sent="78860",total-size="727549"}
~"Loading section i.CyU3PUsbRegisterLPMRequestCallback, size 0x10 lma 0x40013ee4\n"
Loading section i.CyU3PUsbRegisterLPMRequestCallback, size 0x10 lma 0x40013ee4
57+download,{section="i.CyU3PUsbRegisterLPMRequestCallback",section-size="16",total-size="727549"}
~"Loading section i.CyU3PUsbRegisterSetupCallback, size 0x60 lma 0x40013ef4\n"
Loading section i.CyU3PUsbRegisterSetupCallback, size 0x60 lma 0x40013ef4
57+download,{section="i.CyU3PUsbRegisterSetupCallback",section-size="96",total-size="727549"}
~"Loading section i.CyU3PUsbResetHandler, size 0x178 lma 0x40013f54\n"
Loading section i.CyU3PUsbResetHandler, size 0x178 lma 0x40013f54
57+download,{section="i.CyU3PUsbResetHandler",section-size="376",total-size="727549"}
~"Loading section i.CyU3PUsbResumeHandler, size 0x50 lma 0x400140cc\n"
Loading section i.CyU3PUsbResumeHandler, size 0x50 lma 0x400140cc
57+download,{section="i.CyU3PUsbResumeHandler",section-size="80",total-size="727549"}
~"Loading section i.CyU3PUsbSSConnecthandler, size 0x238 lma 0x4001411c\n"
Loading section i.CyU3PUsbSSConnecthandler, size 0x238 lma 0x4001411c
57+download,{section="i.CyU3PUsbSSConnecthandler",section-size="568",total-size="727549"}
~"Loading section i.CyU3PUsbSSDisConnecthandler, size 0x1e0 lma 0x40014354\n"
Loading section i.CyU3PUsbSSDisConnecthandler, size 0x1e0 lma 0x40014354
57+download,{section="i.CyU3PUsbSSDisConnecthandler",section-size="480",total-size="727549"}
~"Loading section i.CyU3PUsbSSReset, size 0x1a8 lma 0x40014534\n"
Loading section i.CyU3PUsbSSReset, size 0x1a8 lma 0x40014534
57+download,{section="i.CyU3PUsbSSReset",section-size="424",total-size="727549"}
~"Loading section i.CyU3PUsbSendCompliancePatterns, size 0x210 lma 0x400146dc\n"
Loading section i.CyU3PUsbSendCompliancePatterns, size 0x210 lma 0x400146dc
57+download,{section="i.CyU3PUsbSendCompliancePatterns",section-size="528",total-size="727549"}
~"Loading section i.CyU3PUsbSetupCommand, size 0x850 lma 0x400148ec\n"
Loading section i.CyU3PUsbSetupCommand, size 0x850 lma 0x400148ec
57+download,{section="i.CyU3PUsbSetupCommand",section-size="2128",total-size="727549"}
57+download,{section="i.CyU3PUsbSetupCommand",section-sent="2128",section-size="2128",total-sent="83556",total-size="727549"}
~"Loading section i.CyU3PUsbSuspendHandler, size 0x50 lma 0x4001513c\n"
Loading section i.CyU3PUsbSuspendHandler, size 0x50 lma 0x4001513c
57+download,{section="i.CyU3PUsbSuspendHandler",section-size="80",total-size="727549"}
~"Loading section i.HandleVbusOffEvent, size 0x130 lma 0x4001518c\n"
Loading section i.HandleVbusOffEvent, size 0x130 lma 0x4001518c
57+download,{section="i.HandleVbusOffEvent",section-size="304",total-size="727549"}
~"Loading section i.CyU3PUsbEpEvtControl, size 0x338 lma 0x400152bc\n"
Loading section i.CyU3PUsbEpEvtControl, size 0x338 lma 0x400152bc
57+download,{section="i.CyU3PUsbEpEvtControl",section-size="824",total-size="727549"}
~"Loading section i.CyU3PComputeChecksum, size 0x5c lma 0x400155f4\n"
Loading section i.CyU3PComputeChecksum, size 0x5c lma 0x400155f4
57+download,{section="i.CyU3PComputeChecksum",section-size="92",total-size="727549"}
57+download,{section="i.CyU3PComputeChecksum",section-sent="92",section-size="92",total-sent="84856",total-size="727549"}
~"Loading section i.__aeabi_memclr4, size 0x20 lma 0x40015650\n"
Loading section i.__aeabi_memclr4, size 0x20 lma 0x40015650
57+download,{section="i.__aeabi_memclr4",section-size="32",total-size="727549"}
~"Loading section i.__aeabi_memcpy4, size 0x68 lma 0x40015670\n"
Loading section i.__aeabi_memcpy4, size 0x68 lma 0x40015670
57+download,{section="i.__aeabi_memcpy4",section-size="104",total-size="727549"}
~"Loading section i.__aeabi_memset, size 0x28 lma 0x400156d8\n"
Loading section i.__aeabi_memset, size 0x28 lma 0x400156d8
57+download,{section="i.__aeabi_memset",section-size="40",total-size="727549"}
~"Loading section i.__aeabi_memset4, size 0x20 lma 0x40015700\n"
Loading section i.__aeabi_memset4, size 0x20 lma 0x40015700
57+download,{section="i.__aeabi_memset4",section-size="32",total-size="727549"}
~"Loading section i.CyU3POsTimerInit, size 0x114 lma 0x40015720\n"
Loading section i.CyU3POsTimerInit, size 0x114 lma 0x40015720
57+download,{section="i.CyU3POsTimerInit",section-size="276",total-size="727549"}
~"Loading section i.CyU3PVicClearInt, size 0xc lma 0x40015834\n"
Loading section i.CyU3PVicClearInt, size 0xc lma 0x40015834
57+download,{section="i.CyU3PVicClearInt",section-size="12",total-size="727549"}
~"Loading section i.CyU3PVicDisableAllInterrupts, size 0x10 lma 0x40015840\n"
Loading section i.CyU3PVicDisableAllInterrupts, size 0x10 lma 0x40015840
57+download,{section="i.CyU3PVicDisableAllInterrupts",section-size="16",total-size="727549"}
~"Loading section i.CyU3PVicDisableInt, size 0x14 lma 0x40015850\n"
Loading section i.CyU3PVicDisableInt, size 0x14 lma 0x40015850
57+download,{section="i.CyU3PVicDisableInt",section-size="20",total-size="727549"}
~"Loading section i.CyU3PVicEnableInt, size 0x14 lma 0x40015864\n"
Loading section i.CyU3PVicEnableInt, size 0x14 lma 0x40015864
57+download,{section="i.CyU3PVicEnableInt",section-size="20",total-size="727549"}
~"Loading section i.CyU3PVicEnableInterrupts, size 0xc lma 0x40015878\n"
Loading section i.CyU3PVicEnableInterrupts, size 0xc lma 0x40015878
57+download,{section="i.CyU3PVicEnableInterrupts",section-size="12",total-size="727549"}
~"Loading section i.CyU3PVicInit, size 0x40 lma 0x40015888\n"
Loading section i.CyU3PVicInit, size 0x40 lma 0x40015888
57+download,{section="i.CyU3PVicInit",section-size="64",total-size="727549"}
~"Loading section i.CyU3PMboxReset, size 0x40 lma 0x400158c8\n"
Loading section i.CyU3PMboxReset, size 0x40 lma 0x400158c8
57+download,{section="i.CyU3PMboxReset",section-size="64",total-size="727549"}
~"Loading section i.CyFx3DevClearSwInterrupt, size 0x18 lma 0x40015908\n"
Loading section i.CyFx3DevClearSwInterrupt, size 0x18 lma 0x40015908
57+download,{section="i.CyFx3DevClearSwInterrupt",section-size="24",total-size="727549"}
~"Loading section i.CyFx3DevIOConfigure, size 0x194 lma 0x40015920\n"
Loading section i.CyFx3DevIOConfigure, size 0x194 lma 0x40015920
57+download,{section="i.CyFx3DevIOConfigure",section-size="404",total-size="727549"}
~"Loading section i.CyFx3DevIOIsI2cConfigured, size 0x10 lma 0x40015ab4\n"
Loading section i.CyFx3DevIOIsI2cConfigured, size 0x10 lma 0x40015ab4
57+download,{section="i.CyFx3DevIOIsI2cConfigured",section-size="16",total-size="727549"}
~"Loading section i.CyFx3DevIOIsI2sConfigured, size 0x10 lma 0x40015ac4\n"
Loading section i.CyFx3DevIOIsI2sConfigured, size 0x10 lma 0x40015ac4
57+download,{section="i.CyFx3DevIOIsI2sConfigured",section-size="16",total-size="727549"}
~"Loading section i.CyFx3DevIOIsSpiConfigured, size 0x10 lma 0x40015ad4\n"
Loading section i.CyFx3DevIOIsSpiConfigured, size 0x10 lma 0x40015ad4
57+download,{section="i.CyFx3DevIOIsSpiConfigured",section-size="16",total-size="727549"}
~"Loading section i.CyFx3DevIOIsUartConfigured, size 0x10 lma 0x40015ae4\n"
Loading section i.CyFx3DevIOIsUartConfigured, size 0x10 lma 0x40015ae4
57+download,{section="i.CyFx3DevIOIsUartConfigured",section-size="16",total-size="727549"}
~"Loading section i.CyFx3DevIOSetConfig, size 0x274 lma 0x40015af4\n"
Loading section i.CyFx3DevIOSetConfig, size 0x274 lma 0x40015af4
57+download,{section="i.CyFx3DevIOSetConfig",section-size="628",total-size="727549"}
~"Loading section i.CyFx3DevIdentifyPart, size 0xa8 lma 0x40015d68\n"
Loading section i.CyFx3DevIdentifyPart, size 0xa8 lma 0x40015d68
57+download,{section="i.CyFx3DevIdentifyPart",section-size="168",total-size="727549"}
57+download,{section="i.CyFx3DevIdentifyPart",section-sent="168",section-size="168",total-sent="86836",total-size="727549"}
~"Loading section i.CyFx3DevInitPageTables, size 0x74 lma 0x40015e10\n"
Loading section i.CyFx3DevInitPageTables, size 0x74 lma 0x40015e10
57+download,{section="i.CyFx3DevInitPageTables",section-size="116",total-size="727549"}
~"Loading section i.CyFx3DevIsGpif32Supported, size 0x28 lma 0x40015e84\n"
Loading section i.CyFx3DevIsGpif32Supported, size 0x28 lma 0x40015e84
57+download,{section="i.CyFx3DevIsGpif32Supported",section-size="40",total-size="727549"}
~"Loading section i.CyFx3DevIsI2sSupported, size 0x28 lma 0x40015eac\n"
Loading section i.CyFx3DevIsI2sSupported, size 0x28 lma 0x40015eac
57+download,{section="i.CyFx3DevIsI2sSupported",section-size="40",total-size="727549"}
~"Loading section i.CyFx3DevIsOtgSupported, size 0x28 lma 0x40015ed4\n"
Loading section i.CyFx3DevIsOtgSupported, size 0x28 lma 0x40015ed4
57+download,{section="i.CyFx3DevIsOtgSupported",section-size="40",total-size="727549"}
~"Loading section i.CyFx3DevIsSib0Supported, size 0x28 lma 0x40015efc\n"
Loading section i.CyFx3DevIsSib0Supported, size 0x28 lma 0x40015efc
57+download,{section="i.CyFx3DevIsSib0Supported",section-size="40",total-size="727549"}
~"Loading section i.CyFx3DevIsSib1Supported, size 0x28 lma 0x40015f24\n"
Loading section i.CyFx3DevIsSib1Supported, size 0x28 lma 0x40015f24
57+download,{section="i.CyFx3DevIsSib1Supported",section-size="40",total-size="727549"}
~"Loading section i.CyFx3DevIsUsb3Supported, size 0x28 lma 0x40015f4c\n"
Loading section i.CyFx3DevIsUsb3Supported, size 0x28 lma 0x40015f4c
57+download,{section="i.CyFx3DevIsUsb3Supported",section-size="40",total-size="727549"}
~"Loading section i.CyFx3BusyWait, size 0x30 lma 0x40015f74\n"
Loading section i.CyFx3BusyWait, size 0x30 lma 0x40015f74
57+download,{section="i.CyFx3BusyWait",section-size="48",total-size="727549"}
~"Loading section i.CyFx3PibGetDllStatus, size 0x14 lma 0x40015fa4\n"
Loading section i.CyFx3PibGetDllStatus, size 0x14 lma 0x40015fa4
57+download,{section="i.CyFx3PibGetDllStatus",section-size="20",total-size="727549"}
~"Loading section i.CyFx3SetCpuFreq, size 0x30 lma 0x40015fb8\n"
Loading section i.CyFx3SetCpuFreq, size 0x30 lma 0x40015fb8
57+download,{section="i.CyFx3SetCpuFreq",section-size="48",total-size="727549"}
~"Loading section i.CyFx3Usb2PhySetup, size 0x18 lma 0x40015fe8\n"
Loading section i.CyFx3Usb2PhySetup, size 0x18 lma 0x40015fe8
57+download,{section="i.CyFx3Usb2PhySetup",section-size="24",total-size="727549"}
~"Loading section i.CyFx3Usb3LnkRelaxHpTimeout, size 0x18 lma 0x40016000\n"
Loading section i.CyFx3Usb3LnkRelaxHpTimeout, size 0x18 lma 0x40016000
57+download,{section="i.CyFx3Usb3LnkRelaxHpTimeout",section-size="24",total-size="727549"}
~"Loading section i.CyFx3Usb3LnkSetup, size 0x44 lma 0x40016018\n"
Loading section i.CyFx3Usb3LnkSetup, size 0x44 lma 0x40016018
57+download,{section="i.CyFx3Usb3LnkSetup",section-size="68",total-size="727549"}
~"Loading section i.CyFx3Usb3SendTP, size 0x30 lma 0x4001605c\n"
Loading section i.CyFx3Usb3SendTP, size 0x30 lma 0x4001605c
57+download,{section="i.CyFx3Usb3SendTP",section-size="48",total-size="727549"}
~"Loading section i.CyFx3UsbDmaPrefetchEnable, size 0x2c lma 0x4001608c\n"
Loading section i.CyFx3UsbDmaPrefetchEnable, size 0x2c lma 0x4001608c
57+download,{section="i.CyFx3UsbDmaPrefetchEnable",section-size="44",total-size="727549"}
~"Loading section i.CyFx3UsbPowerOn, size 0x80 lma 0x400160b8\n"
Loading section i.CyFx3UsbPowerOn, size 0x80 lma 0x400160b8
57+download,{section="i.CyFx3UsbPowerOn",section-size="128",total-size="727549"}
~"Loading section i.CyFx3UsbWritePhyReg, size 0x94 lma 0x40016138\n"
Loading section i.CyFx3UsbWritePhyReg, size 0x94 lma 0x40016138
57+download,{section="i.CyFx3UsbWritePhyReg",section-size="148",total-size="727549"}
~"Loading section i.CyU3PSibApplicationDefine, size 0xa8 lma 0x400161cc\n"
Loading section i.CyU3PSibApplicationDefine, size 0xa8 lma 0x400161cc
57+download,{section="i.CyU3PSibApplicationDefine",section-size="168",total-size="727549"}
~"Loading section i.CyU3PSibInitIntfParams, size 0x58 lma 0x40016274\n"
Loading section i.CyU3PSibInitIntfParams, size 0x58 lma 0x40016274
57+download,{section="i.CyU3PSibInitIntfParams",section-size="88",total-size="727549"}
~"Loading section i.CyU3PSibThreadEntry, size 0x70 lma 0x400162cc\n"
Loading section i.CyU3PSibThreadEntry, size 0x70 lma 0x400162cc
57+download,{section="i.CyU3PSibThreadEntry",section-size="112",total-size="727549"}
~"Loading section i.CyU3PDmaMultiChannelResumeUsbConsumer, size 0x64 lma 0x4001633c\n"
Loading section i.CyU3PDmaMultiChannelResumeUsbConsumer, size 0x64 lma 0x4001633c
57+download,{section="i.CyU3PDmaMultiChannelResumeUsbConsumer",section-size="100",total-size="727549"}
57+download,{section="i.CyU3PDmaMultiChannelResumeUsbConsumer",section-sent="100",section-size="100",total-sent="88260",total-size="727549"}
~"Loading section i.CyU3PDmaMultiChannelSuspendUsbConsumer, size 0x108 lma 0x400163a0\n"
Loading section i.CyU3PDmaMultiChannelSuspendUsbConsumer, size 0x108 lma 0x400163a0
57+download,{section="i.CyU3PDmaMultiChannelSuspendUsbConsumer",section-size="264",total-size="727549"}
~"Loading section i.CyU3PPibApplicationDefine, size 0x13c lma 0x400164a8\n"
Loading section i.CyU3PPibApplicationDefine, size 0x13c lma 0x400164a8
57+download,{section="i.CyU3PPibApplicationDefine",section-size="316",total-size="727549"}
~"Loading section i.CyU3PPibThreadEntry, size 0x2b0 lma 0x400165e4\n"
Loading section i.CyU3PPibThreadEntry, size 0x2b0 lma 0x400165e4
57+download,{section="i.CyU3PPibThreadEntry",section-size="688",total-size="727549"}
~"Loading section i.CyU3PDmaIntHandler, size 0x178 lma 0x40016894\n"
Loading section i.CyU3PDmaIntHandler, size 0x178 lma 0x40016894
57+download,{section="i.CyU3PDmaIntHandler",section-size="376",total-size="727549"}
~"Loading section i.CyU3PDmaMultiChannelAcquireLock, size 0x84 lma 0x40016a0c\n"
Loading section i.CyU3PDmaMultiChannelAcquireLock, size 0x84 lma 0x40016a0c
57+download,{section="i.CyU3PDmaMultiChannelAcquireLock",section-size="132",total-size="727549"}
~"Loading section i._tx_initialize_kernel_enter, size 0x68 lma 0x40016a90\n"
Loading section i._tx_initialize_kernel_enter, size 0x68 lma 0x40016a90
57+download,{section="i._tx_initialize_kernel_enter",section-size="104",total-size="727549"}
~"Loading section i._tx_thread_identify, size 0x114 lma 0x40016af8\n"
Loading section i._tx_thread_identify, size 0x114 lma 0x40016af8
57+download,{section="i._tx_thread_identify",section-size="276",total-size="727549"}
~"Loading section i._tx_thread_initialize, size 0x100 lma 0x40016c0c\n"
Loading section i._tx_thread_initialize, size 0x100 lma 0x40016c0c
57+download,{section="i._tx_thread_initialize",section-size="256",total-size="727549"}
~"Loading section i._tx_thread_sleep, size 0x1c4 lma 0x40016d0c\n"
Loading section i._tx_thread_sleep, size 0x1c4 lma 0x40016d0c
57+download,{section="i._tx_thread_sleep",section-size="452",total-size="727549"}
57+download,{section="i._tx_thread_sleep",section-sent="452",section-size="452",total-sent="91124",total-size="727549"}
~"Loading section i._tx_thread_system_suspend, size 0x604 lma 0x40016ed0\n"
Loading section i._tx_thread_system_suspend, size 0x604 lma 0x40016ed0
57+download,{section="i._tx_thread_system_suspend",section-size="1540",total-size="727549"}
~"Loading section i._tx_timer_initialize, size 0x144 lma 0x400174d4\n"
Loading section i._tx_timer_initialize, size 0x144 lma 0x400174d4
57+download,{section="i._tx_timer_initialize",section-size="324",total-size="727549"}
~"Loading section i._tx_timer_system_activate, size 0xec lma 0x40017618\n"
Loading section i._tx_timer_system_activate, size 0xec lma 0x40017618
57+download,{section="i._tx_timer_system_activate",section-size="236",total-size="727549"}
~"Loading section i._tx_timer_thread_entry, size 0x244 lma 0x40017704\n"
Loading section i._tx_timer_thread_entry, size 0x244 lma 0x40017704
57+download,{section="i._tx_timer_thread_entry",section-size="580",total-size="727549"}
57+download,{section="i._tx_timer_thread_entry",section-sent="580",section-size="580",total-sent="93804",total-size="727549"}
~"Loading section i._tx_trace_initialize, size 0x50 lma 0x40017948\n"
Loading section i._tx_trace_initialize, size 0x50 lma 0x40017948
57+download,{section="i._tx_trace_initialize",section-size="80",total-size="727549"}
~"Loading section i._txe_byte_allocate, size 0x110 lma 0x40017998\n"
Loading section i._txe_byte_allocate, size 0x110 lma 0x40017998
57+download,{section="i._txe_byte_allocate",section-size="272",total-size="727549"}
~"Loading section i._txe_byte_pool_create, size 0x190 lma 0x40017aa8\n"
Loading section i._txe_byte_pool_create, size 0x190 lma 0x40017aa8
57+download,{section="i._txe_byte_pool_create",section-size="400",total-size="727549"}
~"Loading section i._txe_byte_release, size 0x8c lma 0x40017c38\n"
Loading section i._txe_byte_release, size 0x8c lma 0x40017c38
57+download,{section="i._txe_byte_release",section-size="140",total-size="727549"}
~"Loading section i._txe_event_flags_create, size 0x140 lma 0x40017cc4\n"
Loading section i._txe_event_flags_create, size 0x140 lma 0x40017cc4
57+download,{section="i._txe_event_flags_create",section-size="320",total-size="727549"}
~"Loading section i._txe_event_flags_delete, size 0x80 lma 0x40017e04\n"
Loading section i._txe_event_flags_delete, size 0x80 lma 0x40017e04
57+download,{section="i._txe_event_flags_delete",section-size="128",total-size="727549"}
~"Loading section i._txe_event_flags_get, size 0xc0 lma 0x40017e84\n"
Loading section i._txe_event_flags_get, size 0xc0 lma 0x40017e84
57+download,{section="i._txe_event_flags_get",section-size="192",total-size="727549"}
~"Loading section i._txe_event_flags_set, size 0x68 lma 0x40017f44\n"
Loading section i._txe_event_flags_set, size 0x68 lma 0x40017f44
57+download,{section="i._txe_event_flags_set",section-size="104",total-size="727549"}
~"Loading section i._txe_mutex_create, size 0x178 lma 0x40017fac\n"
Loading section i._txe_mutex_create, size 0x178 lma 0x40017fac
57+download,{section="i._txe_mutex_create",section-size="376",total-size="727549"}
57+download,{section="i._txe_mutex_create",section-sent="376",section-size="376",total-sent="95816",total-size="727549"}
~"Loading section i._txe_mutex_delete, size 0x80 lma 0x40018124\n"
Loading section i._txe_mutex_delete, size 0x80 lma 0x40018124
57+download,{section="i._txe_mutex_delete",section-size="128",total-size="727549"}
~"Loading section i._txe_mutex_get, size 0xd4 lma 0x400181a4\n"
Loading section i._txe_mutex_get, size 0xd4 lma 0x400181a4
57+download,{section="i._txe_mutex_get",section-size="212",total-size="727549"}
~"Loading section i._txe_mutex_put, size 0xa0 lma 0x40018278\n"
Loading section i._txe_mutex_put, size 0xa0 lma 0x40018278
57+download,{section="i._txe_mutex_put",section-size="160",total-size="727549"}
~"Loading section i._txe_queue_create, size 0x1b8 lma 0x40018318\n"
Loading section i._txe_queue_create, size 0x1b8 lma 0x40018318
57+download,{section="i._txe_queue_create",section-size="440",total-size="727549"}
~"Loading section i._txe_queue_front_send, size 0xa0 lma 0x400184d0\n"
Loading section i._txe_queue_front_send, size 0xa0 lma 0x400184d0
57+download,{section="i._txe_queue_front_send",section-size="160",total-size="727549"}
~"Loading section i._txe_queue_receive, size 0xa0 lma 0x40018570\n"
Loading section i._txe_queue_receive, size 0xa0 lma 0x40018570
57+download,{section="i._txe_queue_receive",section-size="160",total-size="727549"}
~"Loading section i._txe_queue_send, size 0xa0 lma 0x40018610\n"
Loading section i._txe_queue_send, size 0xa0 lma 0x40018610
57+download,{section="i._txe_queue_send",section-size="160",total-size="727549"}
~"Loading section i._txe_thread_create, size 0x264 lma 0x400186b0\n"
Loading section i._txe_thread_create, size 0x264 lma 0x400186b0
57+download,{section="i._txe_thread_create",section-size="612",total-size="727549"}
~"Loading section i._txe_thread_info_get, size 0x74 lma 0x40018914\n"
Loading section i._txe_thread_info_get, size 0x74 lma 0x40018914
57+download,{section="i._txe_thread_info_get",section-size="116",total-size="727549"}
57+download,{section="i._txe_thread_info_get",section-sent="116",section-size="116",total-sent="97964",total-size="727549"}
~"Loading section i._txe_thread_priority_change, size 0xa0 lma 0x40018988\n"
Loading section i._txe_thread_priority_change, size 0xa0 lma 0x40018988
57+download,{section="i._txe_thread_priority_change",section-size="160",total-size="727549"}
~"Loading section i._txe_thread_relinquish, size 0x34 lma 0x40018a28\n"
Loading section i._txe_thread_relinquish, size 0x34 lma 0x40018a28
57+download,{section="i._txe_thread_relinquish",section-size="52",total-size="727549"}
~"Loading section i._txe_thread_resume, size 0x40 lma 0x40018a5c\n"
Loading section i._txe_thread_resume, size 0x40 lma 0x40018a5c
57+download,{section="i._txe_thread_resume",section-size="64",total-size="727549"}
~"Loading section i._txe_timer_activate, size 0x40 lma 0x40018a9c\n"
Loading section i._txe_timer_activate, size 0x40 lma 0x40018a9c
57+download,{section="i._txe_timer_activate",section-size="64",total-size="727549"}
~"Loading section i._txe_timer_change, size 0x88 lma 0x40018adc\n"
Loading section i._txe_timer_change, size 0x88 lma 0x40018adc
57+download,{section="i._txe_timer_change",section-size="136",total-size="727549"}
~"Loading section i._txe_timer_create, size 0x1c8 lma 0x40018b64\n"
Loading section i._txe_timer_create, size 0x1c8 lma 0x40018b64
57+download,{section="i._txe_timer_create",section-size="456",total-size="727549"}
~"Loading section i._txe_timer_deactivate, size 0x40 lma 0x40018d2c\n"
Loading section i._txe_timer_deactivate, size 0x40 lma 0x40018d2c
57+download,{section="i._txe_timer_deactivate",section-size="64",total-size="727549"}
~"Loading section i._tx_byte_allocate, size 0x2c8 lma 0x40018d6c\n"
Loading section i._tx_byte_allocate, size 0x2c8 lma 0x40018d6c
57+download,{section="i._tx_byte_allocate",section-size="712",total-size="727549"}
~"Loading section i._tx_byte_pool_cleanup, size 0xd0 lma 0x40019034\n"
Loading section i._tx_byte_pool_cleanup, size 0xd0 lma 0x40019034
57+download,{section="i._tx_byte_pool_cleanup",section-size="208",total-size="727549"}
~"Loading section i._tx_byte_pool_create, size 0x258 lma 0x40019104\n"
Loading section i._tx_byte_pool_create, size 0x258 lma 0x40019104
57+download,{section="i._tx_byte_pool_create",section-size="600",total-size="727549"}
~"Loading section i._tx_byte_pool_search, size 0x1b8 lma 0x4001935c\n"
Loading section i._tx_byte_pool_search, size 0x1b8 lma 0x4001935c
57+download,{section="i._tx_byte_pool_search",section-size="440",total-size="727549"}
57+download,{section="i._tx_byte_pool_search",section-sent="440",section-size="440",total-sent="100920",total-size="727549"}
~"Loading section i._tx_byte_release, size 0x2c8 lma 0x40019514\n"
Loading section i._tx_byte_release, size 0x2c8 lma 0x40019514
57+download,{section="i._tx_byte_release",section-size="712",total-size="727549"}
~"Loading section i._tx_event_flags_create, size 0x1cc lma 0x400197dc\n"
Loading section i._tx_event_flags_create, size 0x1cc lma 0x400197dc
57+download,{section="i._tx_event_flags_create",section-size="460",total-size="727549"}
~"Loading section i._tx_event_flags_delete, size 0x24c lma 0x400199a8\n"
Loading section i._tx_event_flags_delete, size 0x24c lma 0x400199a8
57+download,{section="i._tx_event_flags_delete",section-size="588",total-size="727549"}
~"Loading section i._tx_event_flags_get, size 0x2d0 lma 0x40019bf4\n"
Loading section i._tx_event_flags_get, size 0x2d0 lma 0x40019bf4
57+download,{section="i._tx_event_flags_get",section-size="720",total-size="727549"}
~"Loading section i._tx_event_flags_set, size 0x5e8 lma 0x40019ec4\n"
Loading section i._tx_event_flags_set, size 0x5e8 lma 0x40019ec4
57+download,{section="i._tx_event_flags_set",section-size="1512",total-size="727549"}
57+download,{section="i._tx_event_flags_set",section-sent="1512",section-size="1512",total-sent="104912",total-size="727549"}
~"Loading section i._tx_initialize_high_level, size 0xa8 lma 0x4001a4ac\n"
Loading section i._tx_initialize_high_level, size 0xa8 lma 0x4001a4ac
57+download,{section="i._tx_initialize_high_level",section-size="168",total-size="727549"}
~"Loading section i._tx_mutex_create, size 0x1d8 lma 0x4001a554\n"
Loading section i._tx_mutex_create, size 0x1d8 lma 0x4001a554
57+download,{section="i._tx_mutex_create",section-size="472",total-size="727549"}
~"Loading section i._tx_mutex_delete, size 0x2dc lma 0x4001a72c\n"
Loading section i._tx_mutex_delete, size 0x2dc lma 0x4001a72c
57+download,{section="i._tx_mutex_delete",section-size="732",total-size="727549"}
~"Loading section i._tx_mutex_get, size 0x2f4 lma 0x4001aa08\n"
Loading section i._tx_mutex_get, size 0x2f4 lma 0x4001aa08
57+download,{section="i._tx_mutex_get",section-size="756",total-size="727549"}
57+download,{section="i._tx_mutex_get",section-sent="756",section-size="756",total-sent="107040",total-size="727549"}
~"Loading section i._tx_mutex_priority_change, size 0x88 lma 0x4001acfc\n"
Loading section i._tx_mutex_priority_change, size 0x88 lma 0x4001acfc
57+download,{section="i._tx_mutex_priority_change",section-size="136",total-size="727549"}
~"Loading section i._tx_mutex_put, size 0x4d4 lma 0x4001ad84\n"
Loading section i._tx_mutex_put, size 0x4d4 lma 0x4001ad84
57+download,{section="i._tx_mutex_put",section-size="1236",total-size="727549"}
~"Loading section i._tx_queue_create, size 0x20c lma 0x4001b258\n"
Loading section i._tx_queue_create, size 0x20c lma 0x4001b258
57+download,{section="i._tx_queue_create",section-size="524",total-size="727549"}
~"Loading section i._tx_queue_front_send, size 0x3bc lma 0x4001b464\n"
Loading section i._tx_queue_front_send, size 0x3bc lma 0x4001b464
57+download,{section="i._tx_queue_front_send",section-size="956",total-size="727549"}
57+download,{section="i._tx_queue_front_send",section-sent="956",section-size="956",total-sent="109892",total-size="727549"}
~"Loading section i._tx_queue_receive, size 0x460 lma 0x4001b820\n"
Loading section i._tx_queue_receive, size 0x460 lma 0x4001b820
57+download,{section="i._tx_queue_receive",section-size="1120",total-size="727549"}
~"Loading section i._tx_queue_send, size 0x3ac lma 0x4001bc80\n"
Loading section i._tx_queue_send, size 0x3ac lma 0x4001bc80
57+download,{section="i._tx_queue_send",section-size="940",total-size="727549"}
~"Loading section i._tx_thread_create, size 0x33c lma 0x4001c02c\n"
Loading section i._tx_thread_create, size 0x33c lma 0x4001c02c
57+download,{section="i._tx_thread_create",section-size="828",total-size="727549"}
57+download,{section="i._tx_thread_create",section-sent="828",section-size="828",total-sent="112780",total-size="727549"}
~"Loading section i._tx_thread_info_get, size 0x1a8 lma 0x4001c368\n"
Loading section i._tx_thread_info_get, size 0x1a8 lma 0x4001c368
57+download,{section="i._tx_thread_info_get",section-size="424",total-size="727549"}
~"Loading section i._tx_thread_priority_change, size 0x1a0 lma 0x4001c510\n"
Loading section i._tx_thread_priority_change, size 0x1a0 lma 0x4001c510
57+download,{section="i._tx_thread_priority_change",section-size="416",total-size="727549"}
~"Loading section i._tx_thread_relinquish, size 0x2f0 lma 0x4001c6b0\n"
Loading section i._tx_thread_relinquish, size 0x2f0 lma 0x4001c6b0
57+download,{section="i._tx_thread_relinquish",section-size="752",total-size="727549"}
~"Loading section i._tx_thread_resume, size 0x1d0 lma 0x4001c9a0\n"
Loading section i._tx_thread_resume, size 0x1d0 lma 0x4001c9a0
57+download,{section="i._tx_thread_resume",section-size="464",total-size="727549"}
~"Loading section i._tx_thread_shell_entry, size 0x9c lma 0x4001cb70\n"
Loading section i._tx_thread_shell_entry, size 0x9c lma 0x4001cb70
57+download,{section="i._tx_thread_shell_entry",section-size="156",total-size="727549"}
57+download,{section="i._tx_thread_shell_entry",section-sent="156",section-size="156",total-sent="114992",total-size="727549"}
~"Loading section i._tx_thread_stack_analyze, size 0xd4 lma 0x4001cc0c\n"
Loading section i._tx_thread_stack_analyze, size 0xd4 lma 0x4001cc0c
57+download,{section="i._tx_thread_stack_analyze",section-size="212",total-size="727549"}
~"Loading section i._tx_thread_stack_error_handler, size 0x4c lma 0x4001cce0\n"
Loading section i._tx_thread_stack_error_handler, size 0x4c lma 0x4001cce0
57+download,{section="i._tx_thread_stack_error_handler",section-size="76",total-size="727549"}
~"Loading section i._tx_thread_system_preempt_check, size 0xb0 lma 0x4001cd2c\n"
Loading section i._tx_thread_system_preempt_check, size 0xb0 lma 0x4001cd2c
57+download,{section="i._tx_thread_system_preempt_check",section-size="176",total-size="727549"}
~"Loading section i._tx_thread_system_resume, size 0x3c8 lma 0x4001cddc\n"
Loading section i._tx_thread_system_resume, size 0x3c8 lma 0x4001cddc
57+download,{section="i._tx_thread_system_resume",section-size="968",total-size="727549"}
~"Loading section i._tx_thread_time_slice, size 0x168 lma 0x4001d1a4\n"
Loading section i._tx_thread_time_slice, size 0x168 lma 0x4001d1a4
57+download,{section="i._tx_thread_time_slice",section-size="360",total-size="727549"}
~"Loading section i._tx_thread_timeout, size 0x6c lma 0x4001d30c\n"
Loading section i._tx_thread_timeout, size 0x6c lma 0x4001d30c
57+download,{section="i._tx_thread_timeout",section-size="108",total-size="727549"}
~"Loading section i._tx_timer_activate, size 0x140 lma 0x4001d378\n"
Loading section i._tx_timer_activate, size 0x140 lma 0x4001d378
57+download,{section="i._tx_timer_activate",section-size="320",total-size="727549"}
~"Loading section i._tx_timer_change, size 0x12c lma 0x4001d4b8\n"
Loading section i._tx_timer_change, size 0x12c lma 0x4001d4b8
57+download,{section="i._tx_timer_change",section-size="300",total-size="727549"}
57+download,{section="i._tx_timer_change",section-sent="300",section-size="300",total-sent="117512",total-size="727549"}
~"Loading section i._tx_timer_create, size 0x1fc lma 0x4001d5e4\n"
Loading section i._tx_timer_create, size 0x1fc lma 0x4001d5e4
57+download,{section="i._tx_timer_create",section-size="508",total-size="727549"}
~"Loading section i._tx_timer_deactivate, size 0x274 lma 0x4001d7e0\n"
Loading section i._tx_timer_deactivate, size 0x274 lma 0x4001d7e0
57+download,{section="i._tx_timer_deactivate",section-size="628",total-size="727549"}
~"Loading section i._tx_timer_expiration_process, size 0x3c lma 0x4001da54\n"
Loading section i._tx_timer_expiration_process, size 0x3c lma 0x4001da54
57+download,{section="i._tx_timer_expiration_process",section-size="60",total-size="727549"}
~"Loading section i._tx_timer_system_deactivate, size 0xa4 lma 0x4001da90\n"
Loading section i._tx_timer_system_deactivate, size 0xa4 lma 0x4001da90
57+download,{section="i._tx_timer_system_deactivate",section-size="164",total-size="727549"}
~"Loading section i._tx_trace_object_register, size 0x1ac lma 0x4001db34\n"
Loading section i._tx_trace_object_register, size 0x1ac lma 0x4001db34
57+download,{section="i._tx_trace_object_register",section-size="428",total-size="727549"}
~"Loading section i._tx_trace_object_unregister, size 0x94 lma 0x4001dce0\n"
Loading section i._tx_trace_object_unregister, size 0x94 lma 0x4001dce0
57+download,{section="i._tx_trace_object_unregister",section-size="148",total-size="727549"}
~"Loading section i._tx_event_flags_cleanup, size 0xd0 lma 0x4001dd74\n"
Loading section i._tx_event_flags_cleanup, size 0xd0 lma 0x4001dd74
57+download,{section="i._tx_event_flags_cleanup",section-size="208",total-size="727549"}
~"Loading section i._tx_mutex_cleanup, size 0xd0 lma 0x4001de44\n"
Loading section i._tx_mutex_cleanup, size 0xd0 lma 0x4001de44
57+download,{section="i._tx_mutex_cleanup",section-size="208",total-size="727549"}
57+download,{section="i._tx_mutex_cleanup",section-sent="208",section-size="208",total-sent="119864",total-size="727549"}
~"Loading section i._tx_mutex_prioritize, size 0x274 lma 0x4001df14\n"
Loading section i._tx_mutex_prioritize, size 0x274 lma 0x4001df14
57+download,{section="i._tx_mutex_prioritize",section-size="628",total-size="727549"}
~"Loading section i._tx_queue_cleanup, size 0xe8 lma 0x4001e188\n"
Loading section i._tx_queue_cleanup, size 0xe8 lma 0x4001e188
57+download,{section="i._tx_queue_cleanup",section-size="232",total-size="727549"}
~"Loading section .data, size 0x550 lma 0x40030000\n"
Loading section .data, size 0x550 lma 0x40030000
57+download,{section=".data",section-size="1360",total-size="727549"}
~"Start address 0x4000d158, load size 122084\n"
Start address 0x4000d158, load size 122084
~"Transfer rate: 4 KB/sec, 388 bytes/write.\n"
Transfer rate: 4 KB/sec, 388 bytes/write.
57^done
(gdb)

 

Is there a way to prevent this?
Thank you!

 

 

0 Likes
1 Solution
AliAsgar
Moderator
Moderator
Moderator
1000 replies posted 250 solutions authored 750 replies posted

Hi,

Please try following the debug steps mentioned in the Page No. 22 of the EzUsbSuite_UG pdf document provided with the EZ-USB FX3 SDK folder and let us know if the issue persists.

Best Regards,
AliAsgar

View solution in original post

0 Likes
1 Reply
AliAsgar
Moderator
Moderator
Moderator
1000 replies posted 250 solutions authored 750 replies posted

Hi,

Please try following the debug steps mentioned in the Page No. 22 of the EzUsbSuite_UG pdf document provided with the EZ-USB FX3 SDK folder and let us know if the issue persists.

Best Regards,
AliAsgar

0 Likes