Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.NET

X  

AN3350 Datasheet(PDF) 6 Page - STMicroelectronics

Part # AN3350
Description  eTPU compiler tools
Download  185 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  STMICROELECTRONICS [STMicroelectronics]
Direct Link  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

AN3350 Datasheet(HTML) 6 Page - STMicroelectronics

Back Button AN3350 Datasheet HTML 2Page - STMicroelectronics AN3350 Datasheet HTML 3Page - STMicroelectronics AN3350 Datasheet HTML 4Page - STMicroelectronics AN3350 Datasheet HTML 5Page - STMicroelectronics AN3350 Datasheet HTML 6Page - STMicroelectronics AN3350 Datasheet HTML 7Page - STMicroelectronics AN3350 Datasheet HTML 8Page - STMicroelectronics AN3350 Datasheet HTML 9Page - STMicroelectronics AN3350 Datasheet HTML 10Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 6 / 185 page
background image
Contents
AN3350
6/185
Doc ID 018512 Rev 2
10.6.3
Preprocessor operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
10.6.4
Predefined macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
11
Working with the ELF linker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
11.1
Invocation and command line switches . . . . . . . . . . . . . . . . . . . . . . . . . . 76
11.2
Structure of linker command files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
11.2.1
Memory segment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
11.2.2
Sections segment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
11.2.3
Closure blocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
11.3
Linker command file syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
11.3.1
Alignment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
11.3.2
Arithmetic operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
11.3.3
Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
11.3.4
Dead strip prevention . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
11.3.5
Expressions, variables and integral types . . . . . . . . . . . . . . . . . . . . . . . 81
11.3.6
File selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
11.3.7
Writing data to memory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
11.4
Alphabetical keyword listing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
11.4.1
. (location counter) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
11.4.2
ALIGN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
11.4.3
FORCE_ACTIVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
11.4.4
KEEP_SECTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
11.4.5
FORCE_FILE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
11.4.6
MEMORY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
11.4.7
REF_INCLUDE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
11.4.8
SECTIONS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
11.4.9
WRITEB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
11.4.10
WRITEH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
11.4.11
WRITES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
11.4.12
WRITEW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
11.5
Code and data sections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
12
C compiler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
12.1
Extensions to standard C . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
12.1.1
Controlling standard C conformance . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
12.1.2
C++-style comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
12.1.3
Unnamed arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91


Similar Part No. - AN3350

ManufacturerPart #DatasheetDescription
logo
Silicon Laboratories
AN335 SILABS-AN335 Datasheet
104Kb / 12P
   USB DRIVER INSTALLATION METHODS
logo
STMicroelectronics
AN3352 STMICROELECTRONICS-AN3352 Datasheet
1Mb / 26P
   Dual LNB power supply based on the LNBH24L
AN3353 STMICROELECTRONICS-AN3353 Datasheet
178Kb / 9P
   IEC 61000-4-2 standard testing
AN3355 STMICROELECTRONICS-AN3355 Datasheet
103Kb / 11P
   Designing an application board compatible with either
AN3357 STMICROELECTRONICS-AN3357 Datasheet
273Kb / 10P
   This Application note presents the HSP061-8M16 and its capability
More results

Similar Description - AN3350

ManufacturerPart #DatasheetDescription
logo
STMicroelectronics
AN3348 STMICROELECTRONICS-AN3348 Datasheet
81Kb / 10P
   Porting eTPU code to eTPU compiler
AN3349 STMICROELECTRONICS-AN3349 Datasheet
96Kb / 13P
   eTPU assembly converter
logo
Renesas Technology Corp
R20UT2869EJ0100 RENESAS-R20UT2869EJ0100 Datasheet
108Kb / 9P
   Compiler CA78K0R
logo
STMicroelectronics
AN2618 STMICROELECTRONICS-AN2618 Datasheet
309Kb / 23P
   eTPU host interface
logo
Microchip Technology
XC8 MICROCHIP-XC8 Datasheet
6Mb / 606P
   MPLAB짰 XC8 C Compiler
11/07/16
logo
STMicroelectronics
AN2577 STMICROELECTRONICS-AN2577 Datasheet
287Kb / 34P
   Using the eTPU angle clock
logo
Motorola, Inc
ETPURM MOTOROLA-ETPURM Datasheet
9Mb / 346P
   Enhanced Time Processing Unit (eTPU)
logo
STMicroelectronics
SPC5-HTCOMP-NLTL STMICROELECTRONICS-SPC5-HTCOMP-NLTL Datasheet
142Kb / 4P
   SPC5 HighTec GNU ?쏞??compiler
logo
Microchip Technology
PIC16LF18854 MICROCHIP-PIC16LF18854 Datasheet
6Mb / 668P
   C Compiler Optimized RISC Architecture
07/14/15
logo
NEC
CC78K0S NEC-CC78K0S Datasheet
1Mb / 520P
   C Compiler Ver.1.30 or Later Language
More results


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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100  ...More


Datasheet Download

Go To PDF Page


Link URL




Privacy Policy
ALLDATASHEET.NET
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   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