Design of Embedded Minimum System Based on MC9328MX1

Publisher:心满愿望Latest update time:2021-03-02 Source: eefocusKeywords:MC9328MX1 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere


2 pieces of K4S281632, one piece is high 16 bits, the other is low 16 bits. The 2 pieces of K4S281632 are matched as a whole to the CSD0 of DRAM/SDRAM, the #CSD of MC9328MX1 is connected to the CS end of the 2 pieces of K4S281632, the CLK end of the 2 pieces of K4S281632 is connected to the SDCLK ​​end of MC9328MX1, the CLE end of the 2 pieces of K4S281632 is connected to the SDCKE end of MC9328MX1; the RAS, CAS, and WE ends of the 2 pieces of K4S281632 are connected to the RAS, CAS, SDWE end, 2 pieces of K4S281632 address bus [A08-A00] connect to MC9328MX1 [A10-A02]; 2 pieces of K4S281632 address bus [A10-A09] connect to MC9328MX1 [MA11-MA10]; 2 pieces of K4S281632 address bus [A11] connect to MC9328MX1 [A12]; 2 pieces BA1 and BA0 of K4S241632 are connected to the address bus [A14-A13] of MC9328MX1; [DQ15-DQ0] of the upper 16-bit chip is connected to the data bus [D31-D16] of MC9328MX1, and [DQ15-DQ0] of the lower 16-bit chip is connected to the data bus [D15-D0] of MC9328MX1; UDQM and LDQM of the upper 16-bit chip are connected to DQM3 and DQM2 of MC9328MX1 respectively, and UDQM and LDQM of the lower 16-bit chip are connected to DQM1 and DQM0 of MC9328MX1 respectively.


3.5 Serial Interface Circuit Design

MC9328MX1 provides a serial interface, using the RS-232 standard interface, which can be directly connected end-to-end in the short-distance communication system. However, since the logic level of the LVTTL circuit in the MC9328MX1 system does not match the RS-232 standard logic level, the signal level conversion must be performed for normal communication between the two. This system uses the MAX3221 level conversion circuit. Taking the RS-232 standard 9-pin D-type interface as an example, to complete the most basic serial communication function, only RXD (data reception), TXD (data transmission) and GND (ground) terminals are required. The serial interface circuit is shown in Figure 8.


3.6 JTAG Interface Circuit Design

JTAG technology is an embedded debugging technology. A special test circuit TAP (test access port) is encapsulated inside the chip. The internal nodes are tested and controlled through a dedicated JTAG test tool. Currently, most ARM devices support the JTAG protocol. The standard JTAG interface is 4-wire; TMS (test mode selection), TCK (test clock), TDI (test data serial input), TDO (test data serial output). There are two standards for connecting the JTAG interface, namely the 14-pin JTAG interface and the MC9328MX1 connection circuit. In this way, the design of the embedded minimum system based on MC9328MX1 is completed.

[1] [2]
Keywords:MC9328MX1 Reference address:Design of Embedded Minimum System Based on MC9328MX1

Previous article:Design and development of RFID low-power electronic tags and handheld readers
Next article:Design of control system for automatic guided vehicle in logistics center

Recommended ReadingLatest update time:2024-11-16 16:22

ARM9 Learning 1-Installation and Use of Keil uVision 4.14
1. Assembly language preparation ----- Installation of editor RealView MDK Keil uVision 4.14 1. First, double-click the welcome interface of Keil u Vision 4.14 2. After next, the interface for accepting the installation is displayed. 3. After next, the custom installation directory interface 4. After ne
[Microcontroller]
ARM9 Learning 1-Installation and Use of Keil uVision 4.14
ARM chip S3C2440A smart car movable video surveillance system
  The smart car movable video surveillance system introduced in this article is based on the car model device provided by the "Freescale Cup" smart car competition. It uses the ARM chip S3C2440A to control image acquisition, network transmission, speed acquisition and small interference modules, and uses the FPGA chip
[Microcontroller]
ARM chip S3C2440A smart car movable video surveillance system
About ARM's PC pointer exception return processing
To understand the PC pointer, you must first understand the LR pointer. Link register LR (r14): used to save and restore the contents of the PC register, it has two special functions. (1) Save the subroutine return address. When using BL or BLX, the jump instruction automatically puts the return address into r14;
[Microcontroller]
Eclipse development and debugging of ARM bare metal programs (Part 2) LED_From ARM to GNU
        I won't talk about registers according to the data sheet, but mainly talk about the difference between ARM assembly and GNU assembly. The assemblers used in RVDS2.2 are all real ARM assemblers. When using eclipse, arm-linux-gcc is used to compile u-boot or kernel. This time, GNU assembly is used, and arm-linux-
[Microcontroller]
Eclipse development and debugging of ARM bare metal programs (Part 2) LED_From ARM to GNU
UK intervenes in Nvidia's acquisition of ARM on national security grounds
The British government website released a message on April 19 that British Secretary of State for Digitalization, Culture, Media and Sports Oliver Dowden issued a public interest intervention notice regarding Nvidia's proposal to acquire ARM. It was revealed that Oliver Dowden had written to the UK Competition and M
[Mobile phone portable]
UK intervenes in Nvidia's acquisition of ARM on national security grounds
Summary of ARM debugging issues
Summary of ARM debugging issues based on ADS 1. In the process of adding files, you may have discovered that CodeWarrior IDE has established three Target, respectively "DebugRel", "Realse", "Debug", these three Target represent three types Debug mode. DebugRel means that debugging information will be generated for eac
[Microcontroller]
ARM11 S3C6410 address table
Reference: 1) "ARM1176 JZF-S Technical Reference Manual": Chapter 3 System Control Coprocessor Chapter 6 Memory Management Unit 2) u-boot source code: u-boot-xxx/cpu/s3c64xx/start.S u-boot-xxx/board/samsung/smdk6410/lowlevel_init.S 1. Brief description of ARMv6 MMU 1) MMU is controlled by coprocessor CP15; 2) MMU func
[Microcontroller]
ARM virtual development based on Proteus
1 Introduction Nowadays, embedded devices exist in every corner of people's lives, such as digital cameras, mobile phones, TV set-top boxes, and PDAs, etc. Most of these embedded devices use 32-bit RISC embedded processors as core components. Among them, embedded processors based on ARM cores are the best,
[Microcontroller]
ARM virtual development based on Proteus
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号