Author |
Message |
Forum: AndeSight MCU/RDS Topic: Setting remote debug at AndeSight |
jerry |
Posted: Tue Aug 26, 2014 2:17 pm
|
|
Replies: 0 Views: 7507
|
1、Remote PC connection AICE
Attachment:
0.jpg [ 72.45 KiB | Viewed 7505 times ]
2、Disable the Debug item "Target Management Service"
Attachment:
1.jpg [ 113.62 KiB | Viewed 7507 times ]
3、Setting the connect remote PC ip
Attachment:
2.jpg [ 102.46 KiB | Viewed 7507 times ]
|
|
|
Forum: AndeSight STD Topic: AndeSight Hotkey Setting |
jerry |
Posted: Fri Aug 08, 2014 9:12 pm
|
|
Replies: 0 Views: 9392
|
AndeSight Hotkey Setting Window->preferences
Attachment:
hotkey.jpg [ 158.08 KiB | Viewed 9392 times ]
|
|
|
Forum: BSP (Board Support Package) Topic: The LMA not equal VAM that the SAG add the "LMA_FORCE_ALIGN" |
jerry |
Posted: Wed Jul 30, 2014 12:25 pm
|
|
Replies: 0 Views: 13492
|
If the LAM not equal VAM that eh SAG add the "LMA_FORCE_ALIGN" ex:
Attachment:
1.jpg [ 25.54 KiB | Viewed 13492 times ]
The SAG add the LMA_FORCE_ALIGN. SYS 0x00000000 0x00040000 { * (.vector) * (+RO LMA_FORCE_ALIGN) }
Attachment:
2.jpg [ 20.31 KiB | Viewed 13492 times ]
|
|
|
Forum: BSP (Board Support Package) Topic: gcc - the debug symbol |
jerry |
Posted: Thu Jul 17, 2014 11:27 pm
|
|
Replies: 0 Views: 13221
|
|
|
Forum: Programming Topic: Fill the pattern at the bin file |
jerry |
Posted: Mon Jul 14, 2014 5:17 pm
|
|
Replies: 0 Views: 8095
|
The objcopy support the fill the pattern at bin file . example : addition "--gap-fill 0xFF --pad-to 0x4000" 0xFF is the fill pattern. 0x4000 is the fill range .
Attachment:
fill.jpg [ 97.08 KiB | Viewed 8095 times ]
|
|
|
Forum: Programming Topic: gdb define macro |
jerry |
Posted: Tue Jul 01, 2014 12:58 am
|
|
Replies: 0 Views: 7778
|
Creation the new gdb macro (readmemory) at test.gdb . The $arg0 is the variable for keyin.
define readmemory set $loop = 100 while $loop > 100 set $loop -= 1 end x/1wx $arg0 end
At the gdb command , source test.gdb readmemory 0x0($arg0) |
|
|
Forum: AndeSight STD Topic: Disable save automatically before build |
jerry |
Posted: Fri Jun 20, 2014 11:43 am
|
|
Replies: 0 Views: 8806
|
Disable save automatically before build
Don't selection "save automatically before build" AndeSight->Window->Preferences
Attachment:
1.jpg [ 112.41 KiB | Viewed 8806 times ]
|
|
|
Forum: AndeSight MCU/RDS Topic: enable ex9 optimization |
jerry |
Posted: Fri Jun 20, 2014 10:17 am
|
|
Replies: 1 Views: 9832
|
Using the other method force enable the ex9 . In compiler:
Attachment:
1.jpg [ 85.91 KiB | Viewed 9747 times ]
Attachment:
1.jpg [ 85.91 KiB | Viewed 9747 times ]
In linker:
Attachment:
2.jpg [ 87.43 KiB | Viewed 9747 times ]
|
|
|
Forum: AndeSight MCU/RDS Topic: Disable ex9.itable |
jerry |
Posted: Fri Jun 13, 2014 5:58 pm
|
|
Replies: 0 Views: 7276
|
1、Setting the compiler option
Attachment:
1.jpg [ 109.74 KiB | Viewed 7276 times ]
2、Setting the linker option
Attachment:
2.jpg [ 113.18 KiB | Viewed 7276 times ]
|
|
|
Forum: BSP (Board Support Package) Topic: Calling Post-build condition |
jerry |
Posted: Fri Jun 13, 2014 5:47 pm
|
|
Replies: 0 Views: 7707
|
Calling Post-build condition define at the Eclipse. http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_prop_build_settings_steps.htm If build condition must be calling the Post-build at every time. Provide the one method: remove the *.adx at Pre-build stage ... |
|
|
Sort by: |