KR20050097212A - Micro-controller unit for extending internal memory area - Google Patents

Micro-controller unit for extending internal memory area Download PDF

Info

Publication number
KR20050097212A
KR20050097212A KR1020040022325A KR20040022325A KR20050097212A KR 20050097212 A KR20050097212 A KR 20050097212A KR 1020040022325 A KR1020040022325 A KR 1020040022325A KR 20040022325 A KR20040022325 A KR 20040022325A KR 20050097212 A KR20050097212 A KR 20050097212A
Authority
KR
South Korea
Prior art keywords
memory
program
memories
address
memory area
Prior art date
Application number
KR1020040022325A
Other languages
Korean (ko)
Inventor
유세진
Original Assignee
매그나칩 반도체 유한회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 매그나칩 반도체 유한회사 filed Critical 매그나칩 반도체 유한회사
Priority to KR1020040022325A priority Critical patent/KR20050097212A/en
Publication of KR20050097212A publication Critical patent/KR20050097212A/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04RLOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
    • H04R1/00Details of transducers, loudspeakers or microphones
    • H04R1/10Earpieces; Attachments therefor ; Earphones; Monophonic headphones
    • H04R1/105Earpiece supports, e.g. ear hooks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04RLOUDSPEAKERS, MICROPHONES, GRAMOPHONE PICK-UPS OR LIKE ACOUSTIC ELECTROMECHANICAL TRANSDUCERS; DEAF-AID SETS; PUBLIC ADDRESS SYSTEMS
    • H04R1/00Details of transducers, loudspeakers or microphones
    • H04R1/10Earpieces; Attachments therefor ; Earphones; Monophonic headphones
    • H04R1/1033Cables or cables storage, e.g. cable reels
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09FDISPLAYING; ADVERTISING; SIGNS; LABELS OR NAME-PLATES; SEALS
    • G09F7/00Signs, name or number plates, letters, numerals, or symbols; Panels or boards
    • G09F7/18Means for attaching signs, plates, panels, or boards to a supporting structure
    • G09F2007/1839Means for attaching signs, plates, panels, or boards to a supporting structure for fastening to cables

Abstract

본 발명은 어드레스 버스를 확장시키지 않고 효율적으로 내부 메모리 영역을 확장하기 위한 마이크로컨트롤러유닛를 제공하기 위한 것으로, 이를 위한 발명으로 메모리 액세스신호를 생성하기 위한 메모리관리유닛; 상기 메모리관리유닛에 제어받아 해당 어드레스에 대응하는 값을 출력하기 위한 복수의 메모리 영역; 상기 복수의 메모리영역을 구분하는 정보를 저장하기 위한 프로그램-뱅크레지스터; 및 상기 프로그램-뱅크레지스터에 제어받아 상기 복수의 메모리영역의 출력신호 중 선택적으로 출력하기 위한 선택부를 구비하는 마이크로컨트롤러유닛를 제공한다. SUMMARY OF THE INVENTION The present invention provides a microcontroller unit for efficiently expanding an internal memory area without expanding an address bus. The present invention provides a memory management unit for generating a memory access signal; A plurality of memory areas controlled by the memory management unit to output a value corresponding to the address; A program bank register for storing information identifying the plurality of memory areas; And a selector configured to be selectively controlled by the program bank register to selectively output the output signals of the plurality of memory regions.

Description

내부 메모리 영역을 확장하기 위한 마이크로컨트롤러유닛{MICRO-CONTROLLER UNIT FOR EXTENDING INTERNAL MEMORY AREA}MICRO-CONTROLLER UNIT FOR EXTENDING INTERNAL MEMORY AREA}

본 발명은 마이크로 콘트롤러 유닛(Micro-Controll Unit; 이하 'MCU'라 함)에 관한 것으로, 특히 내부 메모리 영역을 확장하기 위한 MCU 및 그를 위한 방법에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a micro-controll unit (hereinafter referred to as 'MCU'), and more particularly to an MCU and a method therefor for expanding an internal memory area.

현대의 많은 임베디드 시스템에 자주사용되는 8-비트 MCU는 제어 프로그램이 간단하면서도 여러가지 다양한 응용에 쉽게 적용되는 장점이 있다. 근래에는 이러한 8-비트 MCU를 이용하여 더욱 높은 성능을 구현하기 위해 동작 주파수를 높이고, 다양한 기능을 한 칩에 구현하는 경우가 빈번해졌으며, 이에따라 요구되는 프로그램 메모리의 크기 또한 급격하게 커지고 있다.Frequently used in many modern embedded systems, 8-bit MCUs offer the advantages of simple control programs and easy adaptation to a variety of applications. Recently, in order to achieve higher performance using these 8-bit MCUs, the frequency of operation is increased and various functions are implemented in one chip, and the size of program memory required is rapidly increasing accordingly.

도 1은 종래기술에 따른 인텔(Intel) 8051계열 MCU의 메모리 맵을 도시한 도면이다.1 is a diagram illustrating a memory map of an Intel 8051 MCU according to the prior art.

도 1을 참조하면, 메모리는 크게 응용 프로그램(Application Program)을 저장하기 위한 프로그램 메모리영역(10)과, 데이터를 저장하기 위한 데이터 메모리 영역(20)으로 나뉜다. 특별히 프로그램 메모리(10) 영역 내 0000h ∼ 007Fh 범위 내의 128바이트는 인터럽트를 처리하기 위한 루틴(Interrupt Vector)이 저장되는 공간이며, 0080h ∼ FFFFh의 나머지 영역은 프로그램 코드가 저장된다. Referring to FIG. 1, a memory is largely divided into a program memory area 10 for storing an application program and a data memory area 20 for storing data. Specifically, 128 bytes within the range of 0000h to 007Fh in the program memory 10 area are spaces for storing an interrupt vector for processing interrupts, and program codes are stored for the remaining areas of 0080h to FFFFh.

그리고 데이터 메모리 영역(20)는 영역 내 80h ~ ffh의 어드레스 주소를 가지며 직접어드레싱 모드(Direct Addressable)를 통해 액세스되는 특별기능 레지스터(Special Funtion Register, 이하 'SFR'이라 함)를 위한 영역(22)과, 80h ~ ffh의 어드레스 주소를 가지며 간접 어드레싱 모드(Indirect Addressable)를 통해 액세스되는 사용자를 위한 영역(24)과, 00h ~ 7fh의 어드레스 주소를 가지며 직접 어드레싱 모드 또는 간접 어드레싱 모드로 액세스되는 일반적 사용자 메모리 영역(26)으로 나뉜다. 이와같이 데이터 메모리 영역(20)은 256바이트를 가지며, 외부에 최대 64K바이트의 메모리를 별도로 붙여 데이터 메모리 영역(20)을 확장할 수 있다.The data memory area 20 has an address address of 80h to ffh in the area and an area 22 for a special funtion register (hereinafter referred to as 'SFR') accessed through a direct addressing mode. And an area 24 for a user having an address address of 80h to ffh and accessed through indirect addressing mode, and a general user having an address address of 00h to 7fh and accessed in direct addressing mode or indirect addressing mode. It is divided into a memory area 26. As described above, the data memory area 20 has 256 bytes, and the data memory area 20 can be expanded by attaching a maximum of 64K bytes of memory to the outside.

한편, 이와같은 종래기술에 따른 메모리 맵을 이용하여 프로그램 메모리 영역에 저장되어 있는 코드를 읽어오기 위해 CPU가 메모리를 액세스할 때, 실제 프로그램 메모리 또는 데이터 메모리의 크기에 상관없이 미리 정해진 영역만큼을 액세스할 수 있다.On the other hand, when the CPU accesses the memory to read the code stored in the program memory area by using the memory map according to the related art, accesses only a predetermined area regardless of the size of the actual program memory or data memory. can do.

따라서, 기존 CPU를 디자인할 때 정한 어드레스 버스의 크기만큼만 액세스할 수 있게된다. 즉, 8-비트 CPU를 생각해 보면 프로그램 메모리 어드레스 버스의 크기가 16-비트이므로, 액세스할 수 있는 메모리의 크기는 64K 바이트이다. 64K 바이트 이상의 메모리를 액세스하기 위해서는 어드레스 버스를 확장시켜 주어야 하는데, 이는 CPU 코어 내부의 어드레스 생성 모듈에서 수정되어야 한다. 그런데, 어드레스 버스는 실제 응용 프로그램의 수행 및 데이터 패스의 동작과 연관이 있기 때문에, 이와관련하여 CPU 코어를 수정하면 메모리의 액세스 뿐만 아니라 전반적인 CPU 코어가 관여하는 기능들을 검증하여야 한다. Therefore, only the size of the address bus determined when designing an existing CPU can be accessed. In other words, considering an 8-bit CPU, the size of the program memory address bus is 16-bit, so the size of the accessible memory is 64K bytes. To access more than 64K bytes of memory, the address bus must be expanded, which must be modified in the address generation module inside the CPU core. However, since the address bus is related to the execution of the actual application program and the operation of the data path, modifying the CPU core in this regard must verify not only the access of the memory but also the functions involved in the overall CPU core.

또한, 설계하는 시스템에 따라 매번 메모리의 크기를 달리하기 때문에 그 때마다 디자인을 수정해야 하며, 수정한 CPU의 기능을 새롭게 검증해야 하는 등의 문제가 생긴다. In addition, since the size of the memory is changed every time according to the designing system, the design must be modified each time, and the function of the modified CPU must be newly verified.

본 발명은 상기와 같은 종래 기술의 문제점을 해결하기 위하여 제안된 것으로, 어드레스 버스를 확장시키지 않고 효율적으로 내부 메모리 영역을 확장하기 위한 MCU를 제공한다. The present invention has been proposed to solve the above problems of the prior art, and provides an MCU for efficiently expanding an internal memory area without expanding an address bus.

상기의 기술적 과제를 달성하기 위한 본 발명의 일측면에 따르면, 마이크로컨트롤러유닛은 메모리 액세스신호를 생성하기 위한 메모리관리유닛; 상기 메모리관리유닛에 제어받아 해당 어드레스에 대응하는 값을 출력하기 위한 복수의 메모리 영역; 상기 복수의 메모리영역을 구분하는 정보를 저장하기 위한 프로그램-뱅크레지스터; 및 상기 프로그램-뱅크레지스터에 제어받아 상기 복수의 메모리영역의 출력신호 중 선택적으로 출력하기 위한 선택부를 구비한다. According to an aspect of the present invention for achieving the above technical problem, the microcontroller unit includes a memory management unit for generating a memory access signal; A plurality of memory areas controlled by the memory management unit to output a value corresponding to the address; A program bank register for storing information identifying the plurality of memory areas; And a selector for selectively outputting the output signals of the plurality of memory regions under the control of the program-bank register.

이하, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자가 본 발명의 기술적 사상을 용이하게 실시할 수 있을 정도로 상세히 설명하기 위하여, 본 발명의 가장 바람직한 실시예를 첨부된 도면을 참조하여 설명하기로 한다.DETAILED DESCRIPTION Hereinafter, exemplary embodiments of the present invention will be described with reference to the accompanying drawings so that those skilled in the art may easily implement the technical idea of the present invention. do.

다음에서는 PBANK의 하위 2-비트를 사용하여 프로그램 메모리 영역을 128K 바이트로 확장하고, 이를 3개의 뱅크로 나누는 방법에 대해 예시적으로 살펴보도록 한다.The following example shows how to use the lower two bits of PBANK to expand the program memory area to 128K bytes and divide it into three banks.

도 2은 본 발명의 일실시 예에 따른 프로그램 메모리를 확장할 수 있는 MCU의 메모리 맵을 도시한 도면이다.2 is a diagram illustrating a memory map of an MCU capable of expanding a program memory according to an exemplary embodiment of the present invention.

도 2를 참조하면, 메모리 중 프로그램 메모리 영역(100)은 0000h ∼ 007Fh 범위 내의 128바이트에 인터럽트를 처리하기 위한 루틴을 저장하는 공간을 갖는 32K 바이트의 공통 프로그램 메모리(120)와, 각각 32K 바이트를 갖는 3개의 프로그램 메모리(140, 160, 180)로 나뉘어진다.Referring to FIG. 2, the program memory area 100 of the memory includes 32K bytes of common program memory 120 and 32K bytes each having a space for storing a routine for processing interrupts in 128 bytes within a range of 0000h to 007Fh. It is divided into three program memories (140, 160, 180) having.

즉, 각 프로그램 메모리 영역(140, 160, 180)은 인터럽트 루틴을 갖는 공통 프로그램 메모리 영역(120)을 공유하도록 하였는데, 이는 모든 메모리 뱅크에서 인터럽트를 동일하게 처리할 수 있도록 하기 위한 것이다.That is, each program memory area 140, 160, 180 is configured to share a common program memory area 120 having an interrupt routine, so that all memory banks can handle the same interrupt.

이를 종래기술에 따른 MCU(도 1 참조)와 비교하여 보면, 프로그램 메모리 영역(100)에 64K 바이트의 프로그램 메모리(160, 180)가 추가되어, 사용 가능한 프로그램 메모리 영역(100)이 128K바이트로 확장된 것을 확인할 수 있다.Comparing this with the MCU according to the related art (see FIG. 1), 64K bytes of program memories 160 and 180 are added to the program memory region 100, thereby extending the usable program memory region 100 to 128K bytes. You can see that.

또한, 사용되는 프로그램 메모리 영역(100)이 32K 바이트의 메모리를 복수개 구비하여 구성되는 경우를 예로써 설명하였으나, 128K 바이트의 프로그램 메모리를 사용할 수도 있다. In addition, although the case where the used program memory area 100 includes a plurality of 32K bytes of memory has been described as an example, 128K bytes of program memory may be used.

하기의 표 1은 8051의 데이터 메모리 영역 내 SFR(Special Function Register; 이하 'SFR'라고 함)의 메모리 맵을 도시한 도면이다. Table 1 below shows a memory map of a special function register (SFR) in the data memory region of the 8051.

참고적으로, SFR은 MCU 내 다양한 기능 블록을 제어하기 위한 레지스터로서, 데이터 메모리 영역 내 하위 128 ∼ 256바이트 영역을 직접 어드레싱 방법으로 액세스하여 사용된다. 그리고 SFR은 사용자가 새롭게 필요한 기능이 있을 때, SFR 메모리 맵에 별도의 레지스터를 정의하여 사용 가능하다.For reference, the SFR is a register for controlling various functional blocks in the MCU. The SFR is accessed by directly accessing the lower 128 to 256 byte areas in the data memory area. SFR can be used by defining a separate register in the SFR memory map when a user needs a new function.

한편, 본 발명에서는 PBANK(Program BANK)를 새롭게 설정하였는데, 이는 다른 레지스터와 동일하게 8-비트로 구성되므로 이를 통해 최대 256개의 64K바이트 프로그램 메모리의 영역을 확장할 수 있다.On the other hand, in the present invention, PBANK (Program BANK) is newly set, which is composed of 8-bits like other registers, thereby expanding the area of up to 256 64K byte program memory.

하기 표 2는 PBANK의 논리값에 따른 프로그램 메모리 어드레스 및 뱅크 구분을 나타낸다. Table 2 below shows program memory addresses and bank divisions according to logic values of PBANK.

표 2를 참조하면, 공통 프로그램 메모리를 액세스할 때 PBANK[1:0]은 00b를 가지며, 액세스할 수 있는 프로그램 메모리 영역의 어드레스가 0000h ~ 7FFFh로 마치 상위 32K 바이트 영역은 없는 것 처럼 보이게 된다. 그리고 이외 각 32K 바이트로 이뤄진 프로그램 메모리를 각각 '뱅크0, 뱅크1, 뱅크2'라고 할때 각 뱅크의 어드레스가 8000h ~ FFFFh로 동일하게 설정되므로, PBANK[1:0]의 값에 따라 각 뱅크는 구분되어 선택된다.Referring to Table 2, when accessing the common program memory, PBANK [1: 0] has 00b, and the address of the accessible program memory area is 0000h to 7FFFh, as if there is no upper 32K byte area. In addition, when the program memory consisting of 32K bytes is referred to as 'bank 0, bank 1, and bank 2', respectively, the address of each bank is set equal to 8000h to FFFFh. Therefore, each bank depends on the value of PBANK [1: 0]. Is selected separately.

따라서, 프로그램 메모리를 액세스하기 이전에 PBANK의 값을 상기 표 1에 따라 설정해 주어야하는데, 이에관한 예로 'MOV 명령어'를 사용하여 PBANK의 값을 설정하는 경우에 대해 살펴보도록 한다.Therefore, before accessing the program memory, the value of PBANK should be set according to Table 1 above. As an example, the case of setting the value of PBANK using the MOV instruction will be described.

- MOV PBANK, #BANK_VALUE-MOV PBANK, #BANK_VALUE

상기 MOV 명령어를 실행시키면, PBANK에 미리 설정된 #BANK_VALUE의 값이 저장된다.When the MOV command is executed, a value of #BANK_VALUE preset in PBANK is stored.

상술한 바와 같이 PBANK의 설정에 따라 각 프로그램 메모리 뱅크의 선택방법에 관한 회로적 구현을 간략히 살펴보도록 한다.As described above, the circuit implementation of the method of selecting each program memory bank according to the setting of PBANK will be briefly described.

도 3은 PBANK의 논리값에 따른 프로그램 메모리의 선택에 관한 회로적 구현을 도시한 도면이다. FIG. 3 is a diagram illustrating a circuit implementation for selecting a program memory according to a logic value of PBANK.

도 3을 참조하면, 메모리 액세스신호를 생성하기 위한 MMU(Memory Management Unit; 이하 'MMU'라고 함, 220)와, MMU(220)에 제어받아 해당 어드레스에 대응하는 프로그램 코드를 출력하기 위한 프로그램 메모리(230, 240)와, 복수의 프로그램 메모리를 구분하는 정보를 저장하기 위한 PBANK(280), PBANK(280)의 논리값에 제어받아 프로그램 메모리(230, 240)로부터 출력되는 복수의 프로그램 코드 중 선택적으로 출력하기 위한 선택부(260)를 구비한다.Referring to FIG. 3, a MMU (Memory Management Unit) 220 for generating a memory access signal and a program memory for outputting a program code corresponding to a corresponding address under the control of the MMU 220. And a plurality of program codes output from the program memories 230 and 240 under the control of the logic values of the PBANK 280 and the PBANK 280 for storing information distinguishing the plurality of program memories. It is provided with a selection unit 260 for outputting.

동작을 간략히 살펴보면, MMU(220)는 메모리 액세스신호를 생성하며, 각 프로그램 메모리(230, 240)는 이에 응답하여 해당 어드레스에 저장된 프로그램 코드를 출력한다. 이어 선택부(260)는 프로그램 메모리(230, 240)로부터 출력된 복수의 프로그램 코드 중 PBANK(280)의 설정값에 따라 선택하여 MMU(220)로 전달하며, 끝으로 MMU(220)는 이를 CPU(Control Processing Unit, 이하 'CPU'라고 함, 200)로 전달한다.In brief, the MMU 220 generates a memory access signal, and each program memory 230 or 240 outputs a program code stored at a corresponding address in response thereto. Next, the selector 260 selects a plurality of program codes output from the program memories 230 and 240 according to a setting value of the PBANK 280, and transmits them to the MMU 220. Finally, the MMU 220 receives the CPU. (Control Processing Unit, hereinafter called 'CPU', 200).

참고적으로, MMU(220)는 CPU(200)에 의해서 전반적 동작이 제어된다.For reference, the overall operation of the MMU 220 is controlled by the CPU 200.

전술한 본 발명은 메모리 영역의 확장이 필요한 경우 어드레스 버스의 수정없이 확장된 메모리 영역을 선택하여 액세스할 수 있도록 SFR 내에 이를 구분하기 위한 레지스터를 설정하여 주므로써, 시스템의 필요에 따라 메모리 영역을 쉽게 확장할 수 있다. 따라서, CPU 코어의 수정에 따라 필요한 검증시간을 절약할 수 있다.When the memory area needs to be expanded, the above-described present invention sets a register for distinguishing the memory area within the SFR so that the extended memory area can be selected and accessed without modification of the address bus. Can be extended. Therefore, the verification time required according to the modification of the CPU core can be saved.

전술한 본 발명은 전술한 실시예 및 첨부된 도면에 의해 한정되는 것이 아니고, 본 발명의 기술적 사상을 벗어나지 않는 범위 내에서 여러 가지 치환, 변형 및 변경이 가능하다는 것이 본 발명이 속한 기술분야에서 통상의 지식을 가진 자에게 있어 명백할 것이다.The present invention described above is not limited to the above-described embodiment and the accompanying drawings, and it is common in the art that various substitutions, modifications, and changes can be made without departing from the technical spirit of the present invention. It will be evident to those who have knowledge of.

본 발명에서는 프로그램 메모리 영역의 확장을 위해 인터럽트 루틴을 저장하는 공통 프로그램 메모리 영역이라는 영역을 공유하는 형태를 예로써 설명하였으나, 본 발명은 프로그램 메모리 영역 뿐만 아니라 데이터 메모리 영역의 확장에도 사용될 수 있다. In the present invention, the form of sharing an area called a common program memory area for storing an interrupt routine for expanding the program memory area has been described as an example. However, the present invention can be used not only for the program memory area but also for the expansion of the data memory area.

전술한 본 발명은 CPU 코어의 수정없이 필요한 메모리의 크기에 따라 쉽게 메모리를 확장할 수 있어, 큰 메모리가 필요한 응용 시스템에 적용이 가능하며 이를 구현한 로직이 간단하여 구현 및 검증에 필요한 시간이 절약되는 장점이 있다. As described above, the present invention can be easily expanded according to the required memory size without modifying the CPU core, so that it can be applied to an application system requiring a large memory, and the logic implementing the same saves time required for implementation and verification. It has the advantage of being.

도 1은 종래기술에 따른 인텔 8051계열 MCU의 메모리 맵을 도시한 도면.1 is a memory map of an Intel 8051 series MCU according to the prior art.

도 2은 본 발명에 따른 어드레스 버스의 확장없이 프로그램 메모리를 확장할 수 있는 마이크로 콘트롤러의 메모리 맵을 도시한 도면.2 illustrates a memory map of a microcontroller capable of expanding program memory without expansion of an address bus in accordance with the present invention.

도 3은 PBANK의 논리값에 따른 프로그램 메모리 뱅크의 선택에 관한 회로적 구현을 도시한 도면. 3 illustrates a circuit implementation for selecting a program memory bank according to a logic value of PBANK.

* 도면의 주요부분에 대한 부호의 설명* Explanation of symbols for main parts of the drawings

230, 240 : 프로그램 메모리230, 240: program memory

260 : 선택부260: selection unit

280 : PBANK 280: PBANK

Claims (3)

메모리 액세스신호를 생성하기 위한 메모리관리유닛;A memory management unit for generating a memory access signal; 상기 메모리관리유닛에 제어받아 해당 어드레스에 대응하는 값을 출력하기 위한 복수의 메모리 영역;A plurality of memory areas controlled by the memory management unit to output a value corresponding to the address; 상기 복수의 메모리영역을 구분하는 정보를 저장하기 위한 프로그램-뱅크레지스터; 및A program bank register for storing information identifying the plurality of memory areas; And 상기 프로그램-뱅크레지스터에 제어받아 상기 복수의 메모리영역의 출력신호 중 선택적으로 출력하기 위한 선택부Selector for selectively outputting the output signal of the plurality of memory area under the control of the program-bank register 를 구비하는 마이크로컨트롤러유닛.Microcontroller unit having a. 제1항에 있어서,The method of claim 1, 상기 복수의 메모리는,The plurality of memories, 인터럽트 루틴을 저장하기 위한 공통 프로그램 메모리;A common program memory for storing interrupt routines; 프로그램 코드를 저장하기 위한 복수의 프로그램 메모리로 구성되며,Consists of a plurality of program memories for storing program code, 상기 복수의 프로그램 메모리는 상기 공통 프로그램 메모리를 공유하여 동일한 인터럽트 루틴을 갖는 것The plurality of program memories sharing the common program memory to have the same interrupt routine 을 특징으로 하는 마이크로컨트롤러유닛.Microcontroller unit characterized in that. N 비트의 어드레스 버스를 통해 메모리를 액세스하는 제어부;A control unit for accessing the memory through an N-bit address bus; 데이터를 저장하는 2N바이트의 크기를 갖는 복수의 메모리; 및A plurality of memories having a size of 2 N bytes for storing data; And 상기 복수의 메모리를 선택하기 위한 정보를 설정하기 위한 프로그램-뱅크레지스터를 구비하고,A program bank register for setting information for selecting the plurality of memories; 상기 프로그램-뱅크레지스터에 저장된 값에 따라 상기 복수의 메모리 중 하나의 메모리를 선택하고, 선택된 메모리 내 상기 제어부의 N비트 어드레스에 해당하는 어드레스에 저장된 데이터를 출력하는 것Selecting one of the plurality of memories according to a value stored in the program bank register, and outputting data stored at an address corresponding to an N-bit address of the controller in the selected memory; 을 특징으로 하는 마이크로컨트롤러유닛.Microcontroller unit characterized in that.
KR1020040022325A 2004-03-31 2004-03-31 Micro-controller unit for extending internal memory area KR20050097212A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020040022325A KR20050097212A (en) 2004-03-31 2004-03-31 Micro-controller unit for extending internal memory area

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020040022325A KR20050097212A (en) 2004-03-31 2004-03-31 Micro-controller unit for extending internal memory area

Publications (1)

Publication Number Publication Date
KR20050097212A true KR20050097212A (en) 2005-10-07

Family

ID=37277065

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020040022325A KR20050097212A (en) 2004-03-31 2004-03-31 Micro-controller unit for extending internal memory area

Country Status (1)

Country Link
KR (1) KR20050097212A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8713233B2 (en) 2010-05-04 2014-04-29 Samsung Electronics Co., Ltd. Interconnect, bus system with interconnect and bus system operating method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR910012928A (en) * 1989-12-30 1991-08-08 정용문 Computer memory expansion system
KR920006614A (en) * 1990-09-26 1992-04-27 미셸 달사세 How to monitor nitrogen oxides emitted by internal combustion engines
KR920006850A (en) * 1990-09-28 1992-04-28 정몽헌 Memory Expansion Circuits and Methods
KR950009674U (en) * 1993-09-24 1995-04-21 One chip microcomputer memory expansion system
JPH10275109A (en) * 1997-03-28 1998-10-13 Nec Corp Memory bank replacement system by hardware

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR910012928A (en) * 1989-12-30 1991-08-08 정용문 Computer memory expansion system
KR920006614A (en) * 1990-09-26 1992-04-27 미셸 달사세 How to monitor nitrogen oxides emitted by internal combustion engines
KR920006850A (en) * 1990-09-28 1992-04-28 정몽헌 Memory Expansion Circuits and Methods
KR950009674U (en) * 1993-09-24 1995-04-21 One chip microcomputer memory expansion system
JPH10275109A (en) * 1997-03-28 1998-10-13 Nec Corp Memory bank replacement system by hardware

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8713233B2 (en) 2010-05-04 2014-04-29 Samsung Electronics Co., Ltd. Interconnect, bus system with interconnect and bus system operating method
US9122802B2 (en) 2010-05-04 2015-09-01 Samsung Electronics Co., Ltd. Interconnect, bus system with interconnect and bus system operating method

Similar Documents

Publication Publication Date Title
IL183909A (en) Data processing apparatus having memory protection unit
US6810471B2 (en) Memory protection method and circuit specifying attributes on access
US7162563B2 (en) Semiconductor integrated circuit having changeable bus width of external data signal
JP4988082B2 (en) Microprocessor and data processing system
JPH0916462A (en) Apparatus and method for data processing
KR20110128787A (en) Microcontroller with linear memory in a banked memory
KR20100087309A (en) Enhanced microprocessor or microcontroller
US5127096A (en) Information processor operative both in direct mapping and in bank mapping, and the method of switching the mapping schemes
US5835973A (en) Instruction processing unit capable of efficiently accessing the entire address space of an external memory
US5454092A (en) Microcomputer having an improved internal address mapping apparatus
US6542955B1 (en) Microcontroller virtual memory system and method
KR20050097212A (en) Micro-controller unit for extending internal memory area
US5751998A (en) Memory accessing system with portions of memory being selectively write protectable and relocatable based on predefined register bits and memory selection RAM outputs
JPS5844263B2 (en) memory control circuit
US7124261B2 (en) Access to bit values within data words stored in a memory
KR20050110006A (en) Memory management in a data processing system
KR100470822B1 (en) Method for memory addressing in micro controller and Apparutus for page mapping
EP3323039B1 (en) A method for enlarging data memory in an existing microprocessor architecture with limited memory addressing
JPS5827253A (en) Data processing device
KR100329768B1 (en) Memory addressing device for micro-controller unit
JPS60205644A (en) Memory address extension system
KR20060058401A (en) Method and apparatus for address mapping
KR200204909Y1 (en) A microcontroller including an divided internal code memory
JPH04115337A (en) Semiconductor integrated circuit
JP2003337790A (en) Bus control circuit and processor

Legal Events

Date Code Title Description
N231 Notification of change of applicant
N231 Notification of change of applicant
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application