[Explorer Kit] Problem using Eclipse with OpenOCD

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

cross mob
Anonymous
Not applicable

Hello,

   

I am posting this because I have problems when debugging with openOCD&Eclipse.

   

Ok let me please inform you at first for my settings.

   
   

OPEN-OCD configuration

   
        
  • Go to: Run >External tools>Configuration >Add New
  •     
  • Rename USBSerial_OpenOCD
  •     
  • Location
  •    
   

C:\Program Files (x86)\Cypress\SuperSpeed Explorer Kit\1.0\USBSerialOpenOCD\openOCD.exe

   
        
  • Directory
  •    
   

C:\Program Files (x86)\Cypress\SuperSpeed Explorer Kit\1.0\USBSerialOpenOCD\

   
        
  • Arguments:
  •    
   

-f arm926ejs_FX3.cfg

   
        
  • Remove checkpoint “Build before launch” at the Build tab
  •     
  • Hit Run
  •    
   

Debug a new project

   
        
  • Open project & go to the main source .c and build
  •     
  • Go to the debug Bug icon and select dropdown> Debug Configurations
  •     
  • Double click Zylin embedded (Native)
  •     
  • On the Debugger tab
  •     
  • Browse for GDB debugger :
  •    
   

C:\Program Files (x86)\Cypress\EZ-USB FX3 SDK\1.3\ARM GCC\bin\arm-none-eabi-gdb.exe

   
        
  • For the command file leave it as is.
  •     
  • Use verbose console mode.
  •     
  • Go to the commands tab     
            
    • Initialize command :
    •      
  •    
   

set prompt (arm-gdb)

   

# This connects to a target via netsiliconLibRemote

   

# listening for commands on this PC's tcp port 3333

   

target remote localhost:3333

   

monitor reset halt

   

# Set the processor to SVC mode monitor reg cpsr 0xd3

   

# Disable all interrupts

   

monitor mww 0xFFFFF014 0xFFFFFFFF

   

# Enable the TCMs

   

monitor mww 0x40000000 0xE3A00015

   

monitor mww 0x40000004 0xEE090F31

   

monitor mww 0x40000008 0xE240024F

   

monitor mww 0x4000000C 0xEE090F11

   

# Set the PC to 0x40000000

   

monitor reg pc 0x40000000

   

si

   

si

   

si

   

si

   
        
  • Run command:
  •    
   

load

   
        
  • Hit Debug and accept new Perspective     
  •    
   

I think so far so good. It worked once or twice but when I try to debug another project the openOCD gets terminated after I start it see below.

   

Open On-Chip Debugger 0.7.0 (2013-11-08-13:13)
Licensed under GNU GPL v2
For bug reports, read
    http://openocd.sourceforge.net/doc/doxygen/bugs.html
Warn : Adapter driver 'openjtag' did not declare which transports it allows; assuming legacy JTAG-only
Info : only one transport option; autoselect 'jtag'
adapter_nsrst_delay: 200
jtag_ntrst_delay: 200
adapter speed: 1000 kHz
trst_and_srst srst_pulls_trst srst_gates_jtag trst_push_pull srst_open_drain connect_deassert_srst
RCLK - adaptive
adapter speed: 1000 kHz
in procedure 'init'

   

I aim to modify the firmware from a given project and the GPIF II state machine and then test my design through debug sessions. I am aware that I have to create debug configurations but the debug fails Even the USBBulkSinkUSB succeeds only once and after I stop it, it does not relaunch the debug. I have followed the documentation instructions as you might notice but for this I have not located an answer.

   

Please let me know if you have any ideas for a solution.

   

Thanks,

   

Sotos

0 Likes
3 Replies
Anonymous
Not applicable

Also when I try to debug the factory firmware project USBBulkSourceSinkLed I first start OCD then run the already saved debug configurations.The first time it runs but if I stop it and relaunch.

   

OpenOCD console:

   
   

Open On-Chip Debugger 0.7.0 (2013-11-08-13:13)
Licensed under GNU GPL v2
For bug reports, read
    http://openocd.sourceforge.net/doc/doxygen/bugs.html
Warn : Adapter driver 'openjtag' did not declare which transports it allows; assuming legacy JTAG-only
Info : only one transport option; autoselect 'jtag'
adapter_nsrst_delay: 200
jtag_ntrst_delay: 200
adapter speed: 1000 kHz
trst_and_srst srst_pulls_trst srst_gates_jtag trst_push_pull srst_open_drain connect_deassert_srst
RCLK - adaptive
adapter speed: 1000 kHz
Info : clock speed 1000 kHz
Info : JTAG tap: fx3.cpu tap/device found: 0x07926069 (mfg: 0x034, part: 0x7926, ver: 0x0)
Info : Embedded ICE version 6
Info : fx3.cpu: hardware has 2 breakpoint/watchpoint units
Info : accepting 'gdb' connection from 3333
Warn : acknowledgment received, but no packet pending
undefined debug reason 6 - target needs reset
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Error: Target not halted
Warn : target not halted
Info : JTAG tap: fx3.cpu tap/device found: 0x07926069 (mfg: 0x034, part: 0x7926, ver: 0x0)
Warn : srst pulls trst - can not reset into halted mode. Issuing halt after reset.
target state: halted
target halted in ARM state due to debug-request, current mode: System
cpsr: 0xa000001f pc: 0xf0001e14
MMU: disabled, D-Cache: disabled, I-Cache: enabled
Warn : NOTE! DCC downloads have not been enabled, defaulting to slow memory writes. Type 'help dcc'.
Warn : NOTE! Severe performance degradation without working memory enabled.
Warn : NOTE! Severe performance degradation without fast memory access enabled. Type 'help fast'.
pc (/32): 0x40000000
Warn : stepi ignored. GDB will now fetch the register state from the target.

   
   

Project Console:

   
   

329-gdb-set confirm off
329^done
(gdb)
330-gdb-set width 0
330^done
331-gdb-set height 0
(gdb)
331^done
332-interpreter-exec console echo
(gdb)
332^done
333-gdb-show prompt
(gdb)
333^done,value="(gdb) "
(gdb)
334 set prompt (arm-gdb)
&"set prompt (arm-gdb)\n"
=cmd-param-changed,param="prompt",value="(arm-gdb)"
334^done
(gdb)
set prompt (arm-gdb)
335 target remote localhost:3333
target remote localhost:3333
&"target remote localhost:3333\n"
~"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"
335^done
(gdb)
336 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'.
336^done
(gdb)
337 monitor mww 0xFFFFF014 0xFFFFFFFF
&"monitor mww 0xFFFFF014 0xFFFFFFFF\n"
monitor mww 0xFFFFF014 0xFFFFFFFF
337^done
(gdb)
338 monitor mww 0x40000000 0xE3A00015
&"monitor mww 0x40000000 0xE3A00015\n"
monitor mww 0x40000000 0xE3A00015
338^done
(gdb)
339 monitor mww 0x40000004 0xEE090F31
&"monitor mww 0x40000004 0xEE090F31\n"
monitor mww 0x40000004 0xEE090F31
339^done
(gdb)
340 monitor mww 0x40000008 0xE240024F
&"monitor mww 0x40000008 0xE240024F\n"
monitor mww 0x40000008 0xE240024F
340^done
(gdb)
341 monitor mww 0x4000000C 0xEE090F11
&"monitor mww 0x4000000C 0xEE090F11\n"
monitor mww 0x4000000C 0xEE090F11
341^done
(gdb)
342 monitor reg pc 0x40000000
&"monitor reg pc 0x40000000\n"
monitor reg pc 0x40000000
@"pc (/32): 0x40000000\n"
pc (/32): 0x40000000
342^done
(gdb)
343 si
&"si\n"
si
343^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)
344 si
si
&"si\n"
344^running
*running,thread-id="all"
(gdb)
~"0x40000004 in ?? ()\n"
0x40000004 in ?? ()
*stopped,frame={addr="0x40000004",func="??",args=[]},thread-id="1",stopped-threads="all"
(gdb)
345 si
si
&"si\n"
345^running
*running,thread-id="all"
(gdb)
&"Error while handling inferior event:\n"
&"Quit (expect signal SIGINT when the program is resumed)\n"
~"0x40000008 in ?? ()\n"
0x40000008 in ?? ()
*stopped,frame={addr="0x40000008",func="??",args=[]},thread-id="1",stopped-threads="all"
(gdb)
Error while handling inferior event:
Quit (expect signal SIGINT when the program is resumed)
346-break-insert cyfxbulksrcsink.c:1150
346^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x40004a20",func="main",file="../cyfxbulksrcsink.c",fullname="c:\\users\\310216722\\workspace1_0\\usbbulksourcesinkled\\cyfxbulksrcsink.c",line="1150",thread-groups=["i1"],times="0",original-location="cyfxbulksrcsink.c:1150"}
(gdb)
347-exec-continue
347^running
*running,thread-id="all"
(gdb)
*stopped,reason="signal-received",signal-name="SIGINT",signal-meaning="Interrupt",frame={addr="0xf0000048",func="??",args=[]},thread-id="1",stopped-threads="all"
(gdb)
348-break-insert -t main
348^done,bkpt={number="2",type="breakpoint",disp="del",enabled="y",addr="0x40004a00",func="main",file="../cyfxbulksrcsink.c",fullname="c:\\users\\310216722\\workspace1_0\\usbbulksourcesinkled\\cyfxbulksrcsink.c",line="1143",thread-groups=["i1"],times="0",original-location="main"}
(gdb)
349-exec-continue
349^running
*running,thread-id="all"
(gdb)

0 Likes
Anonymous
Not applicable

I'm having nothing but problems with this as well, but on Linux. I'm using the 0.8.0 OCD in the 1.3 dev kit.

   

The first time I run, I get a dialog that says: Error Stopping at Main. Reason: Target request failed: Failed to interrupt.

   

If I tell it to continue it downloads the code. When I issue a Resume, it almost always hangs and never gets to main, never re-enumerates. It worked once out of 20 tries.

   

When I used the other dev kit with JLink, it would always fail the first time, and then work the second time. And it had periodic weird behaviors.

   

I have no idea how anyone succeeds with these tools.

   

Did you ever find a solution?

   

OCD

   

./openocd --file ../../Config/arm926ejs_fx3.cfg
Open On-Chip Debugger 0.8.0 (2014-12-03-16:28)
Licensed under GNU GPL v2
For bug reports, read
    http://openocd.sourceforge.net/doc/doxygen/bugs.html
Warn : Adapter driver 'cy7c65215' did not declare which transports it allows; assuming legacy JTAG-only
Info : only one transport option; autoselect 'jtag'
adapter_nsrst_delay: 200
jtag_ntrst_delay: 200
adapter speed: 1000 kHz
trst_and_srst srst_pulls_trst srst_gates_jtag trst_push_pull srst_open_drain connect_deassert_srst
RCLK - adaptive
adapter speed: 1000 kHz
USB Device: Vid=4b4 Pid=f3 Intf=1
USB Interface 0: Type=0
Error: CyGetDeviceInfo failed

   

Error: CyGetDeviceInfo failed

   

Error: CyGetDeviceInfo failed

   

Error: CyGetDeviceInfo failed

   

Error: CyGetDeviceInfo failed

   

USB Device: Vid=4b4 Pid=7 Intf=4
USB Interface 0: Type=0
USB Interface 1: Type=0
USB Interface 2: Type=4
Info : clock speed 1000 kHz
Info : JTAG tap: fx3.cpu tap/device found: 0x07926069 (mfg: 0x034, part: 0x7926, ver: 0x0)
Info : Embedded ICE version 6
Info : fx3.cpu: hardware has 2 breakpoint/watchpoint units
Info : accepting 'gdb' connection from 3333
Info : JTAG tap: fx3.cpu tap/device found: 0x07926069 (mfg: 0x034, part: 0x7926, ver: 0x0)
target state: halted
target halted in ARM state due to debug-request, current mode: System
cpsr: 0xa000001f pc: 0x40000d60
MMU: disabled, D-Cache: disabled, I-Cache: enabled
Warn : srst pulls trst - can not reset into halted mode. Issuing halt after reset.
Warn : NOTE! DCC downloads have not been enabled, defaulting to slow memory writes. Type 'help dcc'.
Warn : NOTE! Severe performance degradation without working memory enabled.
Warn : NOTE! Severe performance degradation without fast memory access enabled. Type 'help fast'.
pc (/32): 0x40000000
Warn : negative acknowledgment, but no packet pending
Warn : negative acknowledgment, but no packet pending
Error: CyJTAGWrite returned: 6
Error: CyJTAGWrite returned: 6
Error: CyJTAGRead returned: 6
Error: CyJTAGWrite returned: 6

   

Eclipse

   

286-gdb-set confirm off
286^done
(gdb)
287-gdb-set width 0
287^done
(gdb)
288-gdb-set height 0
288^done
(gdb)
289-interpreter-exec console echo
289^done
(gdb)
290-gdb-show prompt
290^done,value="(gdb) "
(gdb)
291 set prompt (arm-gdb)
&"set prompt (arm-gdb)\n"
=cmd-param-changed,param="prompt",value="(arm-gdb)"
291^done
set prompt (arm-gdb)
(gdb)
292 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"
~"0x40000ce0 in ?? ()\n"
0x40000ce0 in ?? ()
*stopped,frame={addr="0x40000ce0",func="??",args=[]},thread-id="1",stopped-threads="all"
292^done
(gdb)
293 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)
@"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: 0x40000d60\n"
cpsr: 0xa000001f pc: 0x40000d60
@"MMU: disabled, D-Cache: disabled, I-Cache: enabled\n"
MMU: disabled, D-Cache: disabled, I-Cache: enabled
@"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.
@"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'.
293^done
(gdb)
294 monitor mww 0xFFFFF014 0xFFFFFFFF
&"monitor mww 0xFFFFF014 0xFFFFFFFF\n"
monitor mww 0xFFFFF014 0xFFFFFFFF
294^done
(gdb)
295 monitor mww 0x40000000 0xE3A00015
&"monitor mww 0x40000000 0xE3A00015\n"
monitor mww 0x40000000 0xE3A00015
295^done
(gdb)
296 monitor mww 0x40000004 0xEE090F31
&"monitor mww 0x40000004 0xEE090F31\n"
monitor mww 0x40000004 0xEE090F31
296^done
(gdb)
297 monitor mww 0x40000008 0xE240024F
&"monitor mww 0x40000008 0xE240024F\n"
monitor mww 0x40000008 0xE240024F
297^done
(gdb)
298 monitor mww 0x4000000C 0xEE090F11
&"monitor mww 0x4000000C 0xEE090F11\n"
monitor mww 0x4000000C 0xEE090F11
298^done
(gdb)
299 monitor reg pc 0x40000000
&"monitor reg pc 0x40000000\n"
monitor reg pc 0x40000000
@"pc (/32): 0x40000000\n"
pc (/32): 0x40000000
299^done
(gdb)
300 si
&"si\n"
si
300^running
*running,thread-id="all"
(gdb)
~"0x40000004 in ?? ()\n"
0x40000004 in ?? ()
*stopped,frame={addr="0x40000004",func="??",args=[]},thread-id="1",stopped-threads="all"
(gdb)
301 si
&"si\n"
si
301^running
*running,thread-id="all"
(gdb)
~"0x40000008 in ?? ()\n"
0x40000008 in ?? ()
*stopped,frame={addr="0x40000008",func="??",args=[]},thread-id="1",stopped-threads="all"
(gdb)
302 info threads
&"info threads\n"
~"  Id   Target Id         Frame \n"
~"* 1    Remote target     0x40000008 in ?? ()\n"
302^done
(gdb)
303-stack-info-depth
303^done,depth="2"
(gdb)
304-stack-list-frames 0 2
304^done,stack=[frame={level="0",addr="0x40000008",func="??"},frame={level="1",addr="0xf0001c22",func="??"}]
(gdb)
305-data-list-changed-registers
305^done,changed-registers=["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","25","91","92","93","94","95","96","97","98","99","100","101","102","103","104","105","106","107","108","109","110","111","112"]
(gdb)
306-data-list-register-names
306^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7","r8","r9","r10","r11","r12","sp","lr","pc","","","","","","","","","","cpsr","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","sp_usr","lr_usr","r8_fiq","r9_fiq","r10_fiq","r11_fiq","r12_fiq","sp_fiq","lr_fiq","sp_irq","lr_irq","sp_svc","lr_svc","sp_abt","lr_abt","sp_und","lr_und","spsr_fiq","spsr_irq","spsr_svc","spsr_abt","spsr_und"]
(gdb)
307-stack-list-frames
307^done,stack=[frame={level="0",addr="0x40000008",func="??"},frame={level="1",addr="0xf0001c22",func="??"}]
(gdb)
308 load
load
&"load\n"
~"Loading section .vectors, size 0x2320 lma 0x100\n"
Loading section .vectors, size 0x2320 lma 0x100
308+download,{section=".vectors",section-size="8992",total-size="739643"}
308+download,{section=".vectors",section-sent="8992",section-size="8992",total-sent="8992",total-size="739643"}
~"Loading section .text, size 0x21f0 lma 0x40003000\n"
Loading section .text, size 0x21f0 lma 0x40003000
308+download,{section=".text",section-size="8688",total-size="739643"}
~"Loading section i.CyU3PRegisterUartCallBack, size 0x10 lma 0x400051f0\n"
Loading section i.CyU3PRegisterUartCallBack, size 0x10 lma 0x400051f0
308+download,{section="i.CyU3PRegisterUartCallBack",section-size="16",total-size="739643"}
~"Loading section i.CyU3PUartGetLock, size 0x5c lma 0x40005200\n"
Loading section i.CyU3PUartGetLock, size 0x5c lma 0x40005200
308+download,{section="i.CyU3PUartGetLock",section-size="92",total-size="739643"}
~"Loading section i.CyU3PUartInit, size 0xe8 lma 0x4000525c\n"
Loading section i.CyU3PUartInit, size 0xe8 lma 0x4000525c
308+download,{section="i.CyU3PUartInit",section-size="232",total-size="739643"}
~"Loading section i.CyU3PUartInt_ThreadHandler, size 0xd4 lma 0x40005344\n"
Loading section i.CyU3PUartInt_ThreadHandler, size 0xd4 lma 0x40005344
308+download,{section="i.CyU3PUartInt_ThreadHandler",section-size="212",total-size="739643"}
~"Loading section i.CyU3PUartReleaseLock, size 0x44 lma 0x40005418\n"
Loading section i.CyU3PUartReleaseLock, size 0x44 lma 0x40005418
308+download,{section="i.CyU3PUartReleaseLock",section-size="68",total-size="739643"}
~"Loading section i.CyU3PUartSetConfig, size 0x218 lma 0x4000545c\n"
Loading section i.CyU3PUartSetConfig, size 0x218 lma 0x4000545c
308+download,{section="i.CyU3PUartSetConfig",section-size="536",total-size="739643"}
308+download,{section="i.CyU3PUartSetConfig",section-sent="536",section-size="536",total-sent="18836",total-size="739643"}
~"Loading section i.CyU3PUartTxSetBlockXfer, size 0x50 lma 0x40005674\n"
Loading section i.CyU3PUartTxSetBlockXfer, size 0x50 lma 0x40005674
308+download,{section="i.CyU3PUartTxSetBlockXfer",section-size="80",total-size="739643"}
~"Loading section i.CyU3PRegisterSpiCallBack, size 0x10 lma 0x400056c4\n"
Loading section i.CyU3PRegisterSpiCallBack, size 0x10 lma 0x400056c4
308+download,{section="i.CyU3PRegisterSpiCallBack",section-size="16",total-size="739643"}
~"Loading section i.CyU3PSpiDisableBlockXfer, size 0xbc lma 0x400056d4\n"
Loading section i.CyU3PSpiDisableBlockXfer, size 0xbc lma 0x400056d4
308+download,{section="i.CyU3PSpiDisableBlockXfer",section-size="188",total-size="739643"}
~"Loading section i.CyU3PSpiGetLock, size 0x5c lma 0x40005790\n"
Loading section i.CyU3PSpiGetLock, size 0x5c lma 0x40005790
308+download,{section="i.CyU3PSpiGetLock",section-size="92",total-size="739643"}
~"Loading section i.CyU3PSpiInit, size 0x108 lma 0x400057ec\n"
Loading section i.CyU3PSpiInit, size 0x108 lma 0x400057ec
308+download,{section="i.CyU3PSpiInit",section-size="264",total-size="739643"}
~"Loading section i.CyU3PSpiInt_ThreadHandler, size 0xb8 lma 0x400058f4\n"
Loading section i.CyU3PSpiInt_ThreadHandler, size 0xb8 lma 0x400058f4
308+download,{section="i.CyU3PSpiInt_ThreadHandler",section-size="184",total-size="739643"}
~"Loading section i.CyU3PSpiReceiveWords, size 0x280 lma 0x400059ac\n"
Loading section i.CyU3PSpiReceiveWords, size 0x280 lma 0x400059ac
308+download,{section="i.CyU3PSpiReceiveWords",section-size="640",total-size="739643"}
308+download,{section="i.CyU3PSpiReceiveWords",section-sent="640",section-size="640",total-sent="20300",total-size="739643"}
~"Loading section i.CyU3PSpiReleaseLock, size 0x44 lma 0x40005c2c\n"
Loading section i.CyU3PSpiReleaseLock, size 0x44 lma 0x40005c2c
308+download,{section="i.CyU3PSpiReleaseLock",section-size="68",total-size="739643"}
~"Loading section i.CyU3PSpiResetFifo, size 0xe4 lma 0x40005c70\n"
Loading section i.CyU3PSpiResetFifo, size 0xe4 lma 0x40005c70
308+download,{section="i.CyU3PSpiResetFifo",section-size="228",total-size="739643"}
~"Loading section i.CyU3PSpiSetBlockXfer, size 0x120 lma 0x40005d54\n"
Loading section i.CyU3PSpiSetBlockXfer, size 0x120 lma 0x40005d54
308+download,{section="i.CyU3PSpiSetBlockXfer",section-size="288",total-size="739643"}
~"Loading section i.CyU3PSpiSetConfig, size 0x29c lma 0x40005e74\n"
Loading section i.CyU3PSpiSetConfig, size 0x29c lma 0x40005e74
308+download,{section="i.CyU3PSpiSetConfig",section-size="668",total-size="739643"}
~"Loading section i.CyU3PSpiSetSsnLine, size 0x88 lma 0x40006110\n"
Loading section i.CyU3PSpiSetSsnLine, size 0x88 lma 0x40006110
308+download,{section="i.CyU3PSpiSetSsnLine",section-size="136",total-size="739643"}
308+download,{section="i.CyU3PSpiSetSsnLine",section-sent="136",section-size="136",total-sent="21688",total-size="739643"}
~"Loading section i.CyU3PSpiTransmitWords, size 0x274 lma 0x40006198\n"
Loading section i.CyU3PSpiTransmitWords, size 0x274 lma 0x40006198
308+download,{section="i.CyU3PSpiTransmitWords",section-size="628",total-size="739643"}
~"Loading section i.CyU3PDmaChannelAcquireLock, size 0x84 lma 0x4000640c\n"
Loading section i.CyU3PDmaChannelAcquireLock, size 0x84 lma 0x4000640c
308+download,{section="i.CyU3PDmaChannelAcquireLock",section-size="132",total-size="739643"}
~"Loading section i.CyU3PDmaChannelCacheControl, size 0x54 lma 0x40006490\n"
Loading section i.CyU3PDmaChannelCacheControl, size 0x54 lma 0x40006490
308+download,{section="i.CyU3PDmaChannelCacheControl",section-size="84",total-size="739643"}
~"Loading section i.CyU3PDmaChannelCommitBuffer, size 0x2f0 lma 0x400064e4\n"
Loading section i.CyU3PDmaChannelCommitBuffer, size 0x2f0 lma 0x400064e4
308+download,{section="i.CyU3PDmaChannelCommitBuffer",section-size="752",total-size="739643"}
~"Loading section i.CyU3PDmaChannelConfigure_TypeAuto, size 0x90 lma 0x400067d4\n"
Loading section i.CyU3PDmaChannelConfigure_TypeAuto, size 0x90 lma 0x400067d4
308+download,{section="i.CyU3PDmaChannelConfigure_TypeAuto",section-size="144",total-size="739643"}
308+download,{section="i.CyU3PDmaChannelConfigure_TypeAuto",section-sent="144",section-size="144",total-sent="23428",total-size="739643"}
~"Loading section i.CyU3PDmaChannelConfigure_TypeManual, size 0x26c lma 0x40006864\n"
Loading section i.CyU3PDmaChannelConfigure_TypeManual, size 0x26c lma 0x40006864
308+download,{section="i.CyU3PDmaChannelConfigure_TypeManual",section-size="620",total-size="739643"}
~"Loading section i.CyU3PDmaChannelCreate, size 0x404 lma 0x40006ad0\n"
Loading section i.CyU3PDmaChannelCreate, size 0x404 lma 0x40006ad0
308+download,{section="i.CyU3PDmaChannelCreate",section-size="1028",total-size="739643"}
~"Loading section i.CyU3PDmaChannelDestroy, size 0xb4 lma 0x40006ed4\n"
Loading section i.CyU3PDmaChannelDestroy, size 0xb4 lma 0x40006ed4
308+download,{section="i.CyU3PDmaChannelDestroy",section-size="180",total-size="739643"}
308+download,{section="i.CyU3PDmaChannelDestroy",section-sent="180",section-size="180",total-sent="25256",total-size="739643"}
~"Loading section i.CyU3PDmaChannelDestroy_TypeAuto, size 0xd4 lma 0x40006f88\n"
Loading section i.CyU3PDmaChannelDestroy_TypeAuto, size 0xd4 lma 0x40006f88
308+download,{section="i.CyU3PDmaChannelDestroy_TypeAuto",section-size="212",total-size="739643"}
~"Loading section i.CyU3PDmaChannelDestroy_TypeManual, size 0x1c8 lma 0x40007060\n"
Loading section i.CyU3PDmaChannelDestroy_TypeManual, size 0x1c8 lma 0x40007060
308+download,{section="i.CyU3PDmaChannelDestroy_TypeManual",section-size="456",total-size="739643"}
~"Loading section i.CyU3PDmaChannelGetBuffer, size 0x334 lma 0x40007228\n"
Loading section i.CyU3PDmaChannelGetBuffer, size 0x334 lma 0x40007228
308+download,{section="i.CyU3PDmaChannelGetBuffer",section-size="820",total-size="739643"}
~"Loading section i.CyU3PDmaChannelReset, size 0x120 lma 0x4000755c\n"
Loading section i.CyU3PDmaChannelReset, size 0x120 lma 0x4000755c
308+download,{section="i.CyU3PDmaChannelReset",section-size="288",total-size="739643"}
308+download,{section="i.CyU3PDmaChannelReset",section-sent="288",section-size="288",total-sent="27032",total-size="739643"}
~"Loading section i.CyU3PDmaChannelReset_TypeAuto, size 0x6c lma 0x4000767c\n"
Loading section i.CyU3PDmaChannelReset_TypeAuto, size 0x6c lma 0x4000767c
308+download,{section="i.CyU3PDmaChannelReset_TypeAuto",section-size="108",total-size="739643"}
~"Loading section i.CyU3PDmaChannelReset_TypeManual, size 0xf8 lma 0x400076e8\n"
Loading section i.CyU3PDmaChannelReset_TypeManual, size 0xf8 lma 0x400076e8
308+download,{section="i.CyU3PDmaChannelReset_TypeManual",section-size="248",total-size="739643"}
~"Loading section i.CyU3PDmaChannelResumeUsbConsumer, size 0x64 lma 0x400077e0\n"
Loading section i.CyU3PDmaChannelResumeUsbConsumer, size 0x64 lma 0x400077e0
308+download,{section="i.CyU3PDmaChannelResumeUsbConsumer",section-size="100",total-size="739643"}
~"Loading section i.CyU3PDmaChannelSendData, size 0x1b4 lma 0x40007844\n"
Loading section i.CyU3PDmaChannelSendData, size 0x1b4 lma 0x40007844
308+download,{section="i.CyU3PDmaChannelSendData",section-size="436",total-size="739643"}
~"Loading section i.CyU3PDmaChannelSetXfer, size 0xdc lma 0x400079f8\n"
Loading section i.CyU3PDmaChannelSetXfer, size 0xdc lma 0x400079f8
308+download,{section="i.CyU3PDmaChannelSetXfer",section-size="220",total-size="739643"}
~"Loading section i.CyU3PDmaChannelSetXfer_TypeAuto, size 0x1a0 lma 0x40007ad4\n"
Loading section i.CyU3PDmaChannelSetXfer_TypeAuto, size 0x1a0 lma 0x40007ad4
308+download,{section="i.CyU3PDmaChannelSetXfer_TypeAuto",section-size="416",total-size="739643"}
308+download,{section="i.CyU3PDmaChannelSetXfer_TypeAuto",section-sent="416",section-size="416",total-sent="28560",total-size="739643"}
~"Loading section i.CyU3PDmaChannelSetXfer_TypeManual, size 0x1ec lma 0x40007c74\n"
Loading section i.CyU3PDmaChannelSetXfer_TypeManual, size 0x1ec lma 0x40007c74
308+download,{section="i.CyU3PDmaChannelSetXfer_TypeManual",section-size="492",total-size="739643"}
~"Loading section i.CyU3PDmaChannelSetupRecvBuffer, size 0x220 lma 0x40007e60\n"
Loading section i.CyU3PDmaChannelSetupRecvBuffer, size 0x220 lma 0x40007e60
308+download,{section="i.CyU3PDmaChannelSetupRecvBuffer",section-size="544",total-size="739643"}
~"Loading section i.CyU3PDmaChannelSetupSendBuffer, size 0x238 lma 0x40008080\n"
Loading section i.CyU3PDmaChannelSetupSendBuffer, size 0x238 lma 0x40008080
308+download,{section="i.CyU3PDmaChannelSetupSendBuffer",section-size="568",total-size="739643"}
~"Loading section i.CyU3PDmaChannelSuspendUsbConsumer, size 0xc0 lma 0x400082b8\n"
Loading section i.CyU3PDmaChannelSuspendUsbConsumer, size 0xc0 lma 0x400082b8
308+download,{section="i.CyU3PDmaChannelSuspendUsbConsumer",section-size="192",total-size="739643"}
308+download,{section="i.CyU3PDmaChannelSuspendUsbConsumer",section-sent="192",section-size="192",total-sent="30356",total-size="739643"}
~"Loading section i.CyU3PDmaChannelWaitForCompletion, size 0x130 lma 0x40008378\n"
Loading section i.CyU3PDmaChannelWaitForCompletion, size 0x130 lma 0x40008378
308+download,{section="i.CyU3PDmaChannelWaitForCompletion",section-size="304",total-size="739643"}
~"Loading section i.CyU3PDmaChannelWaitForRecvBuffer, size 0x1a4 lma 0x400084a8\n"
Loading section i.CyU3PDmaChannelWaitForRecvBuffer, size 0x1a4 lma 0x400084a8
308+download,{section="i.CyU3PDmaChannelWaitForRecvBuffer",section-size="420",total-size="739643"}
~"Loading section i.CyU3PDmaConfigureSockets_TypeAuto, size 0x100 lma 0x4000864c\n"
Loading section i.CyU3PDmaConfigureSockets_TypeAuto, size 0x100 lma 0x4000864c
308+download,{section="i.CyU3PDmaConfigureSockets_TypeAuto",section-size="256",total-size="739643"}
~"Loading section i.CyU3PDmaConfigureSockets_TypeManual, size 0x11c lma 0x4000874c\n"
Loading section i.CyU3PDmaConfigureSockets_TypeManual, size 0x11c lma 0x4000874c
308+download,{section="i.CyU3PDmaConfigureSockets_TypeManual",section-size="284",total-size="739643"}
~"Loading section i.CyU3PDebugApplicationDefine, size 0xf0 lma 0x40008868\n"
Loading section i.CyU3PDebugApplicationDefine, size 0xf0 lma 0x40008868
308+download,{section="i.CyU3PDebugApplicationDefine",section-size="240",total-size="739643"}
~"Loading section i.CyU3PDebugChannelReset, size 0x34 lma 0x40008958\n"
Loading section i.CyU3PDebugChannelReset, size 0x34 lma 0x40008958
308+download,{section="i.CyU3PDebugChannelReset",section-size="52",total-size="739643"}
308+download,{section="i.CyU3PDebugChannelReset",section-sent="52",section-size="52",total-sent="31912",total-size="739643"}
~"Loading section i.CyU3PDebugInit, size 0x19c lma 0x4000898c\n"
Loading section i.CyU3PDebugInit, size 0x19c lma 0x4000898c
308+download,{section="i.CyU3PDebugInit",section-size="412",total-size="739643"}
~"Loading section i.CyU3PDebugIntToStr, size 0x80 lma 0x40008b28\n"
Loading section i.CyU3PDebugIntToStr, size 0x80 lma 0x40008b28
308+download,{section="i.CyU3PDebugIntToStr",section-size="128",total-size="739643"}
~"Loading section i.CyU3PDebugPrint, size 0x250 lma 0x40008ba8\n"
Loading section i.CyU3PDebugPrint, size 0x250 lma 0x40008ba8
308+download,{section="i.CyU3PDebugPrint",section-size="592",total-size="739643"}
~"Loading section i.CyU3PDebugThreadEntry, size 0xf8 lma 0x40008df8\n"
Loading section i.CyU3PDebugThreadEntry, size 0xf8 lma 0x40008df8
308+download,{section="i.CyU3PDebugThreadEntry",section-size="248",total-size="739643"}
~"Loading section i.MyDebugSNPrint, size 0x2b8 lma 0x40008ef0\n"
Loading section i.MyDebugSNPrint, size 0x2b8 lma 0x40008ef0
308+download,{section="i.MyDebugSNPrint",section-size="696",total-size="739643"}
~"Loading section i.CyU3PDmaDscrGetConfig, size 0x6c lma 0x400091a8\n"
Loading section i.CyU3PDmaDscrGetConfig, size 0x6c lma 0x400091a8
308+download,{section="i.CyU3PDmaDscrGetConfig",section-size="108",total-size="739643"}
308+download,{section="i.CyU3PDmaDscrGetConfig",section-sent="108",section-size="108",total-sent="34096",total-size="739643"}
~"Loading section i.CyU3PDmaDscrSetConfig, size 0x98 lma 0x40009214\n"
Loading section i.CyU3PDmaDscrSetConfig, size 0x98 lma 0x40009214
308+download,{section="i.CyU3PDmaDscrSetConfig",section-size="152",total-size="739643"}
~"Loading section i.CyU3PDevCheckDevStateStruct, size 0x150 lma 0x400092ac\n"
Loading section i.CyU3PDevCheckDevStateStruct, size 0x150 lma 0x400092ac
308+download,{section="i.CyU3PDevCheckDevStateStruct",section-size="336",total-size="739643"}
~"Loading section i.CyU3PDeviceCacheControl, size 0x98 lma 0x400093fc\n"
Loading section i.CyU3PDeviceCacheControl, size 0x98 lma 0x400093fc
308+download,{section="i.CyU3PDeviceCacheControl",section-size="152",total-size="739643"}
~"Loading section i.CyU3PDeviceInit, size 0x490 lma 0x40009494\n"
Loading section i.CyU3PDeviceInit, size 0x490 lma 0x40009494
308+download,{section="i.CyU3PDeviceInit",section-size="1168",total-size="739643"}
~"Loading section i.CyU3PSysSetupMMU, size 0x2c lma 0x40009924\n"
Loading section i.CyU3PSysSetupMMU, size 0x2c lma 0x40009924
308+download,{section="i.CyU3PSysSetupMMU",section-size="44",total-size="739643"}
308+download,{section="i.CyU3PSysSetupMMU",section-sent="44",section-size="44",total-sent="35948",total-size="739643"}
~"Loading section i.CyU3PSysWatchDogConfigure, size 0xf4 lma 0x40009950\n"
Loading section i.CyU3PSysWatchDogConfigure, size 0xf4 lma 0x40009950
308+download,{section="i.CyU3PSysWatchDogConfigure",section-size="244",total-size="739643"}
~"Loading section i.CyU3PDmaApplicationDefine, size 0xd0 lma 0x40009a48\n"
Loading section i.CyU3PDmaApplicationDefine, size 0xd0 lma 0x40009a48
308+download,{section="i.CyU3PDmaApplicationDefine",section-size="208",total-size="739643"}
~"Loading section i.CyU3PDmaChannelHandleError, size 0x9c lma 0x40009b18\n"
Loading section i.CyU3PDmaChannelHandleError, size 0x9c lma 0x40009b18
308+download,{section="i.CyU3PDmaChannelHandleError",section-size="156",total-size="739643"}
~"Loading section i.CyU3PDmaChannelIsValid, size 0x40 lma 0x40009bb4\n"
Loading section i.CyU3PDmaChannelIsValid, size 0x40 lma 0x40009bb4
308+download,{section="i.CyU3PDmaChannelIsValid",section-size="64",total-size="739643"}
~"Loading section i.CyU3PDmaInit, size 0xc0 lma 0x40009bf8\n"
Loading section i.CyU3PDmaInit, size 0xc0 lma 0x40009bf8
308+download,{section="i.CyU3PDmaInit",section-size="192",total-size="739643"}
~"Loading section i.CyU3PDmaIntHandler_TypeAuto, size 0x36c lma 0x40009cb8\n"
Loading section i.CyU3PDmaIntHandler_TypeAuto, size 0x36c lma 0x40009cb8
308+download,{section="i.CyU3PDmaIntHandler_TypeAuto",section-size="876",total-size="739643"}
~"Loading section i.CyU3PDmaIntHandler_TypeManual, size 0x600 lma 0x4000a024\n"
Loading section i.CyU3PDmaIntHandler_TypeManual, size 0x600 lma 0x4000a024
308+download,{section="i.CyU3PDmaIntHandler_TypeManual",section-size="1536",total-size="739643"}
308+download,{section="i.CyU3PDmaIntHandler_TypeManual",section-sent="1536",section-size="1536",total-sent="39224",total-size="739643"}
~"Loading section i.CyU3PDmaIntHandler_TypeManyToOne, size 0x5e0 lma 0x4000a624\n"
Loading section i.CyU3PDmaIntHandler_TypeManyToOne, size 0x5e0 lma 0x4000a624
308+download,{section="i.CyU3PDmaIntHandler_TypeManyToOne",section-size="1504",total-size="739643"}
~"Loading section i.CyU3PDmaIntHandler_TypeOneToMany, size 0x688 lma 0x4000ac04\n"
Loading section i.CyU3PDmaIntHandler_TypeOneToMany, size 0x688 lma 0x4000ac04
308+download,{section="i.CyU3PDmaIntHandler_TypeOneToMany",section-size="1672",total-size="739643"}
308+download,{section="i.CyU3PDmaIntHandler_TypeOneToMany",section-sent="1672",section-size="1672",total-sent="42400",total-size="739643"}
~"Loading section i.CyU3PDmaIsSockAvlEnReqd, size 0x64 lma 0x4000b28c\n"
Loading section i.CyU3PDmaIsSockAvlEnReqd, size 0x64 lma 0x4000b28c
308+download,{section="i.CyU3PDmaIsSockAvlEnReqd",section-size="100",total-size="739643"}
~"Loading section i.CyU3PDmaMsgSend, size 0x50 lma 0x4000b2f0\n"
Loading section i.CyU3PDmaMsgSend, size 0x50 lma 0x4000b2f0
308+download,{section="i.CyU3PDmaMsgSend",section-size="80",total-size="739643"}
~"Loading section i.CyU3PDmaMultiChannelHandleError, size 0xf8 lma 0x4000b340\n"
Loading section i.CyU3PDmaMultiChannelHandleError, size 0xf8 lma 0x4000b340
308+download,{section="i.CyU3PDmaMultiChannelHandleError",section-size="248",total-size="739643"}
308+download,{section="i.CyU3PDmaMultiChannelHandleError",section-sent="248",section-size="248",total-sent="42828",total-size="739643"}
~"Loading section i.CyU3PDmaMultiChannelIsValid, size 0x40 lma 0x4000b438\n"
Loading section i.CyU3PDmaMultiChannelIsValid, size 0x40 lma 0x4000b438
308+download,{section="i.CyU3PDmaMultiChannelIsValid",section-size="64",total-size="739643"}
~"Loading section i.CyU3PDmaThreadEntry, size 0x114 lma 0x4000b478\n"
Loading section i.CyU3PDmaThreadEntry, size 0x114 lma 0x4000b478
308+download,{section="i.CyU3PDmaThreadEntry",section-size="276",total-size="739643"}
~"Loading section i.CyU3PDmaUsbInEpGetChannel, size 0x3c lma 0x4000b58c\n"
Loading section i.CyU3PDmaUsbInEpGetChannel, size 0x3c lma 0x4000b58c
308+download,{section="i.CyU3PDmaUsbInEpGetChannel",section-size="60",total-size="739643"}
~"Loading section i.CyU3PDmaUsbInEpGetMultiChannel, size 0x3c lma 0x4000b5c8\n"
Loading section i.CyU3PDmaUsbInEpGetMultiChannel, size 0x3c lma 0x4000b5c8
308+download,{section="i.CyU3PDmaUsbInEpGetMultiChannel",section-size="60",total-size="739643"}
~"Loading section i.CyU3PDmaDscrChainCreate, size 0x160 lma 0x4000b608\n"
Loading section i.CyU3PDmaDscrChainCreate, size 0x160 lma 0x4000b608
308+download,{section="i.CyU3PDmaDscrChainCreate",section-size="352",total-size="739643"}
~"Loading section i.CyU3PDmaDscrChainDestroy, size 0xa0 lma 0x4000b768\n"
Loading section i.CyU3PDmaDscrChainDestroy, size 0xa0 lma 0x4000b768
308+download,{section="i.CyU3PDmaDscrChainDestroy",section-size="160",total-size="739643"}
~"Loading section i.CyU3PDmaDscrGet, size 0xe0 lma 0x4000b808\n"
Loading section i.CyU3PDmaDscrGet, size 0xe0 lma 0x4000b808
308+download,{section="i.CyU3PDmaDscrGet",section-size="224",total-size="739643"}
308+download,{section="i.CyU3PDmaDscrGet",section-sent="224",section-size="224",total-sent="44024",total-size="739643"}
~"Loading section i.CyU3PDmaDscrGetFreeCount, size 0x10 lma 0x4000b8e8\n"
Loading section i.CyU3PDmaDscrGetFreeCount, size 0x10 lma 0x4000b8e8
308+download,{section="i.CyU3PDmaDscrGetFreeCount",section-size="16",total-size="739643"}
~"Loading section i.CyU3PDmaDscrListCreate, size 0x68 lma 0x4000b8f8\n"
Loading section i.CyU3PDmaDscrListCreate, size 0x68 lma 0x4000b8f8
308+download,{section="i.CyU3PDmaDscrListCreate",section-size="104",total-size="739643"}
~"Loading section i.CyU3PDmaDscrPut, size 0x9c lma 0x4000b960\n"
Loading section i.CyU3PDmaDscrPut, size 0x9c lma 0x4000b960
308+download,{section="i.CyU3PDmaDscrPut",section-size="156",total-size="739643"}
~"Loading section FX3FWINIT, size 0x100 lma 0x4000b9fc\n"
Loading section FX3FWINIT, size 0x100 lma 0x4000b9fc
308+download,{section="FX3FWINIT",section-size="256",total-size="739643"}
~"Loading section i.CyU3PDeviceConfigureIOMatrix, size 0x38 lma 0x4000bafc\n"
Loading section i.CyU3PDeviceConfigureIOMatrix, size 0x38 lma 0x4000bafc
308+download,{section="i.CyU3PDeviceConfigureIOMatrix",section-size="56",total-size="739643"}
~"Loading section i.CyU3PIsLppIOConfigured, size 0x84 lma 0x4000bb34\n"
Loading section i.CyU3PIsLppIOConfigured, size 0x84 lma 0x4000bb34
308+download,{section="i.CyU3PIsLppIOConfigured",section-size="132",total-size="739643"}
~"Loading section i.CyU3PLppApplicationDefine, size 0xa0 lma 0x4000bbb8\n"
Loading section i.CyU3PLppApplicationDefine, size 0xa0 lma 0x4000bbb8
308+download,{section="i.CyU3PLppApplicationDefine",section-size="160",total-size="739643"}
~"Loading section i.CyU3PLppEventSend, size 0x28 lma 0x4000bc58\n"
Loading section i.CyU3PLppEventSend, size 0x28 lma 0x4000bc58
308+download,{section="i.CyU3PLppEventSend",section-size="40",total-size="739643"}
~"Loading section i.CyU3PLppInit, size 0x1a0 lma 0x4000bc80\n"
Loading section i.CyU3PLppInit, size 0x1a0 lma 0x4000bc80
308+download,{section="i.CyU3PLppInit",section-size="416",total-size="739643"}
308+download,{section="i.CyU3PLppInit",section-sent="416",section-size="416",total-sent="45360",total-size="739643"}
~"Loading section i.CyU3PLppRestoreState, size 0x128 lma 0x4000be20\n"
Loading section i.CyU3PLppRestoreState, size 0x128 lma 0x4000be20
308+download,{section="i.CyU3PLppRestoreState",section-size="296",total-size="739643"}
~"Loading section i.CyU3PLppSocketInit, size 0x50 lma 0x4000bf48\n"
Loading section i.CyU3PLppSocketInit, size 0x50 lma 0x4000bf48
308+download,{section="i.CyU3PLppSocketInit",section-size="80",total-size="739643"}
~"Loading section i.CyU3PLppThreadEntry, size 0x130 lma 0x4000bf98\n"
Loading section i.CyU3PLppThreadEntry, size 0x130 lma 0x4000bf98
308+download,{section="i.CyU3PLppThreadEntry",section-size="304",total-size="739643"}
~"Loading section i.CyU3PSpiSetClock, size 0xb0 lma 0x4000c0c8\n"
Loading section i.CyU3PSpiSetClock, size 0xb0 lma 0x4000c0c8
308+download,{section="i.CyU3PSpiSetClock",section-size="176",total-size="739643"}
~"Loading section i.CyU3PUartSetClock, size 0xd8 lma 0x4000c178\n"
Loading section i.CyU3PUartSetClock, size 0xd8 lma 0x4000c178
308+download,{section="i.CyU3PUartSetClock",section-size="216",total-size="739643"}
~"Loading section i.CyU3UpdateLppActiveInfo, size 0x84 lma 0x4000c250\n"
Loading section i.CyU3UpdateLppActiveInfo, size 0x84 lma 0x4000c250
308+download,{section="i.CyU3UpdateLppActiveInfo",section-size="132",total-size="739643"}
308+download,{section="i.CyU3UpdateLppActiveInfo",section-sent="132",section-size="132",total-sent="46564",total-size="739643"}
~"Loading section i.CyU3PInitPageTable, size 0xc lma 0x4000c2d4\n"
Loading section i.CyU3PInitPageTable, size 0xc lma 0x4000c2d4
308+download,{section="i.CyU3PInitPageTable",section-size="12",total-size="739643"}
~"Loading section i.CyU3PSysBarrierSync, size 0xc lma 0x4000c2e0\n"
Loading section i.CyU3PSysBarrierSync, size 0xc lma 0x4000c2e0
308+download,{section="i.CyU3PSysBarrierSync",section-size="12",total-size="739643"}
~"Loading section i.CyU3PSysDisableCacheMMU, size 0x28 lma 0x4000c2ec\n"
Loading section i.CyU3PSysDisableCacheMMU, size 0x28 lma 0x4000c2ec
308+download,{section="i.CyU3PSysDisableCacheMMU",section-size="40",total-size="739643"}
~"Loading section i.CyU3PSysDisableDCache, size 0x10 lma 0x4000c314\n"
Loading section i.CyU3PSysDisableDCache, size 0x10 lma 0x4000c314
308+download,{section="i.CyU3PSysDisableDCache",section-size="16",total-size="739643"}
~"Loading section i.CyU3PSysDisableICache, size 0x10 lma 0x4000c324\n"
Loading section i.CyU3PSysDisableICache, size 0x10 lma 0x4000c324
308+download,{section="i.CyU3PSysDisableICache",section-size="16",total-size="739643"}
~"Loading section i.CyU3PSysEnableDCache, size 0x10 lma 0x4000c334\n"
Loading section i.CyU3PSysEnableDCache, size 0x10 lma 0x4000c334
308+download,{section="i.CyU3PSysEnableDCache",section-size="16",total-size="739643"}
~"Loading section i.CyU3PSysEnableICache, size 0x14 lma 0x4000c344\n"
Loading section i.CyU3PSysEnableICache, size 0x14 lma 0x4000c344
308+download,{section="i.CyU3PSysEnableICache",section-size="20",total-size="739643"}
~"Loading section i.CyU3PSysEnableMMU, size 0x10 lma 0x4000c358\n"
Loading section i.CyU3PSysEnableMMU, size 0x10 lma 0x4000c358
308+download,{section="i.CyU3PSysEnableMMU",section-size="16",total-size="739643"}
~"Loading section i.CyU3PSysFlushICache, size 0xc lma 0x4000c368\n"
Loading section i.CyU3PSysFlushICache, size 0xc lma 0x4000c368
308+download,{section="i.CyU3PSysFlushICache",section-size="12",total-size="739643"}
~"Loading section i.CyU3PSysInitTCMs, size 0x14 lma 0x4000c374\n"
Loading section i.CyU3PSysInitTCMs, size 0x14 lma 0x4000c374
308+download,{section="i.CyU3PSysInitTCMs",section-size="20",total-size="739643"}
~"Loading section i.CyU3PSysLoadTLB, size 0x3c lma 0x4000c388\n"
Loading section i.CyU3PSysLoadTLB, size 0x3c lma 0x4000c388
308+download,{section="i.CyU3PSysLoadTLB",section-size="60",total-size="739643"}
~"Loading section i.CyU3PSysLockTLBEntry, size 0x28 lma 0x4000c3c4\n"
Loading section i.CyU3PSysLockTLBEntry, size 0x28 lma 0x4000c3c4
308+download,{section="i.CyU3PSysLockTLBEntry",section-size="40",total-size="739643"}
~"Loading section i.CyU3PDmaSocketDisable, size 0x60 lma 0x4000c3ec\n"
Loading section i.CyU3PDmaSocketDisable, size 0x60 lma 0x4000c3ec
308+download,{section="i.CyU3PDmaSocketDisable",section-size="96",total-size="739643"}
~"Loading section i.CyU3PDmaSocketGetConfig, size 0xa0 lma 0x4000c44c\n"
Loading section i.CyU3PDmaSocketGetConfig, size 0xa0 lma 0x4000c44c
308+download,{section="i.CyU3PDmaSocketGetConfig",section-size="160",total-size="739643"}
308+download,{section="i.CyU3PDmaSocketGetConfig",section-sent="160",section-size="160",total-sent="47100",total-size="739643"}
~"Loading section i.CyU3PDmaSocketIsValidConsumer, size 0xe0 lma 0x4000c4ec\n"
Loading section i.CyU3PDmaSocketIsValidConsumer, size 0xe0 lma 0x4000c4ec
308+download,{section="i.CyU3PDmaSocketIsValidConsumer",section-size="224",total-size="739643"}
~"Loading section i.CyU3PDmaSocketIsValidProducer, size 0xe0 lma 0x4000c5cc\n"
Loading section i.CyU3PDmaSocketIsValidProducer, size 0xe0 lma 0x4000c5cc
308+download,{section="i.CyU3PDmaSocketIsValidProducer",section-size="224",total-size="739643"}
~"Loading section i.CyU3PDmaSocketSendEvent, size 0x48 lma 0x4000c6ac\n"
Loading section i.CyU3PDmaSocketSendEvent, size 0x48 lma 0x4000c6ac
308+download,{section="i.CyU3PDmaSocketSendEvent",section-size="72",total-size="739643"}
~"Loading section i.CyU3PDmaSocketSetConfig, size 0xac lma 0x4000c6f4\n"
Loading section i.CyU3PDmaSocketSetConfig, size 0xac lma 0x4000c6f4
308+download,{section="i.CyU3PDmaSocketSetConfig",section-size="172",total-size="739643"}
~"Loading section i.CyU3PDmaSocketUpdateStatus, size 0x74 lma 0x4000c7a0\n"
Loading section i.CyU3PDmaSocketUpdateStatus, size 0x74 lma 0x4000c7a0
308+download,{section="i.CyU3PDmaSocketUpdateStatus",section-size="116",total-size="739643"}
~"Loading section i.CyU3PDmaUpdateSocketResume, size 0xd4 lma 0x4000c814\n"
Loading section i.CyU3PDmaUpdateSocketResume, size 0xd4 lma 0x4000c814
308+download,{section="i.CyU3PDmaUpdateSocketResume",section-size="212",total-size="739643"}
~"Loading section i.CyU3PDmaUpdateSocketSuspendOption, size 0x164 lma 0x4000c8e8\n"
Loading section i.CyU3PDmaUpdateSocketSuspendOption, size 0x164 lma 0x4000c8e8
308+download,{section="i.CyU3PDmaUpdateSocketSuspendOption",section-size="356",total-size="739643"}
~"Loading section i.CyU3PApplicationDefine, size 0xe8 lma 0x4000ca50\n"
Loading section i.CyU3PApplicationDefine, size 0xe8 lma 0x4000ca50
308+download,{section="i.CyU3PApplicationDefine",section-size="232",total-size="739643"}
308+download,{section="i.CyU3PApplicationDefine",section-sent="232",section-size="232",total-sent="48708",total-size="739643"}
~"Loading section i.CyU3PSysCheckBootState, size 0xb0 lma 0x4000cb38\n"
Loading section i.CyU3PSysCheckBootState, size 0xb0 lma 0x4000cb38
308+download,{section="i.CyU3PSysCheckBootState",section-size="176",total-size="739643"}
~"Loading section i.CyU3PSysGetRegBkpAddr, size 0x10 lma 0x4000cbe8\n"
Loading section i.CyU3PSysGetRegBkpAddr, size 0x10 lma 0x4000cbe8
308+download,{section="i.CyU3PSysGetRegBkpAddr",section-size="16",total-size="739643"}
~"Loading section i.CyU3PSysModuleInitCompleteEvt, size 0x24 lma 0x4000cbf8\n"
Loading section i.CyU3PSysModuleInitCompleteEvt, size 0x24 lma 0x4000cbf8
308+download,{section="i.CyU3PSysModuleInitCompleteEvt",section-size="36",total-size="739643"}
~"Loading section i.CyU3PSysThreadEntry, size 0x78 lma 0x4000cc20\n"
Loading section i.CyU3PSysThreadEntry, size 0x78 lma 0x4000cc20
308+download,{section="i.CyU3PSysThreadEntry",section-size="120",total-size="739643"}
~"Loading section i.CyU3PSystemRegisterDriver, size 0x4 lma 0x4000cc98\n"
Loading section i.CyU3PSystemRegisterDriver, size 0x4 lma 0x4000cc98
308+download,{section="i.CyU3PSystemRegisterDriver",section-size="4",total-size="739643"}
~"Loading section i.CyU3PConnectState, size 0x248 lma 0x4000cc9c\n"
Loading section i.CyU3PConnectState, size 0x248 lma 0x4000cc9c
308+download,{section="i.CyU3PConnectState",section-size="584",total-size="739643"}
~"Loading section i.CyU3POtgGetMode, size 0x10 lma 0x4000cee4\n"
Loading section i.CyU3POtgGetMode, size 0x10 lma 0x4000cee4
308+download,{section="i.CyU3POtgGetMode",section-size="16",total-size="739643"}
~"Loading section i.CyU3POtgIsDeviceMode, size 0xcc lma 0x4000cef4\n"
Loading section i.CyU3POtgIsDeviceMode, size 0xcc lma 0x4000cef4
308+download,{section="i.CyU3POtgIsDeviceMode",section-size="204",total-size="739643"}
308+download,{section="i.CyU3POtgIsDeviceMode",section-sent="204",section-size="204",total-sent="49864",total-size="739643"}
~"Loading section i.CyU3POtgIsHostMode, size 0xc0 lma 0x4000cfc0\n"
Loading section i.CyU3POtgIsHostMode, size 0xc0 lma 0x4000cfc0
308+download,{section="i.CyU3POtgIsHostMode",section-size="192",total-size="739643"}
~"Loading section i.CyU3POtgIsStarted, size 0x10 lma 0x4000d080\n"
Loading section i.CyU3POtgIsStarted, size 0x10 lma 0x4000d080
308+download,{section="i.CyU3POtgIsStarted",section-size="16",total-size="739643"}
~"Loading section i.CyU3PSetUsbCoreClock, size 0x84 lma 0x4000d090\n"
Loading section i.CyU3PSetUsbCoreClock, size 0x84 lma 0x4000d090
308+download,{section="i.CyU3PSetUsbCoreClock",section-size="132",total-size="739643"}
~"Loading section i.CyU3PUibInit, size 0x1c8 lma 0x4000d114\n"
Loading section i.CyU3PUibInit, size 0x1c8 lma 0x4000d114
308+download,{section="i.CyU3PUibInit",section-size="456",total-size="739643"}
~"Loading section i.CyU3PUsb2Resume, size 0x158 lma 0x4000d2dc\n"
Loading section i.CyU3PUsb2Resume, size 0x158 lma 0x4000d2dc
308+download,{section="i.CyU3PUsb2Resume",section-size="344",total-size="739643"}
~"Loading section i.CyU3PUsbAckSetup, size 0xf8 lma 0x4000d434\n"
Loading section i.CyU3PUsbAckSetup, size 0xf8 lma 0x4000d434
308+download,{section="i.CyU3PUsbAckSetup",section-size="248",total-size="739643"}
~"Loading section i.CyU3PUsbCreateDmaChannels, size 0x16c lma 0x4000d52c\n"
Loading section i.CyU3PUsbCreateDmaChannels, size 0x16c lma 0x4000d52c
308+download,{section="i.CyU3PUsbCreateDmaChannels",section-size="364",total-size="739643"}
308+download,{section="i.CyU3PUsbCreateDmaChannels",section-sent="364",section-size="364",total-sent="51616",total-size="739643"}
~"Loading section i.CyU3PUsbFlushEp, size 0xbc lma 0x4000d698\n"
Loading section i.CyU3PUsbFlushEp, size 0xbc lma 0x4000d698
308+download,{section="i.CyU3PUsbFlushEp",section-size="188",total-size="739643"}
~"Loading section i.CyU3PUsbGetEP0Data, size 0x1b8 lma 0x4000d754\n"
Loading section i.CyU3PUsbGetEP0Data, size 0x1b8 lma 0x4000d754
308+download,{section="i.CyU3PUsbGetEP0Data",section-size="440",total-size="739643"}
~"Loading section i.CyU3PUsbGetEpSeqNum, size 0x8c lma 0x4000d90c\n"
Loading section i.CyU3PUsbGetEpSeqNum, size 0x8c lma 0x4000d90c
308+download,{section="i.CyU3PUsbGetEpSeqNum",section-size="140",total-size="739643"}
~"Loading section i.CyU3PUsbGetLock, size 0x4 lma 0x4000d998\n"
Loading section i.CyU3PUsbGetLock, size 0x4 lma 0x4000d998
308+download,{section="i.CyU3PUsbGetLock",section-size="4",total-size="739643"}
~"Loading section i.CyU3PUsbGetSpeed, size 0x10 lma 0x4000d99c\n"
Loading section i.CyU3PUsbGetSpeed, size 0x10 lma 0x4000d99c
308+download,{section="i.CyU3PUsbGetSpeed",section-size="16",total-size="739643"}
~"Loading section i.CyU3PUsbHostIsStarted, size 0x10 lma 0x4000d9ac\n"
Loading section i.CyU3PUsbHostIsStarted, size 0x10 lma 0x4000d9ac
308+download,{section="i.CyU3PUsbHostIsStarted",section-size="16",total-size="739643"}
~"Loading section i.CyU3PUsbIsNewCtrlRqtRecvd, size 0x4c lma 0x4000d9bc\n"
Loading section i.CyU3PUsbIsNewCtrlRqtRecvd, size 0x4c lma 0x4000d9bc
308+download,{section="i.CyU3PUsbIsNewCtrlRqtRecvd",section-size="76",total-size="739643"}
~"Loading section i.CyU3PUsbLoadBootloaderDescs, size 0x6c lma 0x4000da08\n"
Loading section i.CyU3PUsbLoadBootloaderDescs, size 0x6c lma 0x4000da08
308+download,{section="i.CyU3PUsbLoadBootloaderDescs",section-size="108",total-size="739643"}
308+download,{section="i.CyU3PUsbLoadBootloaderDescs",section-sent="108",section-size="108",total-sent="52604",total-size="739643"}
~"Loading section i.CyU3PUsbOtgVbusChangeHandler, size 0xb4 lma 0x4000da74\n"
Loading section i.CyU3PUsbOtgVbusChangeHandler, size 0xb4 lma 0x4000da74
308+download,{section="i.CyU3PUsbOtgVbusChangeHandler",section-size="180",total-size="739643"}
~"Loading section i.CyU3PUsbPhyDisable, size 0x204 lma 0x4000db28\n"
Loading section i.CyU3PUsbPhyDisable, size 0x204 lma 0x4000db28
308+download,{section="i.CyU3PUsbPhyDisable",section-size="516",total-size="739643"}
~"Loading section i.CyU3PUsbPhyEnable, size 0x334 lma 0x4000dd2c\n"
Loading section i.CyU3PUsbPhyEnable, size 0x334 lma 0x4000dd2c
308+download,{section="i.CyU3PUsbPhyEnable",section-size="820",total-size="739643"}
~"Loading section i.CyU3PUsbPowerOn, size 0xc lma 0x4000e060\n"
Loading section i.CyU3PUsbPowerOn, size 0xc lma 0x4000e060
308+download,{section="i.CyU3PUsbPowerOn",section-size="12",total-size="739643"}
~"Loading section i.CyU3PUsbPutLock, size 0x4 lma 0x4000e06c\n"
Loading section i.CyU3PUsbPutLock, size 0x4 lma 0x4000e06c
308+download,{section="i.CyU3PUsbPutLock",section-size="4",total-size="739643"}
308+download,{section="i.CyU3PUsbPutLock",section-sent="4",section-size="4",total-sent="54136",total-size="739643"}
~"Loading section i.CyU3PUsbResetEndpointMemories, size 0x320 lma 0x4000e070\n"
Loading section i.CyU3PUsbResetEndpointMemories, size 0x320 lma 0x4000e070
308+download,{section="i.CyU3PUsbResetEndpointMemories",section-size="800",total-size="739643"}
~"Loading section i.CyU3PUsbResetEp, size 0xd4 lma 0x4000e390\n"
Loading section i.CyU3PUsbResetEp, size 0xd4 lma 0x4000e390
308+download,{section="i.CyU3PUsbResetEp",section-size="212",total-size="739643"}
~"Loading section i.CyU3PUsbResumeInEpChannels, size 0x58 lma 0x4000e464\n"
Loading section i.CyU3PUsbResumeInEpChannels, size 0x58 lma 0x4000e464
308+download,{section="i.CyU3PUsbResumeInEpChannels",section-size="88",total-size="739643"}
~"Loading section i.CyU3PUsbSendEP0Data, size 0x254 lma 0x4000e4bc\n"
Loading section i.CyU3PUsbSendEP0Data, size 0x254 lma 0x4000e4bc
308+download,{section="i.CyU3PUsbSendEP0Data",section-size="596",total-size="739643"}
~"Loading section i.CyU3PUsbSendErdy, size 0xf4 lma 0x4000e710\n"
Loading section i.CyU3PUsbSendErdy, size 0xf4 lma 0x4000e710
308+download,{section="i.CyU3PUsbSendErdy",section-size="244",total-size="739643"}
308+download,{section="i.CyU3PUsbSendErdy",section-sent="244",section-size="244",total-sent="56076",total-size="739643"}
~"Loading section i.CyU3PUsbSetDesc, size 0x1c8 lma 0x4000e804\n"
Loading section i.CyU3PUsbSetDesc, size 0x1c8 lma 0x4000e804
308+download,{section="i.CyU3PUsbSetDesc",section-size="456",total-size="739643"}
~"Loading section i.CyU3PUsbSetEpNak, size 0x1b4 lma 0x4000e9cc\n"
Loading section i.CyU3PUsbSetEpNak, size 0x1b4 lma 0x4000e9cc
308+download,{section="i.CyU3PUsbSetEpNak",section-size="436",total-size="739643"}
~"Loading section i.CyU3PUsbSetEpSeqNum, size 0x80 lma 0x4000eb80\n"
Loading section i.CyU3PUsbSetEpSeqNum, size 0x80 lma 0x4000eb80
308+download,{section="i.CyU3PUsbSetEpSeqNum",section-size="128",total-size="739643"}
~"Loading section i.CyU3PUsbSetLinkPowerState, size 0x154 lma 0x4000ec00\n"
Loading section i.CyU3PUsbSetLinkPowerState, size 0x154 lma 0x4000ec00
308+download,{section="i.CyU3PUsbSetLinkPowerState",section-size="340",total-size="739643"}
~"Loading section i.CyU3PUsbStall, size 0x378 lma 0x4000ed54\n"
Loading section i.CyU3PUsbStall, size 0x378 lma 0x4000ed54
308+download,{section="i.CyU3PUsbStall",section-size="888",total-size="739643"}
308+download,{section="i.CyU3PUsbStall",section-sent="888",section-size="888",total-sent="58324",total-size="739643"}
~"Loading section i.CyU3PUsbStart, size 0x3a8 lma 0x4000f0cc\n"
Loading section i.CyU3PUsbStart, size 0x3a8 lma 0x4000f0cc
308+download,{section="i.CyU3PUsbStart",section-size="936",total-size="739643"}
~"Loading section i.CyU3PUsbSuspendInEpChannels, size 0x60 lma 0x4000f474\n"
Loading section i.CyU3PUsbSuspendInEpChannels, size 0x60 lma 0x4000f474
308+download,{section="i.CyU3PUsbSuspendInEpChannels",section-size="96",total-size="739643"}
~"Loading section i.GetUsbLinkActive, size 0x80 lma 0x4000f4d4\n"
Loading section i.GetUsbLinkActive, size 0x80 lma 0x4000f4d4
308+download,{section="i.GetUsbLinkActive",section-size="128",total-size="739643"}
308+download,{section="i.GetUsbLinkActive",section-sent="128",section-size="128",total-sent="59484",total-size="739643"}
~"Loading section i.CyU3PHsGrantIntrHandler, size 0x78 lma 0x4000f554\n"
Loading section i.CyU3PHsGrantIntrHandler, size 0x78 lma 0x4000f554
308+download,{section="i.CyU3PHsGrantIntrHandler",section-size="120",total-size="739643"}
~"Loading section i.CyU3PUibApplicationDefine, size 0x1b8 lma 0x4000f5d0\n"
Loading section i.CyU3PUibApplicationDefine, size 0x1b8 lma 0x4000f5d0
308+download,{section="i.CyU3PUibApplicationDefine",section-size="440",total-size="739643"}
~"Loading section i.CyU3PUibDevCtrlEvtHandler, size 0x1d4 lma 0x4000f788\n"
Loading section i.CyU3PUibDevCtrlEvtHandler, size 0x1d4 lma 0x4000f788
308+download,{section="i.CyU3PUibDevCtrlEvtHandler",section-size="468",total-size="739643"}
~"Loading section i.CyU3PUibEPEvtHandler, size 0x270 lma 0x4000f95c\n"
Loading section i.CyU3PUibEPEvtHandler, size 0x270 lma 0x4000f95c
308+download,{section="i.CyU3PUibEPEvtHandler",section-size="624",total-size="739643"}
~"Loading section i.CyU3PUibInitVars, size 0xd8 lma 0x4000fbd0\n"
Loading section i.CyU3PUibInitVars, size 0xd8 lma 0x4000fbd0
308+download,{section="i.CyU3PUibInitVars",section-size="216",total-size="739643"}
308+download,{section="i.CyU3PUibInitVars",section-sent="216",section-size="216",total-sent="61352",total-size="739643"}
~"Loading section i.CyU3PUibLnkErrClrTimerCb, size 0xa0 lma 0x4000fca8\n"
Loading section i.CyU3PUibLnkErrClrTimerCb, size 0xa0 lma 0x4000fca8
308+download,{section="i.CyU3PUibLnkErrClrTimerCb",section-size="160",total-size="739643"}
~"Loading section i.CyU3PUibLnkIntrEvtHandler, size 0xa0 lma 0x4000fd48\n"
Loading section i.CyU3PUibLnkIntrEvtHandler, size 0xa0 lma 0x4000fd48
308+download,{section="i.CyU3PUibLnkIntrEvtHandler",section-size="160",total-size="739643"}
~"Loading section i.CyU3PUibProtEpIntrEvtHandler, size 0x4d8 lma 0x4000fde8\n"
Loading section i.CyU3PUibProtEpIntrEvtHandler, size 0x4d8 lma 0x4000fde8
308+download,{section="i.CyU3PUibProtEpIntrEvtHandler",section-size="1240",total-size="739643"}
~"Loading section i.CyU3PUibProtIntrEvtHandler, size 0x13c lma 0x400102c0\n"
Loading section i.CyU3PUibProtIntrEvtHandler, size 0x13c lma 0x400102c0
308+download,{section="i.CyU3PUibProtIntrEvtHandler",section-size="316",total-size="739643"}
308+download,{section="i.CyU3PUibProtIntrEvtHandler",section-sent="316",section-size="316",total-sent="63228",total-size="739643"}
~"Loading section i.CyU3PUibSendDescr, size 0x624 lma 0x400103fc\n"
Loading section i.CyU3PUibSendDescr, size 0x624 lma 0x400103fc
308+download,{section="i.CyU3PUibSendDescr",section-size="1572",total-size="739643"}
~"Loading section i.CyU3PUibSocketInit, size 0x9c lma 0x40010a20\n"
Loading section i.CyU3PUibSocketInit, size 0x9c lma 0x40010a20
308+download,{section="i.CyU3PUibSocketInit",section-size="156",total-size="739643"}
308+download,{section="i.CyU3PUibSocketInit",section-sent="156",section-size="156",total-sent="64956",total-size="739643"}
~"Loading section i.CyU3PUibStatusTimerCb, size 0xa4 lma 0x40010abc\n"
Loading section i.CyU3PUibStatusTimerCb, size 0xa4 lma 0x40010abc
308+download,{section="i.CyU3PUibStatusTimerCb",section-size="164",total-size="739643"}
~"Loading section i.CyU3PUibThreadEntry, size 0x90 lma 0x40010b60\n"
Loading section i.CyU3PUibThreadEntry, size 0x90 lma 0x40010b60
308+download,{section="i.CyU3PUibThreadEntry",section-size="144",total-size="739643"}
~"Loading section i.CyU3PUibVbusChangeHandler, size 0x168 lma 0x40010bf0\n"
Loading section i.CyU3PUibVbusChangeHandler, size 0x168 lma 0x40010bf0
308+download,{section="i.CyU3PUibVbusChangeHandler",section-size="360",total-size="739643"}
~"Loading section i.CyU3PUsbAddToEventLog, size 0x84 lma 0x40010d58\n"
Loading section i.CyU3PUsbAddToEventLog, size 0x84 lma 0x40010d58
308+download,{section="i.CyU3PUsbAddToEventLog",section-size="132",total-size="739643"}
~"Loading section i.CyU3PUsbCheckUsb3Disconnect, size 0x260 lma 0x40010ddc\n"
Loading section i.CyU3PUsbCheckUsb3Disconnect, size 0x260 lma 0x40010ddc
308+download,{section="i.CyU3PUsbCheckUsb3Disconnect",section-size="608",total-size="739643"}
~"Loading section i.CyU3PUsbDescInit, size 0x30 lma 0x40011040\n"
Loading section i.CyU3PUsbDescInit, size 0x30 lma 0x40011040
308+download,{section="i.CyU3PUsbDescInit",section-size="48",total-size="739643"}
308+download,{section="i.CyU3PUsbDescInit",section-sent="48",section-size="48",total-sent="66412",total-size="739643"}
~"Loading section i.CyU3PUsbEpPrepare, size 0x1f8 lma 0x40011070\n"
Loading section i.CyU3PUsbEpPrepare, size 0x1f8 lma 0x40011070
308+download,{section="i.CyU3PUsbEpPrepare",section-size="504",total-size="739643"}
~"Loading section i.CyU3PUsbFallBackToUsb2, size 0x2ac lma 0x40011268\n"
Loading section i.CyU3PUsbFallBackToUsb2, size 0x2ac lma 0x40011268
308+download,{section="i.CyU3PUsbFallBackToUsb2",section-size="684",total-size="739643"}
~"Loading section i.CyU3PUsbGetEpStatus, size 0xb8 lma 0x40011514\n"
Loading section i.CyU3PUsbGetEpStatus, size 0xb8 lma 0x40011514
308+download,{section="i.CyU3PUsbGetEpStatus",section-size="184",total-size="739643"}
~"Loading section i.CyU3PUsbHandleClearFeature, size 0x118 lma 0x400115cc\n"
Loading section i.CyU3PUsbHandleClearFeature, size 0x118 lma 0x400115cc
308+download,{section="i.CyU3PUsbHandleClearFeature",section-size="280",total-size="739643"}
~"Loading section i.CyU3PUsbHandleEvents, size 0x488 lma 0x400116e4\n"
Loading section i.CyU3PUsbHandleEvents, size 0x488 lma 0x400116e4
308+download,{section="i.CyU3PUsbHandleEvents",section-size="1160",total-size="739643"}
308+download,{section="i.CyU3PUsbHandleEvents",section-sent="1160",section-size="1160",total-sent="69224",total-size="739643"}
~"Loading section i.CyU3PUsbHandleGetStatus, size 0xf8 lma 0x40011b6c\n"
Loading section i.CyU3PUsbHandleGetStatus, size 0xf8 lma 0x40011b6c
308+download,{section="i.CyU3PUsbHandleGetStatus",section-size="248",total-size="739643"}
~"Loading section i.CyU3PUsbHandleSetFeature, size 0x118 lma 0x40011c64\n"
Loading section i.CyU3PUsbHandleSetFeature, size 0x118 lma 0x40011c64
308+download,{section="i.CyU3PUsbHandleSetFeature",section-size="280",total-size="739643"}
~"Loading section i.CyU3PUsbReEnableUsb3, size 0x1dc lma 0x40011d7c\n"
Loading section i.CyU3PUsbReEnableUsb3, size 0x1dc lma 0x40011d7c
308+download,{section="i.CyU3PUsbReEnableUsb3",section-size="476",total-size="739643"}
~"Loading section i.CyU3PUsbRegisterEventCallback, size 0x54 lma 0x40011f58\n"
Loading section i.CyU3PUsbRegisterEventCallback, size 0x54 lma 0x40011f58
308+download,{section="i.CyU3PUsbRegisterEventCallback",section-size="84",total-size="739643"}
308+download,{section="i.CyU3PUsbRegisterEventCallback",section-sent="84",section-size="84",total-sent="70312",total-size="739643"}
~"Loading section i.CyU3PUsbRegisterLPMRequestCallback, size 0x10 lma 0x40011fac\n"
Loading section i.CyU3PUsbRegisterLPMRequestCallback, size 0x10 lma 0x40011fac
308+download,{section="i.CyU3PUsbRegisterLPMRequestCallback",section-size="16",total-size="739643"}
~"Loading section i.CyU3PUsbRegisterSetupCallback, size 0x60 lma 0x40011fbc\n"
Loading section i.CyU3PUsbRegisterSetupCallback, size 0x60 lma 0x40011fbc
308+download,{section="i.CyU3PUsbRegisterSetupCallback",section-size="96",total-size="739643"}
~"Loading section i.CyU3PUsbResetHandler, size 0x170 lma 0x4001201c\n"
Loading section i.CyU3PUsbResetHandler, size 0x170 lma 0x4001201c
308+download,{section="i.CyU3PUsbResetHandler",section-size="368",total-size="739643"}
~"Loading section i.CyU3PUsbResumeHandler, size 0x50 lma 0x4001218c\n"
Loading section i.CyU3PUsbResumeHandler, size 0x50 lma 0x4001218c
308+download,{section="i.CyU3PUsbResumeHandler",section-size="80",total-size="739643"}
~"Loading section i.CyU3PUsbSSConnecthandler, size 0x270 lma 0x400121dc\n"
Loading section i.CyU3PUsbSSConnecthandler, size 0x270 lma 0x400121dc
308+download,{section="i.CyU3PUsbSSConnecthandler",section-size="624",total-size="739643"}
~"Loading section i.CyU3PUsbSSDisConnecthandler, size 0x1e0 lma 0x4001244c\n"
Loading section i.CyU3PUsbSSDisConnecthandler, size 0x1e0 lma 0x4001244c
308+download,{section="i.CyU3PUsbSSDisConnecthandler",section-size="480",total-size="739643"}
~"Loading section i.CyU3PUsbSSReset, size 0x1a8 lma 0x4001262c\n"
Loading section i.CyU3PUsbSSReset, size 0x1a8 lma 0x4001262c
308+download,{section="i.CyU3PUsbSSReset",section-size="424",total-size="739643"}
308+download,{section="i.CyU3PUsbSSReset",section-sent="424",section-size="424",total-sent="72400",total-size="739643"}
~"Loading section i.CyU3PUsbSendCompliancePatterns, size 0x210 lma 0x400127d4\n"
Loading section i.CyU3PUsbSendCompliancePatterns, size 0x210 lma 0x400127d4
308+download,{section="i.CyU3PUsbSendCompliancePatterns",section-size="528",total-size="739643"}
~"Loading section i.CyU3PUsbSetupCommand, size 0x818 lma 0x400129e4\n"
Loading section i.CyU3PUsbSetupCommand, size 0x818 lma 0x400129e4
308+download,{section="i.CyU3PUsbSetupCommand",section-size="2072",total-size="739643"}
~"Loading section i.CyU3PUsbSuspendHandler, size 0x50 lma 0x400131fc\n"
Loading section i.CyU3PUsbSuspendHandler, size 0x50 lma 0x400131fc
308+download,{section="i.CyU3PUsbSuspendHandler",section-size="80",total-size="739643"}
308+download,{section="i.CyU3PUsbSuspendHandler",section-sent="80",section-size="80",total-sent="75080",total-size="739643"}
~"Loading section i.HandleVbusOffEvent, size 0x130 lma 0x4001324c\n"
Loading section i.HandleVbusOffEvent, size 0x130 lma 0x4001324c
308+download,{section="i.HandleVbusOffEvent",section-size="304",total-size="739643"}
~"Loading section i.CyU3PComputeChecksum, size 0x5c lma 0x4001337c\n"
Loading section i.CyU3PComputeChecksum, size 0x5c lma 0x4001337c
308+download,{section="i.CyU3PComputeChecksum",section-size="92",total-size="739643"}
~"Loading section i.__aeabi_memclr4, size 0x20 lma 0x400133d8\n"
Loading section i.__aeabi_memclr4, size 0x20 lma 0x400133d8
308+download,{section="i.__aeabi_memclr4",section-size="32",total-size="739643"}
~"Loading section i.__aeabi_memcpy, size 0x5c lma 0x400133f8\n"
Loading section i.__aeabi_memcpy, size 0x5c lma 0x400133f8
308+download,{section="i.__aeabi_memcpy",section-size="92",total-size="739643"}
~"Loading section i.__aeabi_memcpy4, size 0x24 lma 0x40013454\n"
Loading section i.__aeabi_memcpy4, size 0x24 lma 0x40013454
308+download,{section="i.__aeabi_memcpy4",section-size="36",total-size="739643"}
~"Loading section i.__aeabi_memset, size 0x20 lma 0x40013478\n"
Loading section i.__aeabi_memset, size 0x20 lma 0x40013478
308+download,{section="i.__aeabi_memset",section-size="32",total-size="739643"}
~"Loading section i.CyU3POsTimerInit, size 0x114 lma 0x40013498\n"
Loading section i.CyU3POsTimerInit, size 0x114 lma 0x40013498
308+download,{section="i.CyU3POsTimerInit",section-size="276",total-size="739643"}
~"Loading section i.CyU3PVicClearInt, size 0xc lma 0x400135ac\n"
Loading section i.CyU3PVicClearInt, size 0xc lma 0x400135ac
308+download,{section="i.CyU3PVicClearInt",section-size="12",total-size="739643"}
~"Loading section i.CyU3PVicDisableAllInterrupts, size 0x10 lma 0x400135b8\n"
Loading section i.CyU3PVicDisableAllInterrupts, size 0x10 lma 0x400135b8
308+download,{section="i.CyU3PVicDisableAllInterrupts",section-size="16",total-size="739643"}
~"Loading section i.CyU3PVicDisableInt, size 0x14 lma 0x400135c8\n"
Loading section i.CyU3PVicDisableInt, size 0x14 lma 0x400135c8
308+download,{section="i.CyU3PVicDisableInt",section-size="20",total-size="739643"}
308+download,{section="i.CyU3PVicDisableInt",section-sent="20",section-size="20",total-sent="75992",total-size="739643"}
~"Loading section i.CyU3PVicEnableInt, size 0x14 lma 0x400135dc\n"
Loading section i.CyU3PVicEnableInt, size 0x14 lma 0x400135dc
308+download,{section="i.CyU3PVicEnableInt",section-size="20",total-size="739643"}
~"Loading section i.CyU3PVicEnableInterrupts, size 0xc lma 0x400135f0\n"
Loading section i.CyU3PVicEnableInterrupts, size 0xc lma 0x400135f0
308+download,{section="i.CyU3PVicEnableInterrupts",section-size="12",total-size="739643"}
~"Loading section i.CyU3PVicInit, size 0x40 lma 0x40013600\n"
Loading section i.CyU3PVicInit, size 0x40 lma 0x40013600
308+download,{section="i.CyU3PVicInit",section-size="64",total-size="739643"}
~"Loading section i.CyU3PMboxReset, size 0x40 lma 0x40013640\n"
Loading section i.CyU3PMboxReset, size 0x40 lma 0x40013640
308+download,{section="i.CyU3PMboxReset",section-size="64",total-size="739643"}
~"Loading section i.CyFx3DevClearSwInterrupt, size 0x18 lma 0x40013680\n"
Loading section i.CyFx3DevClearSwInterrupt, size 0x18 lma 0x40013680
308+download,{section="i.CyFx3DevClearSwInterrupt",section-size="24",total-size="739643"}
~"Loading section i.CyFx3DevIOConfigure, size 0x194 lma 0x40013698\n"
Loading section i.CyFx3DevIOConfigure, size 0x194 lma 0x40013698
308+download,{section="i.CyFx3DevIOConfigure",section-size="404",total-size="739643"}
~"Loading section i.CyFx3DevIOIsI2cConfigured, size 0x10 lma 0x4001382c\n"
Loading section i.CyFx3DevIOIsI2cConfigured, size 0x10 lma 0x4001382c
308+download,{section="i.CyFx3DevIOIsI2cConfigured",section-size="16",total-size="739643"}
~"Loading section i.CyFx3DevIOIsI2sConfigured, size 0x10 lma 0x4001383c\n"
Loading section i.CyFx3DevIOIsI2sConfigured, size 0x10 lma 0x4001383c
308+download,{section="i.CyFx3DevIOIsI2sConfigured",section-size="16",total-size="739643"}
~"Loading section i.CyFx3DevIOIsSpiConfigured, size 0x10 lma 0x4001384c\n"
Loading section i.CyFx3DevIOIsSpiConfigured, size 0x10 lma 0x4001384c
308+download,{section="i.CyFx3DevIOIsSpiConfigured",section-size="16",total-size="739643"}
~"Loading section i.CyFx3DevIOIsUartConfigured, size 0x10 lma 0x4001385c\n"
Loading section i.CyFx3DevIOIsUartConfigured, size 0x10 lma 0x4001385c
308+download,{section="i.CyFx3DevIOIsUartConfigured",section-size="16",total-size="739643"}
~"Loading section i.CyFx3DevIOSetConfig, size 0x274 lma 0x4001386c\n"
Loading section i.CyFx3DevIOSetConfig, size 0x274 lma 0x4001386c
308+download,{section="i.CyFx3DevIOSetConfig",section-size="628",total-size="739643"}
~"Loading section i.CyFx3DevIdentifyPart, size 0xa8 lma 0x40013ae0\n"
Loading section i.CyFx3DevIdentifyPart, size 0xa8 lma 0x40013ae0
308+download,{section="i.CyFx3DevIdentifyPart",section-size="168",total-size="739643"}
308+download,{section="i.CyFx3DevIdentifyPart",section-sent="168",section-size="168",total-sent="77440",total-size="739643"}
~"Loading section i.CyFx3DevInitPageTables, size 0x74 lma 0x40013b88\n"
Loading section i.CyFx3DevInitPageTables, size 0x74 lma 0x40013b88
308+download,{section="i.CyFx3DevInitPageTables",section-size="116",total-size="739643"}
~"Loading section i.CyFx3DevIsGpif32Supported, size 0x28 lma 0x40013bfc\n"
Loading section i.CyFx3DevIsGpif32Supported, size 0x28 lma 0x40013bfc
308+download,{section="i.CyFx3DevIsGpif32Supported",section-size="40",total-size="739643"}
~"Loading section i.CyFx3DevIsI2sSupported, size 0x28 lma 0x40013c24\n"
Loading section i.CyFx3DevIsI2sSupported, size 0x28 lma 0x40013c24
308+download,{section="i.CyFx3DevIsI2sSupported",section-size="40",total-size="739643"}
~"Loading section i.CyFx3DevIsOtgSupported, size 0x28 lma 0x40013c4c\n"
Loading section i.CyFx3DevIsOtgSupported, size 0x28 lma 0x40013c4c
308+download,{section="i.CyFx3DevIsOtgSupported",section-size="40",total-size="739643"}
~"Loading section i.CyFx3DevIsSib0Supported, size 0x28 lma 0x40013c74\n"
Loading section i.CyFx3DevIsSib0Supported, size 0x28 lma 0x40013c74
308+download,{section="i.CyFx3DevIsSib0Supported",section-size="40",total-size="739643"}
~"Loading section i.CyFx3DevIsSib1Supported, size 0x28 lma 0x40013c9c\n"
Loading section i.CyFx3DevIsSib1Supported, size 0x28 lma 0x40013c9c
308+download,{section="i.CyFx3DevIsSib1Supported",section-size="40",total-size="739643"}
~"Loading section i.CyFx3DevIsUsb3Supported, size 0x28 lma 0x40013cc4\n"
Loading section i.CyFx3DevIsUsb3Supported, size 0x28 lma 0x40013cc4
308+download,{section="i.CyFx3DevIsUsb3Supported",section-size="40",total-size="739643"}
~"Loading section i.CyFx3BusyWait, size 0x30 lma 0x40013cec\n"
Loading section i.CyFx3BusyWait, size 0x30 lma 0x40013cec
308+download,{section="i.CyFx3BusyWait",section-size="48",total-size="739643"}
~"Loading section i.CyFx3PibGetDllStatus, size 0x14 lma 0x40013d1c\n"
Loading section i.CyFx3PibGetDllStatus, size 0x14 lma 0x40013d1c
308+download,{section="i.CyFx3PibGetDllStatus",section-size="20",total-size="739643"}
~"Loading section i.CyFx3SetCpuFreq, size 0x30 lma 0x40013d30\n"
Loading section i.CyFx3SetCpuFreq, size 0x30 lma 0x40013d30
308+download,{section="i.CyFx3SetCpuFreq",section-size="48",total-size="739643"}
~"Loading section i.CyFx3Usb2PhySetup, size 0x18 lma 0x40013d60\n"
Loading section i.CyFx3Usb2PhySetup, size 0x18 lma 0x40013d60
308+download,{section="i.CyFx3Usb2PhySetup",section-size="24",total-size="739643"}
~"Loading section i.CyFx3Usb3LnkRelaxHpTimeout, size 0x18 lma 0x40013d78\n"
Loading section i.CyFx3Usb3LnkRelaxHpTimeout, size 0x18 lma 0x40013d78
308+download,{section="i.CyFx3Usb3LnkRelaxHpTimeout",section-size="24",total-size="739643"}
308+download,{section="i.CyFx3Usb3LnkRelaxHpTimeout",section-sent="24",section-size="24",total-sent="77960",total-size="739643"}
~"Loading section i.CyFx3Usb3LnkSetup, size 0x3c lma 0x40013d90\n"
Loading section i.CyFx3Usb3LnkSetup, size 0x3c lma 0x40013d90
308+download,{section="i.CyFx3Usb3LnkSetup",section-size="60",total-size="739643"}
~"Loading section i.CyFx3Usb3SendTP, size 0x30 lma 0x40013dcc\n"
Loading section i.CyFx3Usb3SendTP, size 0x30 lma 0x40013dcc
308+download,{section="i.CyFx3Usb3SendTP",section-size="48",total-size="739643"}
~"Loading section i.CyFx3UsbDmaPrefetchEnable, size 0x2c lma 0x40013dfc\n"
Loading section i.CyFx3UsbDmaPrefetchEnable, size 0x2c lma 0x40013dfc
308+download,{section="i.CyFx3UsbDmaPrefetchEnable",section-size="44",total-size="739643"}
~"Loading section i.CyFx3UsbPowerOn, size 0x80 lma 0x40013e28\n"
Loading section i.CyFx3UsbPowerOn, size 0x80 lma 0x40013e28
308+download,{section="i.CyFx3UsbPowerOn",section-size="128",total-size="739643"}
~"Loading section i.CyFx3UsbWritePhyReg, size 0x94 lma 0x40013ea8\n"
Loading section i.CyFx3UsbWritePhyReg, size 0x94 lma 0x40013ea8
308+download,{section="i.CyFx3UsbWritePhyReg",section-size="148",total-size="739643"}
~"Loading section i.CyU3PSibApplicationDefine, size 0xb8 lma 0x40013f40\n"
Loading section i.CyU3PSibApplicationDefine, size 0xb8 lma 0x40013f40
308+download,{section="i.CyU3PSibApplicationDefine",section-size="184",total-size="739643"}
~"Loading section i.CyU3PSibInitIntfParams, size 0x58 lma 0x40013ff8\n"
Loading section i.CyU3PSibInitIntfParams, size 0x58 lma 0x40013ff8
308+download,{section="i.CyU3PSibInitIntfParams",section-size="88",total-size="739643"}
~"Loading section i.CyU3PSibThreadEntry, size 0x70 lma 0x40014050\n"
Loading section i.CyU3PSibThreadEntry, size 0x70 lma 0x40014050
308+download,{section="i.CyU3PSibThreadEntry",section-size="112",total-size="739643"}
~"Loading section i.CyU3PDmaMultiChannelResumeUsbConsumer, size 0x64 lma 0x400140c0\n"
Loading section i.CyU3PDmaMultiChannelResumeUsbConsumer, size 0x64 lma 0x400140c0
308+download,{section="i.CyU3PDmaMultiChannelResumeUsbConsumer",section-size="100",total-size="739643"}
~"Loading section i.CyU3PDmaMultiChannelSuspendUsbConsumer, size 0xdc lma 0x40014124\n"
Loading section i.CyU3PDmaMultiChannelSuspendUsbConsumer, size 0xdc lma 0x40014124
308+download,{section="i.CyU3PDmaMultiChannelSuspendUsbConsumer",section-size="220",total-size="739643"}
308+download,{section="i.CyU3PDmaMultiChannelSuspendUsbConsumer",section-sent="220",section-size="220",total-sent="79092",total-size="739643"}
~"Loading section i.CyU3PPibApplicationDefine, size 0x150 lma 0x40014200\n"
Loading section i.CyU3PPibApplicationDefine, size 0x150 lma 0x40014200
308+download,{section="i.CyU3PPibApplicationDefine",section-size="336",total-size="739643"}
~"Loading section i.CyU3PPibThreadEntry, size 0x2b0 lma 0x40014350\n"
Loading section i.CyU3PPibThreadEntry, size 0x2b0 lma 0x40014350
308+download,{section="i.CyU3PPibThreadEntry",section-size="688",total-size="739643"}
~"Loading section i.CyU3PDmaIntHandler, size 0x178 lma 0x40014600\n"
Loading section i.CyU3PDmaIntHandler, size 0x178 lma 0x40014600
308+download,{section="i.CyU3PDmaIntHandler",section-size="376",total-size="739643"}
~"Loading section i.CyU3PDmaMultiChannelAcquireLock, size 0x84 lma 0x40014778\n"
Loading section i.CyU3PDmaMultiChannelAcquireLock, size 0x84 lma 0x40014778
308+download,{section="i.CyU3PDmaMultiChannelAcquireLock",section-size="132",total-size="739643"}
~"Loading section i._tx_initialize_kernel_enter, size 0x78 lma 0x40014800\n"
Loading section i._tx_initialize_kernel_enter, size 0x78 lma 0x40014800
308+download,{section="i._tx_initialize_kernel_enter",section-size="120",total-size="739643"}
308+download,{section="i._tx_initialize_kernel_enter",section-sent="120",section-size="120",total-sent="80744",total-size="739643"}
~"Loading section i._tx_thread_identify, size 0x114 lma 0x40014878\n"
Loading section i._tx_thread_identify, size 0x114 lma 0x40014878
308+download,{section="i._tx_thread_identify",section-size="276",total-size="739643"}
~"Loading section i._tx_thread_initialize, size 0x100 lma 0x4001498c\n"
Loading section i._tx_thread_initialize, size 0x100 lma 0x4001498c
308+download,{section="i._tx_thread_initialize",section-size="256",total-size="739643"}
~"Loading section i._tx_thread_sleep, size 0x1c4 lma 0x40014a8c\n"
Loading section i._tx_thread_sleep, size 0x1c4 lma 0x40014a8c
308+download,{section="i._tx_thread_sleep",section-size="452",total-size="739643"}
~"Loading section i._tx_thread_system_suspend, size 0x604 lma 0x40014c50\n"
Loading section i._tx_thread_system_suspend, size 0x604 lma 0x40014c50
308+download,{section="i._tx_thread_system_suspend",section-size="1540",total-size="739643"}
~"Loading section i._tx_timer_initialize, size 0x144 lma 0x40015254\n"
Loading section i._tx_timer_initialize, size 0x144 lma 0x40015254
308+download,{section="i._tx_timer_initialize",section-size="324",total-size="739643"}
308+download,{section="i._tx_timer_initialize",section-sent="324",section-size="324",total-sent="83592",total-size="739643"}
~"Loading section i._tx_timer_system_activate, size 0xec lma 0x40015398\n"
Loading section i._tx_timer_system_activate, size 0xec lma 0x40015398
308+download,{section="i._tx_timer_system_activate",section-size="236",total-size="739643"}
~"Loading section i._tx_timer_thread_entry, size 0x244 lma 0x40015484\n"
Loading section i._tx_timer_thread_entry, size 0x244 lma 0x40015484
308+download,{section="i._tx_timer_thread_entry",section-size="580",total-size="739643"}
~"Loading section i._tx_trace_initialize, size 0x50 lma 0x400156c8\n"
Loading section i._tx_trace_initialize, size 0x50 lma 0x400156c8
308+download,{section="i._tx_trace_initialize",section-size="80",total-size="739643"}
~"Loading section i._txe_byte_allocate, size 0x110 lma 0x40015718\n"
Loading section i._txe_byte_allocate, size 0x110 lma 0x40015718
308+download,{section="i._txe_byte_allocate",section-size="272",total-size="739643"}
~"Loading section i._txe_byte_pool_create, size 0x190 lma 0x40015828\n"
Loading section i._txe_byte_pool_create, size 0x190 lma 0x40015828
308+download,{section="i._txe_byte_pool_create",section-size="400",total-size="739643"}
~"Loading section i._txe_event_flags_create, size 0x140 lma 0x400159b8\n"
Loading section i._txe_event_flags_create, size 0x140 lma 0x400159b8
308+download,{section="i._txe_event_flags_create",section-size="320",total-size="739643"}
308+download,{section="i._txe_event_flags_create",section-sent="320",section-size="320",total-sent="85480",total-size="739643"}
~"Loading section i._txe_event_flags_delete, size 0x80 lma 0x40015af8\n"
Loading section i._txe_event_flags_delete, size 0x80 lma 0x40015af8
308+download,{section="i._txe_event_flags_delete",section-size="128",total-size="739643"}
~"Loading section i._txe_event_flags_get, size 0xc0 lma 0x40015b78\n"
Loading section i._txe_event_flags_get, size 0xc0 lma 0x40015b78
308+download,{section="i._txe_event_flags_get",section-size="192",total-size="739643"}
~"Loading section i._txe_event_flags_set, size 0x68 lma 0x40015c38\n"
Loading section i._txe_event_flags_set, size 0x68 lma 0x40015c38
308+download,{section="i._txe_event_flags_set",section-size="104",total-size="739643"}
~"Loading section i._txe_mutex_create, size 0x178 lma 0x40015ca0\n"
Loading section i._txe_mutex_create, size 0x178 lma 0x40015ca0
308+download,{section="i._txe_mutex_create",section-size="376",total-size="739643"}
~"Loading section i._txe_mutex_delete, size 0x80 lma 0x40015e18\n"
Loading section i._txe_mutex_delete, size 0x80 lma 0x40015e18
308+download,{section="i._txe_mutex_delete",section-size="128",total-size="739643"}
~"Loading section i._txe_mutex_get, size 0xd4 lma 0x40015e98\n"
Loading section i._txe_mutex_get, size 0xd4 lma 0x40015e98
308+download,{section="i._txe_mutex_get",section-size="212",total-size="739643"}
~"Loading section i._txe_mutex_put, size 0xa0 lma 0x40015f6c\n"
Loading section i._txe_mutex_put, size 0xa0 lma 0x40015f6c
308+download,{section="i._txe_mutex_put",section-size="160",total-size="739643"}
308+download,{section="i._txe_mutex_put",section-sent="160",section-size="160",total-sent="86780",total-size="739643"}
~"Loading section i._txe_queue_create, size 0x1b8 lma 0x4001600c\n"
Loading section i._txe_queue_create, size 0x1b8 lma 0x4001600c
308+download,{section="i._txe_queue_create",section-size="440",total-size="739643"}
~"Loading section i._txe_queue_front_send, size 0xa0 lma 0x400161c4\n"
Loading section i._txe_queue_front_send, size 0xa0 lma 0x400161c4
308+download,{section="i._txe_queue_front_send",section-size="160",total-size="739643"}
~"Loading section i._txe_queue_receive, size 0xa0 lma 0x40016264\n"
Loading section i._txe_queue_receive, size 0xa0 lma 0x40016264
308+download,{section="i._txe_queue_receive",section-size="160",total-size="739643"}
~"Loading section i._txe_queue_send, size 0xa0 lma 0x40016304\n"
Loading section i._txe_queue_send, size 0xa0 lma 0x40016304
308+download,{section="i._txe_queue_send",section-size="160",total-size="739643"}
~"Loading section i._txe_thread_create, size 0x264 lma 0x400163a4\n"
Loading section i._txe_thread_create, size 0x264 lma 0x400163a4
308+download,{section="i._txe_thread_create",section-size="612",total-size="739643"}
~"Loading section i._txe_thread_info_get, size 0x74 lma 0x40016608\n"
Loading section i._txe_thread_info_get, size 0x74 lma 0x40016608
308+download,{section="i._txe_thread_info_get",section-size="116",total-size="739643"}
308+download,{section="i._txe_thread_info_get",section-sent="116",section-size="116",total-sent="88428",total-size="739643"}
~"Loading section i._txe_thread_priority_change, size 0xa0 lma 0x4001667c\n"
Loading section i._txe_thread_priority_change, size 0xa0 lma 0x4001667c
308+download,{section="i._txe_thread_priority_change",section-size="160",total-size="739643"}
~"Loading section i._txe_thread_relinquish, size 0x34 lma 0x4001671c\n"
Loading section i._txe_thread_relinquish, size 0x34 lma 0x4001671c
308+download,{section="i._txe_thread_relinquish",section-size="52",total-size="739643"}
~"Loading section i._txe_thread_resume, size 0x40 lma 0x40016750\n"
Loading section i._txe_thread_resume, size 0x40 lma 0x40016750
308+download,{section="i._txe_thread_resume",section-size="64",total-size="739643"}
~"Loading section i._txe_timer_activate, size 0x40 lma 0x40016790\n"
Loading section i._txe_timer_activate, size 0x40 lma 0x40016790
308+download,{section="i._txe_timer_activate",section-size="64",total-size="739643"}
~"Loading section i._txe_timer_change, size 0x88 lma 0x400167d0\n"
Loading section i._txe_timer_change, size 0x88 lma 0x400167d0
308+download,{section="i._txe_timer_change",section-size="136",total-size="739643"}
~"Loading section i._txe_timer_create, size 0x1c8 lma 0x40016858\n"
Loading section i._txe_timer_create, size 0x1c8 lma 0x40016858
308+download,{section="i._txe_timer_create",section-size="456",total-size="739643"}
~"Loading section i._txe_timer_deactivate, size 0x40 lma 0x40016a20\n"
Loading section i._txe_timer_deactivate, size 0x40 lma 0x40016a20
308+download,{section="i._txe_timer_deactivate",section-size="64",total-size="739643"}
~"Loading section i._tx_byte_allocate, size 0x2c8 lma 0x40016a60\n"
Loading section i._tx_byte_allocate, size 0x2c8 lma 0x40016a60
308+download,{section="i._tx_byte_allocate",section-size="712",total-size="739643"}
308+download,{section="i._tx_byte_allocate",section-sent="712",section-size="712",total-sent="90136",total-size="739643"}
~"Loading section i._tx_byte_pool_cleanup, size 0xd0 lma 0x40016d28\n"
Loading section i._tx_byte_pool_cleanup, size 0xd0 lma 0x40016d28
308+download,{section="i._tx_byte_pool_cleanup",section-size="208",total-size="739643"}
~"Loading section i._tx_byte_pool_create, size 0x258 lma 0x40016df8\n"
Loading section i._tx_byte_pool_create, size 0x258 lma 0x40016df8
308+download,{section="i._tx_byte_pool_create",section-size="600",total-size="739643"}
~"Loading section i._tx_byte_pool_search, size 0x1b8 lma 0x40017050\n"
Loading section i._tx_byte_pool_search, size 0x1b8 lma 0x40017050
308+download,{section="i._tx_byte_pool_search",section-size="440",total-size="739643"}
~"Loading section i._tx_event_flags_create, size 0x1cc lma 0x40017208\n"
Loading section i._tx_event_flags_create, size 0x1cc lma 0x40017208
308+download,{section="i._tx_event_flags_create",section-size="460",total-size="739643"}
308+download,{section="i._tx_event_flags_create",section-sent="460",section-size="460",total-sent="91844",total-size="739643"}
~"Loading section i._tx_event_flags_delete, size 0x24c lma 0x400173d4\n"
Loading section i._tx_event_flags_delete, size 0x24c lma 0x400173d4
308+download,{section="i._tx_event_flags_delete",section-size="588",total-size="739643"}
~"Loading section i._tx_event_flags_get, size 0x2d0 lma 0x40017620\n"
Loading section i._tx_event_flags_get, size 0x2d0 lma 0x40017620
308+download,{section="i._tx_event_flags_get",section-size="720",total-size="739643"}
~"Loading section i._tx_event_flags_set, size 0x5e8 lma 0x400178f0\n"
Loading section i._tx_event_flags_set, size 0x5e8 lma 0x400178f0
308+download,{section="i._tx_event_flags_set",section-size="1512",total-size="739643"}
~"Loading section i._tx_initialize_high_level, size 0xa8 lma 0x40017ed8\n"
Loading section i._tx_initialize_high_level, size 0xa8 lma 0x40017ed8
308+download,{section="i._tx_initialize_high_level",section-size="168",total-size="739643"}
308+download,{section="i._tx_initialize_high_level",section-sent="168",section-size="168",total-sent="94832",total-size="739643"}
~"Loading section i._tx_mutex_create, size 0x1d8 lma 0x40017f80\n"
Loading section i._tx_mutex_create, size 0x1d8 lma 0x40017f80
308+download,{section="i._tx_mutex_create",section-size="472",total-size="739643"}
~"Loading section i._tx_mutex_delete, size 0x2dc lma 0x40018158\n"
Loading section i._tx_mutex_delete, size 0x2dc lma 0x40018158
308+download,{section="i._tx_mutex_delete",section-size="732",total-size="739643"}
~"Loading section i._tx_mutex_get, size 0x2f4 lma 0x40018434\n"
Loading section i._tx_mutex_get, size 0x2f4 lma 0x40018434
308+download,{section="i._tx_mutex_get",section-size="756",total-size="739643"}
~"Loading section i._tx_mutex_priority_change, size 0x88 lma 0x40018728\n"
Loading section i._tx_mutex_priority_change, size 0x88 lma 0x40018728
308+download,{section="i._tx_mutex_priority_change",section-size="136",total-size="739643"}
308+download,{section="i._tx_mutex_priority_change",section-sent="136",section-size="136",total-sent="96928",total-size="739643"}
~"Loading section i._tx_mutex_put, size 0x4d4 lma 0x400187b0\n"
Loading section i._tx_mutex_put, size 0x4d4 lma 0x400187b0
308+download,{section="i._tx_mutex_put",section-size="1236",total-size="739643"}
~"Loading section i._tx_queue_create, size 0x20c lma 0x40018c84\n"
Loading section i._tx_queue_create, size 0x20c lma 0x40018c84
308+download,{section="i._tx_queue_create",section-size="524",total-size="739643"}
~"Loading section i._tx_queue_front_send, size 0x3bc lma 0x40018e90\n"
Loading section i._tx_queue_front_send, size 0x3bc lma 0x40018e90
308+download,{section="i._tx_queue_front_send",section-size="956",total-size="739643"}
308+download,{section="i._tx_queue_front_send",section-sent="956",section-size="956",total-sent="99644",total-size="739643"}
~"Loading section i._tx_queue_receive, size 0x460 lma 0x4001924c\n"
Loading section i._tx_queue_receive, size 0x460 lma 0x4001924c
308+download,{section="i._tx_queue_receive",section-size="1120",total-size="739643"}
~"Loading section i._tx_queue_send, size 0x3ac lma 0x400196ac\n"
Loading section i._tx_queue_send, size 0x3ac lma 0x400196ac
308+download,{section="i._tx_queue_send",section-size="940",total-size="739643"}
308+download,{section="i._tx_queue_send",section-sent="940",section-size="940",total-sent="101704",total-size="739643"}
~"Loading section i._tx_thread_create, size 0x33c lma 0x40019a58\n"
Loading section i._tx_thread_create, size 0x33c lma 0x40019a58
308+download,{section="i._tx_thread_create",section-size="828",total-size="739643"}
~"Loading section i._tx_thread_info_get, size 0x1a8 lma 0x40019d94\n"
Loading section i._tx_thread_info_get, size 0x1a8 lma 0x40019d94
308+download,{section="i._tx_thread_info_get",section-size="424",total-size="739643"}
~"Loading section i._tx_thread_priority_change, size 0x1a0 lma 0x40019f3c\n"
Loading section i._tx_thread_priority_change, size 0x1a0 lma 0x40019f3c
308+download,{section="i._tx_thread_priority_change",section-size="416",total-size="739643"}
308+download,{section="i._tx_thread_priority_change",section-sent="416",section-size="416",total-sent="103372",total-size="739643"}
~"Loading section i._tx_thread_relinquish, size 0x2f0 lma 0x4001a0dc\n"
Loading section i._tx_thread_relinquish, size 0x2f0 lma 0x4001a0dc
308+download,{section="i._tx_thread_relinquish",section-size="752",total-size="739643"}
~"Loading section i._tx_thread_resume, size 0x1d0 lma 0x4001a3cc\n"
Loading section i._tx_thread_resume, size 0x1d0 lma 0x4001a3cc
308+download,{section="i._tx_thread_resume",section-size="464",total-size="739643"}
~"Loading section i._tx_thread_shell_entry, size 0x9c lma 0x4001a59c\n"
Loading section i._tx_thread_shell_entry, size 0x9c lma 0x4001a59c
308+download,{section="i._tx_thread_shell_entry",section-size="156",total-size="739643"}
~"Loading section i._tx_thread_stack_analyze, size 0xd4 lma 0x4001a638\n"
Loading section i._tx_thread_stack_analyze, size 0xd4 lma 0x4001a638
308+download,{section="i._tx_thread_stack_analyze",section-size="212",total-size="739643"}
308+download,{section="i._tx_thread_stack_analyze",section-sent="212",section-size="212",total-sent="104956",total-size="739643"}
~"Loading section i._tx_thread_stack_error_handler, size 0x4c lma 0x4001a70c\n"
Loading section i._tx_thread_stack_error_handler, size 0x4c lma 0x4001a70c
308+download,{section="i._tx_thread_stack_error_handler",section-size="76",total-size="739643"}
~"Loading section i._tx_thread_system_preempt_check, size 0xb0 lma 0x4001a758\n"
Loading section i._tx_thread_system_preempt_check, size 0xb0 lma 0x4001a758
308+download,{section="i._tx_thread_system_preempt_check",section-size="176",total-size="739643"}
~"Loading section i._tx_thread_system_resume, size 0x3c8 lma 0x4001a808\n"
Loading section i._tx_thread_system_resume, size 0x3c8 lma 0x4001a808
308+download,{section="i._tx_thread_system_resume",section-size="968",total-size="739643"}
~"Loading section i._tx_thread_time_slice, size 0x168 lma 0x4001abd0\n"
Loading section i._tx_thread_time_slice, size 0x168 lma 0x4001abd0
308+download,{section="i._tx_thread_time_slice",section-size="360",total-size="739643"}
~"Loading section i._tx_thread_timeout, size 0x6c lma 0x4001ad38\n"
Loading section i._tx_thread_timeout, size 0x6c lma 0x4001ad38
308+download,{section="i._tx_thread_timeout",section-size="108",total-size="739643"}
308+download,{section="i._tx_thread_timeout",section-sent="108",section-size="108",total-sent="106644",total-size="739643"}
~"Loading section i._tx_timer_activate, size 0x140 lma 0x4001ada4\n"
Loading section i._tx_timer_activate, size 0x140 lma 0x4001ada4
308+download,{section="i._tx_timer_activate",section-size="320",total-size="739643"}
~"Loading section i._tx_timer_change, size 0x12c lma 0x4001aee4\n"
Loading section i._tx_timer_change, size 0x12c lma 0x4001aee4
308+download,{section="i._tx_timer_change",section-size="300",total-size="739643"}
~"Loading section i._tx_timer_create, size 0x1fc lma 0x4001b010\n"
Loading section i._tx_timer_create, size 0x1fc lma 0x4001b010
308+download,{section="i._tx_timer_create",section-size="508",total-size="739643"}
~"Loading section i._tx_timer_deactivate, size 0x274 lma 0x4001b20c\n"
Loading section i._tx_timer_deactivate, size 0x274 lma 0x4001b20c
308+download,{section="i._tx_timer_deactivate",section-size="628",total-size="739643"}
~"Loading section i._tx_timer_expiration_process, size 0x3c lma 0x4001b480\n"
Loading section i._tx_timer_expiration_process, size 0x3c lma 0x4001b480
308+download,{section="i._tx_timer_expiration_process",section-size="60",total-size="739643"}
308+download,{section="i._tx_timer_expiration_process",section-sent="60",section-size="60",total-sent="108460",total-size="739643"}
~"Loading section i._tx_timer_system_deactivate, size 0xa4 lma 0x4001b4bc\n"
Loading section i._tx_timer_system_deactivate, size 0xa4 lma 0x4001b4bc
308+download,{section="i._tx_timer_system_deactivate",section-size="164",total-size="739643"}
~"Loading section i._tx_trace_object_register, size 0x1ac lma 0x4001b560\n"
Loading section i._tx_trace_object_register, size 0x1ac lma 0x4001b560
308+download,{section="i._tx_trace_object_register",section-size="428",total-size="739643"}
~"Loading section i._tx_trace_object_unregister, size 0x94 lma 0x4001b70c\n"
Loading section i._tx_trace_object_unregister, size 0x94 lma 0x4001b70c
308+download,{section="i._tx_trace_object_unregister",section-size="148",total-size="739643"}
~"Loading section i._tx_event_flags_cleanup, size 0xd0 lma 0x4001b7a0\n"
Loading section i._tx_event_flags_cleanup, size 0xd0 lma 0x4001b7a0
308+download,{section="i._tx_event_flags_cleanup",section-size="208",total-size="739643"}
~"Loading section i._tx_mutex_cleanup, size 0xd0 lma 0x4001b870\n"
Loading section i._tx_mutex_cleanup, size 0xd0 lma 0x4001b870
308+download,{section="i._tx_mutex_cleanup",section-size="208",total-size="739643"}
~"Loading section i._tx_mutex_prioritize, size 0x274 lma 0x4001b940\n"
Loading section i._tx_mutex_prioritize, size 0x274 lma 0x4001b940
308+download,{section="i._tx_mutex_prioritize",section-size="628",total-size="739643"}
~"Loading section i._tx_queue_cleanup, size 0xe8 lma 0x4001bbb4\n"
Loading section i._tx_queue_cleanup, size 0xe8 lma 0x4001bbb4
308+download,{section="i._tx_queue_cleanup",section-size="232",total-size="739643"}
308+download,{section="i._tx_queue_cleanup",section-sent="232",section-size="232",total-sent="110476",total-size="739643"}
~"Loading section .data, size 0x2c4 lma 0x40030000\n"
Loading section .data, size 0x2c4 lma 0x40030000
308+download,{section=".data",section-size="708",total-size="739643"}
~"Start address 0x4000bab8, load size 111184\n"
Start address 0x4000bab8, load size 111184
~"Transfer rate: 3 KB/sec, 352 bytes/write.\n"
Transfer rate: 3 KB/sec, 352 bytes/write.
308^done
(gdb)
309-exec-continue
309^running
*running,thread-id="all"
(gdb)
@"CyJTAGWrite returned: 6\n"
CyJTAGWrite returned: 6
@"CyJTAGWrite returned: 6\n"
CyJTAGWrite returned: 6
@"CyJTAGRead returned: 6\n"
CyJTAGRead returned: 6
@"CyJTAGWrite returned: 6\n"
CyJTAGWrite returned: 6
@"CyJTAGWrite returned: 6\n"
CyJTAGWrite returned: 6
@"CyJTAGRead returned: 6\n"
CyJTAGRead returned: 6
@"CyJTAGWrite returned: 6\n"
CyJTAGWrite returned: 6
@"CyJTAGWrite returned: 6\n"
CyJTAGWrite returned: 6
@"CyJTAGRead returned: 6\n"
CyJTAGRead returned: 6
@"CyJTAGWrite returned: 6\n"
CyJTAGWrite returned: 6

0 Likes
Anonymous
Not applicable

Adding this line to the OpenOCD cfg file helps by eliminated errors:

   

arm7_9 fast_memory_access disable

   

No word yet from Cypress on why Kit 3 has problems with fast memory access.

0 Likes