Adding XRAM to XMEGA using EBI/de

From MCS Wiki AVR
< Adding XRAM to XMEGA using EBI(Difference between revisions)
Jump to: navigation, search
(Created page with "This information has been provided by Electronic Design Bitzer. Some XMEGA processors have an EBI. The following circuit shows how to set up the EBI for 8 bit bus mode where ...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== (**COPIED FROM ENGLISH PAGE**) ==This information has been provided by Electronic Design Bitzer.
+
Diese Informationen wurden zur Verfügung gestellt von: Electronic Design Bitzer
 +
 
 +
 
 +
 
 +
Einige XMEGA Prozessoren haben ein EBI (External Bus Interface).
 +
 
 +
Der folgende Schaltplan zeigt die Verwendung des EBI als 8-BIT Bus, wobei der SRAM Speicher per Jumper ausgewählt werden kann.
 +
 
  
Some XMEGA processors have an EBI. The following circuit shows how to set up the EBI for 8 bit bus mode where the SRAM can be selected with a jumper.
 
  
 
128 KB SM621008VLLP70T&nbsp;: SRAM LLPow 3,3V 128Kx8 70ns TSOP32(I)
 
128 KB SM621008VLLP70T&nbsp;: SRAM LLPow 3,3V 128Kx8 70ns TSOP32(I)
Line 9: Line 15:
 
&nbsp;
 
&nbsp;
  
The BASCOM setup code&nbsp;:
+
Der BASCOM Setup Code&nbsp;:
  
 
<span class="f_CodeExample">&nbsp;&nbsp;&nbsp;'&nbsp;All&nbsp;EBI-Ports&nbsp;must&nbsp;be&nbsp;set&nbsp;to&nbsp;OUTPUT</span>
 
<span class="f_CodeExample">&nbsp;&nbsp;&nbsp;'&nbsp;All&nbsp;EBI-Ports&nbsp;must&nbsp;be&nbsp;set&nbsp;to&nbsp;OUTPUT</span>
Line 37: Line 43:
 
&nbsp;
 
&nbsp;
  
See also&nbsp;:&nbsp;[[CONFIG XRAM|CONFIG XRAM]]
+
Siehe auch&nbsp;:&nbsp;[[CONFIG XRAM|CONFIG XRAM]]
  
  
Line 47: Line 53:
 
&nbsp; {{Languages}}
 
&nbsp; {{Languages}}
  
[[Category:BASCOM_HARDWARE/de]]
+
[[Category:BASCOM HARDWARE/de]]

Latest revision as of 15:10, 27 February 2013

Diese Informationen wurden zur Verfügung gestellt von: Electronic Design Bitzer


Einige XMEGA Prozessoren haben ein EBI (External Bus Interface).

Der folgende Schaltplan zeigt die Verwendung des EBI als 8-BIT Bus, wobei der SRAM Speicher per Jumper ausgewählt werden kann.


128 KB SM621008VLLP70T : SRAM LLPow 3,3V 128Kx8 70ns TSOP32(I)

512 KB SM624008VLLP70M : SRAM LLPow 3,3V 512Kx8 70ns SOP32

 

Der BASCOM Setup Code :

   ' All EBI-Ports must be set to OUTPUT

   ' All Ports, ACTIVE-LOW , must be set to 1 !!!

   ' All Ports, ACTIVE-HIGH, must be set to 0 !!!

 

   Porth_dirset = &B1111_1111 : Porth = &B1111_0011         'WR, RD, ALE1, ALE2, CS0-3  = output : ALE1 & 2 auf 0 !!!

   Portj_dirset = &B1111_1111 : Portj = &B1111_1111

   Portk_dirset = &B1111_1111 : Portk = &B1111_1111

 

 

Config Xram = 3port , Ale = Ale12 , Sdbus = 8 , Modesel0 = Sram , Adrsize0 = 256b , Waitstate0 = 4 , Baseadr0 = &H10000 , _

               Modesel1 = Sram , Adrsize1 = 128k , Waitstate1 = 1 , Baseadr1 = &H20000

 

 

Siehe auch : CONFIG XRAM


Xram-ebi.zoom58.png

 

 
Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language