Andes Workshop

It is currently Fri Apr 19, 2024 4:09 am

All times are UTC + 8 hours [ DST ]


Search found 42 matches
Search these results:

Author Message

 Forum: AndeSight MCU/RDS   Topic: Setting remote debug at AndeSight

Posted: Tue Aug 26, 2014 2:17 pm 

Replies: 0
Views: 6834


1、Remote PC connection AICE
Attachment:
0.jpg
0.jpg [ 72.45 KiB | Viewed 6832 times ]

2、Disable the Debug item "Target Management Service"
Attachment:
1.jpg
1.jpg [ 113.62 KiB | Viewed 6834 times ]

3、Setting the connect remote PC ip
Attachment:
2.jpg
2.jpg [ 102.46 KiB | Viewed 6834 times ]

 Forum: AndeSight STD   Topic: AndeSight Hotkey Setting

 Post subject: AndeSight Hotkey Setting
Posted: Fri Aug 08, 2014 9:12 pm 

Replies: 0
Views: 8474


AndeSight Hotkey Setting
Window->preferences
Attachment:
hotkey.jpg
hotkey.jpg [ 158.08 KiB | Viewed 8474 times ]

 Forum: BSP (Board Support Package)   Topic: The LMA not equal VAM that the SAG add the "LMA_FORCE_ALIGN"

Posted: Wed Jul 30, 2014 12:25 pm 

Replies: 0
Views: 11693


If the LAM not equal VAM that eh SAG add the "LMA_FORCE_ALIGN"
ex:
Attachment:
1.jpg
1.jpg [ 25.54 KiB | Viewed 11693 times ]

The SAG add the LMA_FORCE_ALIGN.
SYS 0x00000000 0x00040000
{
* (.vector)
* (+RO LMA_FORCE_ALIGN)
}
Attachment:
2.jpg
2.jpg [ 20.31 KiB | Viewed 11693 times ]

 Forum: BSP (Board Support Package)   Topic: gcc - the debug symbol

 Post subject: gcc - the debug symbol
Posted: Thu Jul 17, 2014 11:27 pm 

Replies: 0
Views: 11399


1.GCC C compiler don't use the "-g" option.it is not generator the debug symbol
2.GCC strip use the "-S" , it will be remove the debugging symbols.(ref http://sourceware.org/binutils/docs/binutils/strip.html)

 Forum: Programming   Topic: Fill the pattern at the bin file

Posted: Mon Jul 14, 2014 5:17 pm 

Replies: 0
Views: 7317


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
fill.jpg [ 97.08 KiB | Viewed 7317 times ]

 Forum: Programming   Topic: gdb define macro

 Post subject: gdb define macro
Posted: Tue Jul 01, 2014 12:58 am 

Replies: 0
Views: 7011


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

Posted: Fri Jun 20, 2014 11:43 am 

Replies: 0
Views: 7959


Disable save automatically before build

Don't selection "save automatically before build"
AndeSight->Window->Preferences
Attachment:
1.jpg
1.jpg [ 112.41 KiB | Viewed 7959 times ]

 Forum: AndeSight MCU/RDS   Topic: enable ex9 optimization

 Post subject: Re: enable ex9 optimization
Posted: Fri Jun 20, 2014 10:17 am 

Replies: 1
Views: 8613


Using the other method force enable the ex9 .
In compiler:
Attachment:
1.jpg
1.jpg [ 85.91 KiB | Viewed 8528 times ]
Attachment:
1.jpg
1.jpg [ 85.91 KiB | Viewed 8528 times ]


In linker:
Attachment:
2.jpg
2.jpg [ 87.43 KiB | Viewed 8528 times ]

 Forum: AndeSight MCU/RDS   Topic: Disable ex9.itable

 Post subject: Disable ex9.itable
Posted: Fri Jun 13, 2014 5:58 pm 

Replies: 0
Views: 6540


1、Setting the compiler option
Attachment:
1.jpg
1.jpg [ 109.74 KiB | Viewed 6540 times ]

2、Setting the linker option
Attachment:
2.jpg
2.jpg [ 113.18 KiB | Viewed 6540 times ]

 Forum: BSP (Board Support Package)   Topic: Calling Post-build condition

Posted: Fri Jun 13, 2014 5:47 pm 

Replies: 0
Views: 6986


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:  
Page 3 of 5 [ Search found 42 matches ]


All times are UTC + 8 hours [ DST ]


Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group