Author |
Message |
Forum: BSP (Board Support Package) Topic: objcopy in Linux console |
cindy |
Posted: Mon Nov 16, 2015 10:47 pm
|
|
Replies: 0 Views: 14567
|
First, export $PATH Command: export PATH=~/Andestech/BSPv320/toolchains/nds32le-elf-mculib-v3m/bin:$PATH
Note: The latest BSP is BSP v4.0.3.
Attachment:
objcopy.jpg [ 44.86 KiB | Viewed 14567 times ]
|
|
|
Forum: BSP (Board Support Package) Topic: BSP v3.2.1 silent mode |
cindy |
Posted: Wed Nov 04, 2015 10:22 am
|
|
Replies: 0 Views: 15092
|
Please follow the instructions below for BSP321 installer with Silent Mode support. 1. Put installer.properties in \Disk1\InstData\VM 2. Unzip the attachment "installer.zip" to get installer.properties. Modify installer path installer.properties For example: # \\ is needed for the installa... |
|
|
Forum: Programming Topic: Inversion of 2×2 matrices |
cindy |
Posted: Sat Oct 24, 2015 11:12 pm
|
|
Replies: 0 Views: 17334
|
2.5.2.1 nds32_mat_inv_f32 Declaration: int32_t nds32_mat_inv_f32 (float32_t * src, float32_t * dst, uint32_t size) Parameters: [in] *src1 pointer of the input matrix [out] *dst pointer of the output matrix [in] size number of rows/columns in a matrix (i.e. size = rows = columns) inverse2.png i... |
|
|
Forum: AndeSight MCU/RDS Topic: ICEman log (AndeSight v2.1.0 and BSP v4.0.1) |
cindy |
Posted: Tue Oct 20, 2015 12:44 am
|
|
Replies: 0 Views: 18054
|
ICEman logs (AndeSight v210 mcu) are in ice folder. When ICEman is terminated, iceman_debug0.log and iceman_debug1.log are automatically saved in the ICEman directory. For example, the following is my file explorer. Path: C:\Andestech\AndeSight210MCU\ice iceman_debug0.log and iceman_debug1.log are l... |
|
|
Forum: AndesCore Topic: CPU never fetch code from DLM |
cindy |
Posted: Thu Sep 24, 2015 5:29 pm
|
|
Replies: 0 Views: 18228
|
CPU never fetch code from DLM.(data local memory) Below is an explanation from N968A datasheet.
Attachment:
dlm.png [ 172.72 KiB | Viewed 18228 times ]
|
|
|
Forum: AndeStar Topic: System Register instruction encoding index |
cindy |
Posted: Tue Sep 01, 2015 12:47 am
|
|
Replies: 0 Views: 14374
|
SR Encoding: System Register instruction encoding index. It is 10 bits. It is partitioned into 3 parts, Major, Minor, and Extension. The Major index is 3 bits. The Minor index is 4 bits.The Extension index is 3 bits. 1.png The SRIDX is the System Register instruction encoding index. For example: 64 ... |
|
|
Forum: AndeSight STD Topic: AndeSight v2.1.0 is based on Eclipse CDT 8.0 |
cindy |
Posted: Fri Jul 03, 2015 2:27 pm
|
|
Replies: 0 Views: 10849
|
Attachment:
CDT8.png [ 15.73 KiB | Viewed 10849 times ]
|
|
|
Forum: AndeSight MCU/RDS Topic: Adding version information in AndeSight v2.1.0 RDS |
cindy |
Posted: Thu Jun 25, 2015 10:47 pm
|
|
Replies: 0 Views: 17402
|
Maybe you need to trace your customers' issue, and need the version information. Users can add version information in AndeSight v2.1.0 RDS. The usage is to recognize version. -------- (1) Here is the effect of adding version information. s1.PNG s2.PNG (2) Steps: (a) Modify messages.properties and ab... |
|
|
Forum: AndeSight STD Topic: make -j or make -j8 |
cindy |
Posted: Thu May 28, 2015 1:19 pm
|
|
Replies: 1 Views: 22440
|
Use Parallel Build make -j or make -j8
Attachment:
make-j.png [ 63.6 KiB | Viewed 22440 times ]
|
|
|
Forum: AndeSight MCU/RDS Topic: Virtual hosting sample code on N9+AE210P |
cindy |
Posted: Wed May 06, 2015 4:34 pm
|
|
Replies: 5 Views: 28909
|
Code: /* ============================================================================ Name : virtual_hosting_ae210p.c Author : Version : Copyright : Your copyright notice Description : Hello World in C, ANSI-style ============================================================================ */ #inclu... |
|
|
Sort by: |