S3C44B0X Application Design - Memory Interface Design

Publisher:JoyfulJourneyLatest update time:2015-04-21 Source: eechinaKeywords:S3C44B0X Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
Introduction 

Samsung's S3C44B0X 16/32-bit RISC processor is designed to provide a low-cost, high-performance solution for handheld devices. S3C44B0X provides the following configurations: 

2.5V ARM7TDMI core with 8KB cache (SAMBA bus structure up to 75MHZ); optional internal SRAM

external storage controller (FP/EDO/SDRAM control, chip select logic); 

LCD Controller (supports up to 256 colors STN), LCD controller with dedicated DMA (supports up to 256 colors DSTN);

two general DMA channels, two peripheral DMA channels with external request pins; 

two UARTs/one SIO (IRDA1.0, 16-byte FIFO); 

one multi-master IIC bus controller and one IIS bus controller l 5 PWM timers and one internal timer; 

watchdog timer; 

71-bit general I/O interface/8 external interrupt sources; 

power control: Normal, Slow, Idle and Stop modes; 

8-channel 10-bit ADC; 

real-time clock (RTC) with Hitachi function; 

on-chip PLL Clock generator Therefore, you can use S3C44B0X to make different systems 

Application system of S3C44B0 

If your product needs to access the Internet, Samsung's 16/32-bit RISC S3C44B0X microcontroller can reduce your cost. The following are some systems that can be designed with S3C44B0X.  

l GPS phone l PDA (Personal Digital Assistant) 

l Fish Finder l Handheld game console l Fingerprint recognition system l TWM (Two Way Messaging) l Terminal car navigation system l MP3 player and so on. 

Memory interface design 

Boot ROM design When the system is reset, S3C44B0X accesses address 0x00000000. After reset, S3C44B0X must configure some system variables. Therefore, this special code (BOOT ROM image) should be located at address 0x00000000. The boot ROM can have different widths of data bus. The bus width is controlled by the OM[1:0] pin. 







Compile and burn a byte ROM image

When compiling a byte ROM image, you should use the binary file from the compilation and linking to design a half-word Boot ROM with byte EEPROM/FLASH. Figure 4-2 shows a half-word Boot ROM designed with byte EEPROM/FLASH. [page]



Figure 4-2 shows a half-word Boot ROM designed with byte EEPROM/FLASH. Compile and burn a half-word ROM image designed with byte EEPROM/Flash. When making a half-word ROM image, it can be divided into two files EVEN and ODD. Figure 4-3 shows a half-word Boot ROM designed with half-word EEPROM/FLASH. 




Figure 4-3 shows a half-word Boot ROM designed with half-word EEPROM/FLASH. Word Boot ROM designed with word EEPROM/FLASH. 



Figure 4-4 shows a word boot ROM designed with byte EEPROM/Flash. Compile and burn a word ROM image designed with byte EEPROM/Flash. When you make a word ROM image, you can divide it into four image files.
Keywords:S3C44B0X Reference address:S3C44B0X Application Design - Memory Interface Design

Previous article:S3C44B0X Application Design - Memory Bank Design
Next article:ARM development steps

Recommended ReadingLatest update time:2024-11-16 14:40

Micron DDR5 memory works with fourth-generation AMD EPYC processors to improve high-performance computing workloads
Micron and AMD join forces to provide customers and data center platforms with a best-in-class user experience. The two parties established a joint server lab in Austin to reduce server memory validation time and jointly conduct workload testing during product validation and release. Micron's DDR5 memory for data cent
[Embedded]
Micron DDR5 memory works with fourth-generation AMD EPYC processors to improve high-performance computing workloads
Realme V25 with Forbidden City IP released: large memory and price of 1999 yuan
On March 3, 2022, Beijing time, realme officially held a "Holding the Stars" themed press conference and launched the new generation of national trend mobile phone realme V25. This time, realme V25 joins hands with the "Forbidden City" national trend IP to combine technology with the inheritance of oriental culture. R
[Mobile phone portable]
Redmi K40 pushes MIUI 12.5.14 stable version update: supports memory expansion function
      According to feedback from netizens on IT Home, Redmi K40 has now pushed the MIUI 12.5.14 stable version update.   In addition to optimizing and fixing issues in the lock screen, status bar, notification bar, etc., in the MIUI 12.5.14 stable version, Redmi K40 supports memory expansion function.   When the mem
[Mobile phone portable]
Redmi K40 pushes MIUI 12.5.14 stable version update: supports memory expansion function
ARM S3C44B0X Watchdog Timer
    When disturbed by faults such as noise or system errors, the s3c44b0x watchdog timer can generate a reset signal to reset the CPU. It can also be used as an ordinary 16-bit timer to generate an interrupt signal after calculation. If used as a reset signal, a reset signal of up to 128MCLK clock cycles can be generat
[Microcontroller]
Transplantation of μC/OS-Ⅱ on ARM MCU S3C44B0x
At present, embedded systems have been more and more widely used in various fields such as industrial control, household appliances, mobile communications, PDA, etc. As users have higher and higher requirements for the performance of embedded products, program design has become more and more complicated, which require
[Microcontroller]
Transplantation of μC/OS-Ⅱ on ARM MCU S3C44B0x
With more than 90% external dependence, the domestic storage industry faces a thorny road
According to IC insights, the global memory chip market size reached $162 billion in 2018, of which the global NOR Flash market size was about $2.6 billion (accounting for 1.6%), the global NAND Flash market size was about $61 billion (accounting for 37.65%), and the global DRAM market size was about $96 billion (acco
[Embedded]
With more than 90% external dependence, the domestic storage industry faces a thorny road
Memory Problems of 51 MCU
The 51 single-chip microcomputer addresses the memory space not by bus but by instructions. 1:51 consists of the following memory modules ROM Flash RAM has------lower 128 bits of internal RAM (00-7F)           -------higher 128 bits of internal RAM (80-FF)---           -------Special Function Register (SFR) (80-FF)  
[Microcontroller]
Motorola Ibiza new phone benchmark revealed: octa-core Qualcomm processor, 6GB RAM
In January, German media Technik News revealed the code names of upcoming Motorola phones, including NIO, Capri, and Ibiza, all of which are expected to debut in the first quarter of 2021. While NIO is a smartphone equipped with Snapdragon 865, Capri and Capri Plus are expected to be launched as 4G mid-range phones. T
[Mobile phone portable]
Motorola Ibiza new phone benchmark revealed: octa-core Qualcomm processor, 6GB RAM
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号