Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.COM

X  

UPSD323X Datasheet(PDF) 26 Page - STMicroelectronics

Part # UPSD323X
Description  Flash Programmable System Devices with 8032 Microcontroller Core and 64Kbit SRAM
Download  176 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  STMICROELECTRONICS [STMicroelectronics]
Direct Link  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

UPSD323X Datasheet(HTML) 26 Page - STMicroelectronics

Back Button UPSD323X Datasheet HTML 22Page - STMicroelectronics UPSD323X Datasheet HTML 23Page - STMicroelectronics UPSD323X Datasheet HTML 24Page - STMicroelectronics UPSD323X Datasheet HTML 25Page - STMicroelectronics UPSD323X Datasheet HTML 26Page - STMicroelectronics UPSD323X Datasheet HTML 27Page - STMicroelectronics UPSD323X Datasheet HTML 28Page - STMicroelectronics UPSD323X Datasheet HTML 29Page - STMicroelectronics UPSD323X Datasheet HTML 30Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 26 / 176 page
background image
µPSD323X
26/176
External RAM. Table 10 shows a list of the Data
Transfer instructions that access external Data
Memory. Only indirect addressing can be used.
The choice is whether to use a one-byte address,
@Ri, where Ri can be either R0 or R1 of the se-
lected
register
bank,
or
a
two-byte
address, @DTPR.
Note: In all external Data RAM accesses, the Ac-
cumulator is always either the destination or
source of the data.
Lookup Tables. Table 11 shows the two instruc-
tions that are available for reading lookup tables in
Program Memory. Since these instructions access
only Program Memory, the lookup tables can only
be read, not updated.
The mnemonic is MOVC for “move constant.” The
first MOVC instruction in Table 11 can accommo-
date a table of up to 256 entries numbered 0
through 255. The number of the desired entry is
loaded into the Accumulator, and the Data Pointer
is set up to point to the beginning of the table.
Then:
MOVC A, @A+DPTR
copies the desired table entry into the Accumula-
tor.
The other MOVC instruction works the same way,
except the Program Counter (PC) is used as the
table base, and the table is accessed through a
subroutine. First the number of the desired en-try
is loaded into the Accumulator, and the subroutine
is called:
MOV A , ENTRY NUMBER
CALL TABLE
The subroutine “TABLE” would look like this:
TABLE: MOVC A , @A+PC
RET
The table itself immediately follows the RET (re-
turn) instruction is Program Memory. This type of
table can have up to 255 entries, numbered 1
through 255. Number 0 cannot be used, because
at the time the MOVC instruction is executed, the
PC contains the address of the RET instruction.
An entry numbered 0 would be the RET opcode it-
self.
Table 10. Data Transfer Instruction that Access External Data Memory Space
Table 11. Lookup Table READ Instruction
Address Width
Mnemonic
Operation
8 bits
MOVX A,@Ri
READ external RAM @Ri
8 bits
MOVX @Ri,A
WRITE external RAM @Ri
16 bits
MOVX A,@DPTR
READ external RAM @DPTR
16 bits
MOVX @DPTR,a
WRITE external RAM @DPTR
Mnemonic
Operation
MOVC A,@A+DPTR
READ program memory at (A+DPTR)
MOVC A,@A+PC
READ program memory at (A+PC)


Similar Part No. - UPSD323X

ManufacturerPart #DatasheetDescription
logo
STMicroelectronics
UPSD3233 STMICROELECTRONICS-UPSD3233 Datasheet
1Mb / 170P
   Flash Programmable System Devices with 8032 Microcontroller Core
UPSD3233A-24T1 STMICROELECTRONICS-UPSD3233A-24T1 Datasheet
79Kb / 8P
   Flash Programmable System Device with 8032 Microcontroller Core
UPSD3233A-24T1T STMICROELECTRONICS-UPSD3233A-24T1T Datasheet
1Mb / 170P
   Flash Programmable System Devices with 8032 Microcontroller Core
UPSD3233A-24T1T STMICROELECTRONICS-UPSD3233A-24T1T Datasheet
79Kb / 8P
   Flash Programmable System Device with 8032 Microcontroller Core
UPSD3233A-24T6 STMICROELECTRONICS-UPSD3233A-24T6 Datasheet
79Kb / 8P
   Flash Programmable System Device with 8032 Microcontroller Core
More results

Similar Description - UPSD323X

ManufacturerPart #DatasheetDescription
logo
STMicroelectronics
UPSD325X STMICROELECTRONICS-UPSD325X Datasheet
1Mb / 176P
   Flash Programmable System Devices with 8032 Microcontroller Core and 256Kbit SRAM
UPSD3212C STMICROELECTRONICS-UPSD3212C Datasheet
1Mb / 152P
   Flash Programmable System Devices with 8032 Microcontroller Core and 16Kbit SRAM
UPSD3253 STMICROELECTRONICS-UPSD3253 Datasheet
1Mb / 176P
   Flash Programmable System Devices with 8032 Microcontroller Core and 256Kbit SRAM
November 2002
UPSD3234A STMICROELECTRONICS-UPSD3234A Datasheet
1Mb / 170P
   Flash Programmable System Devices with 8032 Microcontroller Core
UPSD3254A STMICROELECTRONICS-UPSD3254A Datasheet
1Mb / 175P
   Flash Programmable System Devices with 8032 Microcontroller Core
UPSD3200 STMICROELECTRONICS-UPSD3200 Datasheet
79Kb / 8P
   Flash Programmable System Device with 8032 Microcontroller Core
UPSD3212A STMICROELECTRONICS-UPSD3212A Datasheet
2Mb / 163P
   Flash Programmable System Devices with 8032 MCU with USB and Programmable Logic
logo
ATMEL Corporation
ATMEGA32L ATMEL-ATMEGA32L_14 Datasheet
5Mb / 346P
   Microcontroller with 32KBytes In-System Programmable Flash
ATMEGA128 ATMEL-ATMEGA128 Datasheet
481Kb / 24P
   Microcontroller with 128KBytes In-System Programmable Flash
Rev. 2467XS-AVR-06/11
ATMEGA329 ATMEL-ATMEGA329_07 Datasheet
6Mb / 392P
   8-bit Microcontroller with In-System Programmable Flash
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.COM
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Datasheet Upload   |   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