Andes Workshop

It is currently Fri Mar 29, 2024 6:20 am

All times are UTC + 8 hours [ DST ]


Search found 5 matches
Search these results:

Author Message

 Forum: Programming   Topic: Specify a binary file to an absolute address by SaG

Posted: Tue May 15, 2018 4:52 pm 

Replies: 0
Views: 68678


If we want to specify a binary file to an absolute address, we can burn the binary file to FLASH by burner or load the file to the RAM. Today I will introduce a new easier solution to achieve this purpose, and it can tell programmer the size of binary at the same time. It is hard for linker to link ...

 Forum: Programming   Topic: How to make the code run on SPI flash of AE210P

Posted: Mon Feb 20, 2017 11:42 pm 

Replies: 0
Views: 15972


First of all, let’s take a look of the normal boot sequence on AE210P as below: AE210P-Boot%20sequence.png In the above figure, it is important to note that the boot loader is preloaded in the FPGA. If we want to run a demo in the SPI flash, we should set the IVB register and modify the linker scrip...

 Forum: AndeSight STD   Topic: The difference between HW and SW breakpoint.

Posted: Thu Aug 18, 2016 12:40 pm 

Replies: 0
Views: 9156


1. HW breakpoints could be used on both ROM and RAM. The number of HW breakpoints should be less than 4/8 which depends on the HW design. 2. SW breakpoints could only be used on RAM. The number of SW breakpoints depends on the size of RAM. While setting a SW breakpoint, GDB will write some instructi...

 Forum: Programming   Topic: How to align structure to 8 bytes?

Posted: Wed Aug 10, 2016 12:15 pm 

Replies: 0
Views: 14857


Programmer may want to align the address of structure to 8 bytes. It lists two ways below: 1.Use an option __attribute__((aligned(8))) before statement of a structure. For example: typedef __attribute__((aligned(8))) struct{ char a; char a1; short b; short f; int c; int d; char a2; //__attribute__((...

 Forum: AndeSight STD   Topic: AICE settings for debug and flash burner in AndeSight

Posted: Thu Jan 07, 2016 3:43 pm 

Replies: 0
Views: 11961


AICE settings for project debug:
Target configuration-> Connection Type -> AICE -> ICEman Misc Arguments
Attachment:
target-configuration.png
target-configuration.png [ 85.52 KiB | Viewed 11961 times ]

AICE settings for flash burner:
Windows -> Preferences -> Target Management Default Settings -> Connection Type -> AICE -> ICEman Misc Arguments
Sort by:  
Page 1 of 1 [ Search found 5 matches ]


All times are UTC + 8 hours [ DST ]


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