Andes Workshop

It is currently Fri Apr 19, 2024 11:15 pm

All times are UTC + 8 hours [ DST ]


Search found 487 matches
Search these results:

Author Message

 Forum: AndeSight MCU/RDS   Topic: License Deploy Detect App Usage (AndeSight v2.0.1 mcu)

Posted: Sun Apr 27, 2014 10:10 pm 

Replies: 0
Views: 7476


License Deploy Detect App Please download this tool: app.zip Step1 Unzip app.zip to directory AndeSight_Root/mcu. Or you can unzip app.zip, copy "app" folder to directory AndeSight_Root/mcu. 1.png Step2 Copy license file to "app" folder, and rename it as "license.txt". ...

 Forum: Programming   Topic: TRACE32 Debugger for Andes Core

Posted: Sat Apr 26, 2014 5:13 pm 

Replies: 0
Views: 6598


Andes Debugger (TRACE32) Manual:
http://www2.lauterbach.com/pdf/debugger_andes.pdf

Source: Lauterbach website
http://www.lauterbach.com/frames.html?manual.html
Release Date: 20-Jan-2014

 Forum: AndeSight MCU/RDS   Topic: Debuggability improvement

 Post subject: Debuggability improvement
Posted: Fri Apr 25, 2014 7:48 pm 

Replies: 0
Views: 6763


Debuggability improvement:
-mg (and a checkbox) disables the optimizations which change the execution order, such as instruction schedule or inline functions.

Attachment:
mg.png
mg.png [ 16.75 KiB | Viewed 6763 times ]

 Forum: Programming   Topic: override the default base address

Posted: Thu Apr 17, 2014 10:33 am 

Replies: 0
Views: 6721


10.4. Linker Options It is a must to link users’ program with a library call libnds32_isr.a. Linker option --defsym=_NDS32_VECTOR_BASE=expression can be used to override the default base address, which is 0. 10.4.1. Linker Script EXTERN(_NDS32_VECTOR_BASE ) /* defined at the beginning of linker scri...

 Forum: BSP (Board Support Package)   Topic: find out what functions a static C library has

Posted: Tue Apr 15, 2014 11:38 am 

Replies: 0
Views: 6797


Command:
Code:
nds32le-elf-nm zigbee.a  > zigbee.txt



Objdump
Code:
nds32le-elf-objdump.exe -d zigbee.a > objdump.txt


Reference:
http://stackoverflow.com/questions/2540 ... ibrary-has

 Forum: BSP (Board Support Package)   Topic: The bootstrap procedure of u-boot

Posted: Fri Apr 11, 2014 11:21 am 

Replies: 0
Views: 6700


The bootstrap procedure of u-boot
video on Youtube

 Forum: AndeSight STD   Topic: 如何減少code size

 Post subject: Re: 如何減少code size
Posted: Tue Apr 08, 2014 7:30 pm 

Replies: 3
Views: 13274


您好,
我們研究一下。

 Forum: BSP (Board Support Package)   Topic: How to prevent gcc optimizing some statements in C?

Posted: Mon Apr 07, 2014 3:53 pm 

Replies: 0
Views: 6331


This is a good article
http://stackoverflow.com/questions/2219 ... ments-in-c

 Forum: Programming   Topic: overlay sample code

 Post subject: overlay sample code
Posted: Fri Apr 04, 2014 3:15 pm 

Replies: 0
Views: 7866


The attached is an overlay sample code. System diagram: overlay.png Note: In sw-nds32.ld, it specifies LMA and VMA of each function. .nds32.ovly.tbl : AT(LOADADDR (.dynamic) + SIZEOF (.dynamic)) { _ovly_table = .; LONG(ABSOLUTE(ADDR(.overlay0))); LONG(SIZEOF(.overlay0)); LONG(ABSOLUTE(LOADADDR(.over...

 Forum: Announcement   Topic: US Webinar "Intelligent Sensors"

Posted: Thu Apr 03, 2014 7:10 pm 

Replies: 0
Views: 22712


US Webinar "Intelligent Sensors"

Sort by:  
Page 6 of 49 [ Search found 487 matches ]


All times are UTC + 8 hours [ DST ]


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