how to creat using assemblly program's solution/project
-
- User
- Posts: 10
- Joined: Thu 2015-11-26 4:26
how to creat using assemblly program's solution/project
hi, i have buyed a vs1063a dsp development kit,i want to use assembly program,but i can not creat the solution/project.how can i do it?
Re: how to creat using assemblly program's solution/project
Hi!
Here's the clicks you need:
* Open VSIDE
* New -> Project/Solution
* Create new solution based on template
VS1063 Solution
* Next
VS10X3 StereoFIR
* OK
This will open a FIR filter example with C and ASM functions. See how it works and modify the C and asm parts as you want. Probably you want to make some DSP code in asm and some control code in C. You can also take a look at the other solution templates.
-Panu
Here's the clicks you need:
* Open VSIDE
* New -> Project/Solution
* Create new solution based on template
VS1063 Solution
* Next
VS10X3 StereoFIR
* OK
This will open a FIR filter example with C and ASM functions. See how it works and modify the C and asm parts as you want. Probably you want to make some DSP code in asm and some control code in C. You can also take a look at the other solution templates.
-Panu
Info: Line In and Line Out, VS1000 User interface, Overlay howto, Latest VSIDE, MCU Howto, Youtube
Panu-Kristian Poiksalo, VLSI Solution Oy
Panu-Kristian Poiksalo, VLSI Solution Oy
-
- User
- Posts: 10
- Joined: Thu 2015-11-26 4:26
Re: how to creat using assemblly program's solution/project
thank you very much.but if i want to using all assembly program,how to do it?
Re: how to creat using assemblly program's solution/project
Write and export _main in an assembler file and remove all the c files.thank you very much.but if i want to using all assembly program,how to do it?
Info: Line In and Line Out, VS1000 User interface, Overlay howto, Latest VSIDE, MCU Howto, Youtube
Panu-Kristian Poiksalo, VLSI Solution Oy
Panu-Kristian Poiksalo, VLSI Solution Oy
-
- User
- Posts: 10
- Joined: Thu 2015-11-26 4:26
Re: how to creat using assemblly program's solution/project
thank you very much
-
- User
- Posts: 10
- Joined: Thu 2015-11-26 4:26
Re: how to creat using assemblly program's solution/project
but,i have a another question:i want to using two serial port,how can i do it?than you
Re: how to creat using assemblly program's solution/project
For how the hardware of VS1063 works, please refer to the VS1063a Hardware Guide, available on the top right link offranky_kin wrote:but,i have a another question:i want to using two serial port,how can i do it?than you
http://www.vlsi.fi/en/products/vs1063.html . See Chapter 7.7, Universal Asynchronous Receiver/Transmitter (UART). At the same page there is also a link to the VS1063a Programmer's Guide.
Kind regards,
- Henrik
Good signatures never die. They just fade away.
-
- User
- Posts: 10
- Joined: Thu 2015-11-26 4:26
Re: how to creat using assemblly program's solution/project
thank you very much,i want to know can i use the ROM(e.g X-MEM 0x4000~0xbfff)?thank you!
-
- User
- Posts: 10
- Joined: Thu 2015-11-26 4:26
Re: how to creat using assemblly program's solution/project
hi,i have a new question,when i add my program in ASM.S,it is succeed,but when i write my program in assembly and save main.s,build it ,
it display:error syntax err
near .end ***err***
why?
it display:error syntax err
near .end ***err***
why?
Last edited by franky_kin on Sat 2016-12-24 4:12, edited 1 time in total.
Re: how to creat using assemblly program's solution/project
ROMs are read only. (They are ROM, not flash).
Code can be loaded to IRAM. Data can be loaded to XRAM or YRAM.
-Panu
Code can be loaded to IRAM. Data can be loaded to XRAM or YRAM.
-Panu
Info: Line In and Line Out, VS1000 User interface, Overlay howto, Latest VSIDE, MCU Howto, Youtube
Panu-Kristian Poiksalo, VLSI Solution Oy
Panu-Kristian Poiksalo, VLSI Solution Oy