Author |
Message |
Forum: Programming Topic: Specify a binary file to an absolute address by SaG |
TangLei |
Posted: Tue May 15, 2018 4:52 pm
|
|
Replies: 0 Views: 64602
|
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 |
TangLei |
Posted: Mon Feb 20, 2017 11:42 pm
|
|
Replies: 0 Views: 15298
|
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. |
TangLei |
Posted: Thu Aug 18, 2016 12:40 pm
|
|
Replies: 0 Views: 8850
|
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? |
TangLei |
Posted: Wed Aug 10, 2016 12:15 pm
|
|
Replies: 0 Views: 14159
|
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 |
TangLei |
Posted: Thu Jan 07, 2016 3:43 pm
|
|
Replies: 0 Views: 11516
|
AICE settings for project debug: Target configuration-> Connection Type -> AICE -> ICEman Misc Arguments
Attachment:
target-configuration.png [ 85.52 KiB | Viewed 11516 times ]
AICE settings for flash burner: Windows -> Preferences -> Target Management Default Settings -> Connection Type -> AICE -> ICEman Misc Arguments |
|
 |
Sort by: |