Overview of the features and software platform of S3C2410

Publisher:oplndctkl出Latest update time:2013-03-30 Source: dzscKeywords:S3C2410 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
  ARM9-S3C2410 B-type development board is an embedded development platform based on the Korean Samsung ARM9 embedded processor S3C2410. The system can show excellent performance when running at a main frequency of 200M.

  Samsung ARM9 S3C2410 unique features:

  1. Provide all hardware schematics and PCB (core board, baseboard, JTAG&WIGGLE board and LCD board)

  2. The core board and the base board are separated by a design concept. Users can easily use the Core-Board for secondary development. The core board and the base board use a stable DIMM-144 standard PCI slot interface. As shown in the figure:

  3. Core-Board integrates the ARM minimum system, including CPU, memory, NandFlash, NorFlash, and RTC core components. In particular, the integration of Nor Flash makes the ARM minimum system more complete, which is not achieved by other companies. The integration of Nor Flash makes it easy to debug software such as Vxwork. As shown in the figure:

  Bottom-Board brings out all the functions of CPU for user convenience. The addition of LED and buttons can facilitate user to debug the program. SPI and I2C can be connected to PS/2 keyboard and MOUSE.

  4. S3C2410 supports two boot modes: one is booting from NAND FLASH; the other is booting from the external nGCS0 chip-selected Nor Flash. Users can choose to pre-install two operating systems at the same time: LINUX and UCOS or WINCE and UCOS. Unplug the jumper cap on the core board to boot from NORFLASH, and start the UCOS system or NUCLEUS system. After installing the jumper cap, start the WINCE system or LINUX system from NAND FLASH;

  5. Wiggle and JTAG 2-in-1 The debugging board has built-in Wiggle and JTAG functions. Using Wiggle, you can quickly burn the program into Nor Flash. For example, writing Samsung test program utest (180K) takes less than 1 minute, while JTAG takes half an hour. The combination of the two allows users to write and debug programs conveniently.

  Overview of Samsung ARM9 S3C2410 software platform

  The ARM2410 platform can provide the following software. It can be said that ARM2410 is the development board that currently provides the most operating systems in China. Users can choose any operating system to use. All board information is provided in source code without any technical reservation.

  1. uCos + uCGUI

  2. Nucleus OS (an open source operating system with performance between Vxwork and uCos and complete components);

  3. VxWorks (full set of data is provided to customers, customers can transplant by themselves, no technical support is provided)

  4. Analysis and description of WINCE 4.2 + transplantation process;

  5. Linux + QT + YAFFS + transplantation process analysis;

  6. Boot (online upgrade ISP tool, including ARM source code and host computer program source code, protocol is open). [page]

  For details, please refer to the user manual of each software

  7. ARM2410 development board experimental tutorial

  8. ARM2410 development board supports WINCE, Linux, UCOS and NUCLEUS embedded operating systems.

  Embedded Linux Operating System Description:

  Use Linux 2.4 or above kernel

  Supports multiple file systems, such as CRAMFS, FAT, and YAFFS file system for NAND FLASH, etc.

  Support LCD and touch screen

  Support USB HOST

  Support QT

  Support MP3 playback and video playback

  Supports multiple network applications, such as FTP, HTTP, Telnet and other network applications

  WINCE embedded operating system description:

  Support LCD and touch screen

  Support USB HOST

  Audio support

  Support serial port

  Support Network

  SD card

Keywords:S3C2410 Reference address:Overview of the features and software platform of S3C2410

Previous article:Research on Digital Signal Transmission Performance Analyzer Based on Microprocessor
Next article:Design of USB interface for ECG and blood pressure monitor using S3C44B0X

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

IIC of ARM9
Things to know before the experiment: I. Three situations in which IIC interrupt occurs: 1 When address information is sent or a slave address is received and matches 2 When bus arbitration fails 3 When a byte of data (including the response bit) is sent or received II. Two methods to start or resume IIC transmission
[Microcontroller]
IIC of ARM9
Samsung Electronics intends to acquire automotive semiconductor companies, with NXP, TI and Renesas as the main targets
According to businessKorea, Samsung Electronics Chief Financial Officer Choi Yun-ho officially announced in a conference call on January 28 that the company plans to actively pursue mergers and acquisitions and will focus on the automotive semiconductor industry in the M&A market. Among them, NXP of the Netherlands, T
[Mobile phone portable]
Samsung AR glasses patent: Navigating for drivers while keeping their attention on the road
According to foreign media reports, the US Patent and Trademark Office recently published a patent application from Samsung for augmented reality (VR) glasses that can work in sync with map applications to help drivers navigate the road while keeping their attention on the road. Interestingly, this feature is likely t
[Automotive Electronics]
Samsung AR glasses patent: Navigating for drivers while keeping their attention on the road
Samsung announces 3nm manufacturing technology will be delayed until next year
       On October 7th, local time on Wednesday, Samsung Electronics announced that the company's next-generation 3-nanometer chip manufacturing technology will be postponed to 2022, and said that the more advanced 2-nanometer chip manufacturing technology will be available in 2025.   Samsung had planned to start produ
[Mobile phone portable]
Samsung Note 20/20 Ultra released, Razer launches special heat dissipation protective case for it
      Last night, Samsung officially released the new flagship Galaxy Note20 and Galaxy Note20 Ultra. Razer also launched the Arctech series of protective cases for the new phones. This series was previously a series of mobile phone protective cases launched for the iPhone and Razer Phone 2.   Similar to other Arcte
[Mobile phone portable]
Samsung Note 20/20 Ultra released, Razer launches special heat dissipation protective case for it
Reuters: Samsung Display gets US permission to supply some panels to Huawei
Samsung Electronics' display unit has obtained permission from U.S. authorities to continue supplying certain display panel products to Huawei, a person familiar with the matter told Reuters. Samsung Display declined to comment. Huawei was not immediately available for comment. It is unclear whether Samsung Display w
[Mobile phone portable]
EUV technology will become the trump card in the battle between TSMC and Samsung
Competition among semiconductor foundries is intensifying, with TSMC and Samsung Electronics scrambling to speed up their development efforts. EUV (extreme ultraviolet) technology will become the key to success. According to Korean media reports, Samsung Electronics and TSMC have successively purchased more than 10
[Semiconductor design/manufacturing]
EUV technology will become the trump card in the battle between TSMC and Samsung
Design of GPRS based on embedded system
An embedded system is a combination of computer hardware and software with specific functions or purposes, or a special computer system that is installed in another device and controls the device. The biggest feature of an embedded system is that it is purposeful and targeted, that is, the development of each embedd
[Microcontroller]
Design of GPRS based on embedded system
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号