Electronic Components Datasheet Search
  New Zealand  ▼
ALLDATASHEET.CO.NZ

X  

PM0014 Datasheet(PDF) 11 Page - STMicroelectronics

Part # PM0014
Description  General-purpose DSP library
PDF  46 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  STMICROELECTRONICS [STMicroelectronics]
Direct Link  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

PM0014 Datasheet(HTML) 11 Page - STMicroelectronics

Back Button PM0014 Datasheet HTML 7Page - STMicroelectronics PM0014 Datasheet HTML 8Page - STMicroelectronics PM0014 Datasheet HTML 9Page - STMicroelectronics PM0014 Datasheet HTML 10Page - STMicroelectronics PM0014 Datasheet HTML 11Page - STMicroelectronics PM0014 Datasheet HTML 12Page - STMicroelectronics PM0014 Datasheet HTML 13Page - STMicroelectronics PM0014 Datasheet HTML 14Page - STMicroelectronics PM0014 Datasheet HTML 15Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 11 / 46 page
background image
PM0014
Using the ST10-DSP library
11/46
3.10.2
Memory reservations
Filtering functions and spectral functions have to allocate data in DP-RAM (See Section 2.1
Performance considerations on page 7). There are several means to do that.
●
The easiest is certainly to declare theses variables as global and to use iram directive:
Example:
iram short DelayLine[NumberCoeffs]
...
void main()
{...}
●
If you want this variable to be local, you have to declare the variable as a static one and
use the iram directive.
Example:
static _iram Delayline[NumberCoeffs];
3.10.3
Memory model aspects
TINY and SMALL models
Library function’s argument can not be stored as far data (use only near data).
MEDIUM and LARGE models
The arguments of the function must be in the same memory page. In fact, the same Data
Page Pointer is used for all the arguments of the function.
E.g.: add_16(a,b,&c)
a and b are located in the same data page
An argument that is a pointer must be an address contained in the same Data Page than the
other arguments.
E.g.1: c is located in the same data page than a and b.
E.g. 2: firq15_q15_q15(&fir) where:
●
fir.CoeffPtr is a pointer
●
fir.DelayLinePtr is a pointer
fir.CoeffPtr and fir.DelayLinePtr must address data in the same page. As fir.DelayLinePtr
must be located in DPRAM, it could be a solution to map RAM in the same page than
DPRAM (generally page number 3).



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46


Datasheet Download

Go To PDF Page


Link URL



Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link to Datasheet    |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com