JP5622429B2 - マイクロコンピュータ - Google Patents
マイクロコンピュータ Download PDFInfo
- Publication number
- JP5622429B2 JP5622429B2 JP2010097253A JP2010097253A JP5622429B2 JP 5622429 B2 JP5622429 B2 JP 5622429B2 JP 2010097253 A JP2010097253 A JP 2010097253A JP 2010097253 A JP2010097253 A JP 2010097253A JP 5622429 B2 JP5622429 B2 JP 5622429B2
- Authority
- JP
- Japan
- Prior art keywords
- endian
- processor
- mat
- user
- data transfer
- Prior art date
- Legal status (The legal status 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 status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/0223—User address space allocation, e.g. contiguous or non contiguous base addressing
- G06F12/023—Free address space management
- G06F12/0238—Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
- G06F12/0246—Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/06—Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
- G06F12/0615—Address space extension
- G06F12/063—Address space extension for I/O modules, e.g. memory mapped I/O
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/10—Program control for peripheral devices
- G06F13/102—Program control for peripheral devices where the programme performs an interfacing function, e.g. device driver
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/16—Handling requests for interconnection or transfer for access to memory bus
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/30003—Arrangements for executing specific machine instructions
- G06F9/3004—Arrangements for executing specific machine instructions to perform operations on memory
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
- G06F9/4403—Processor initialisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2212/00—Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
- G06F2212/72—Details relating to flash memory management
- G06F2212/7201—Logical to physical mapping or translation of blocks or pages
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Microcomputers (AREA)
- Memory System (AREA)
Description
図1は、本発明の第1の実施の形態におけるマイクロコンピュータの構成例を示すブロック図である。このマイクロコンピュータ(以下、マイコンとも呼ぶ。)1は、CPU11と、CIF(CPU Interface)12と、バスアービタ(Arbiter)13と、DMAC(Direct Memory Access Controller)14と、フラッシュメモリ(Flash)15と、フラッシュIF(Flash Interface)16と、SRAM(Static Random Access Memory)17と、SRAM IF18と、EBIU(External Bus Interface Unit)19と、PBIU(Peripheral Bus Interface Unit)20と、周辺IP(Intellectual Property)21と、データ転送回路22とを含む。
図2は、本発明の第1の実施の形態におけるCPU11のレジスタのデータ配置およびメモリ上のデータ配置を説明するための図である。図2(a)は、レジスタのデータ配置を示しており、たとえば、ロングワード(32ビット)のレジスタの場合には、ビット0(b0)がLSB(Least Significant Bit)となり、ビット31(b31)がMSB(Most Significant Bit)となっている。
図6は、本発明の第2の実施の形態におけるマイコン1の構成例を示すブロック図である。図1に示す第1の実施の形態におけるマイコンと比較すると、データ転送回路41の機能が異なる点と、フラッシュメモリがブート領域用およびユーザブート領域用のフラッシュメモリ42と、ユーザ領域用のフラッシュメモリ43とに分けられている点のみが異なる。したがって、重複する構成および機能の詳細な説明は繰り返さない。
Claims (7)
- エンディアンの切り替えが可能なプロセッサと、
エンディアン情報が格納される不揮発メモリと、
プロセッサリセットがアサートされているときに前記不揮発メモリに格納されたエンディアン情報を読み出すデータ転送回路と
を含み、
前記データ転送回路はそのエンディアン情報を前記プロセッサに供給し、
前記プロセッサは、前記プロセッサリセットのアサートが解除された後に、前記データ転送回路から出力されたエンディアン情報により特定されるエンディアンで動作を開始し、
前記プロセッサリセットとともに内部リセットがアサートされているとき、前記プロセッサのリセットが行われ、前記内部リセットのアサートが解除されると前記データ転送回路は前記エンディアン情報を読み出す、マイクロコンピュータ。 - 前記不揮発メモリは、第1の動作モードで実行されるプログラムおよび第1のエンディアン情報が格納される第1のマットと、第2の動作モードで実行されるプログラムおよび第2のエンディアン情報が格納される第2のマットとを含み、
前記データ転送回路は、前記プロセッサのリセット解除前に、動作モードに応じて前記第1のマットまたは前記第2のマットに格納されるエンディアン情報を読み出して前記プロセッサに設定する、請求項1記載のマイクロコンピュータ。 - 前記データ転送回路は、前記動作モードに応じて、前記第1のエンディアン情報が格納されるアドレスと前記第2のエンディアン情報が格納されるアドレスとのいずれかを選択的に出力する選択手段と、
前記選択手段によって選択されたアドレスから読み出されたエンディアン情報を保持し、前記プロセッサに出力する保持手段とを含む、請求項2記載のマイクロコンピュータ。 - 前記不揮発メモリは、第1の動作モードで実行されるプログラムおよび第1のエンディアン情報が格納される第1のマットと、第2の動作モードで実行されるプログラムおよび第2のエンディアン情報が格納される第2のマットとを含み、
前記データ転送回路は、前記プロセッサによるアクセスが、前記第1のマットから前記第2のマットに切り替わるか、前記第2のマットから前記第1のマットに切り替わるのを検出して、前記第1のマットまたは前記第2のマットに格納されるエンディアン情報を読み出して前記プロセッサに設定する、請求項1記載のマイクロコンピュータ。 - 前記データ転送回路は、前記プロセッサによるアクセスが、前記第1のマットから前記第2のマットに切り替わったとき、または前記第2のマットから前記第1のマットに切り替わったときに、前記第1のエンディアン情報が格納されるアドレスと前記第2のエンディアン情報が格納されるアドレスとのいずれかを選択的に出力する選択手段と、
前記選択手段によって選択されたアドレスから読み出されたエンディアン情報を保持し、前記プロセッサに出力する保持手段とを含む、請求項4記載のマイクロコンピュータ。 - 前記データ転送回路がそのエンディアン情報を前記プロセッサに供給した後に、前記プロセッサリセットのアサートが解除される、請求項1記載のマイクロコンピュータ。
- プロセッサリセットがアサートされているときに前記データ転送回路は前記エンディアン情報の格納場所を特定するアドレスを出力して前記エンディアン情報を読み出す、請求項1記載のマイクロコンピュータ。
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010097253A JP5622429B2 (ja) | 2010-04-20 | 2010-04-20 | マイクロコンピュータ |
US13/086,002 US9395999B2 (en) | 2010-04-20 | 2011-04-13 | Microcomputer having processor capable of changing endian based on endian information in memory |
KR1020110035359A KR101793282B1 (ko) | 2010-04-20 | 2011-04-15 | 마이크로 컴퓨터 |
US15/197,078 US9910770B2 (en) | 2010-04-20 | 2016-06-29 | Microcomputer having processor capable of changing endian based on endian information in memory |
KR1020170140392A KR101913968B1 (ko) | 2010-04-20 | 2017-10-26 | 마이크로 컴퓨터 |
US15/876,780 US10140207B2 (en) | 2010-04-20 | 2018-01-22 | Microcomputer having processor capable of changing endian based on endian information in memory |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010097253A JP5622429B2 (ja) | 2010-04-20 | 2010-04-20 | マイクロコンピュータ |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014164397A Division JP5823000B2 (ja) | 2014-08-12 | 2014-08-12 | マイクロコンピュータ |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2011227730A JP2011227730A (ja) | 2011-11-10 |
JP5622429B2 true JP5622429B2 (ja) | 2014-11-12 |
Family
ID=44789094
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010097253A Expired - Fee Related JP5622429B2 (ja) | 2010-04-20 | 2010-04-20 | マイクロコンピュータ |
Country Status (3)
Country | Link |
---|---|
US (3) | US9395999B2 (ja) |
JP (1) | JP5622429B2 (ja) |
KR (2) | KR101793282B1 (ja) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5622429B2 (ja) * | 2010-04-20 | 2014-11-12 | ルネサスエレクトロニクス株式会社 | マイクロコンピュータ |
US10120682B2 (en) * | 2014-02-28 | 2018-11-06 | International Business Machines Corporation | Virtualization in a bi-endian-mode processor architecture |
US20170123792A1 (en) * | 2015-11-03 | 2017-05-04 | Imagination Technologies Limited | Processors Supporting Endian Agnostic SIMD Instructions and Methods |
CN109284135B (zh) * | 2018-09-07 | 2022-02-01 | 深圳市航顺芯片技术研发有限公司 | 一种简捷调用微控制器内部启动程序的方法 |
KR20210143048A (ko) | 2020-05-19 | 2021-11-26 | 삼성전자주식회사 | 상이한 엔디언 포맷에 따른 데이터 변환을 위한 인터페이스 회로를 갖는 메모리 장치 |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5408664A (en) * | 1992-06-19 | 1995-04-18 | Silicon Graphics, Incorporated | System and Method for booting computer for operation in either of two byte-order modes |
US5928349A (en) | 1995-02-24 | 1999-07-27 | International Business Machines Corporation | Mixed-endian computing environment for a conventional bi-endian computer system |
US5687337A (en) | 1995-02-24 | 1997-11-11 | International Business Machines Corporation | Mixed-endian computer system |
JPH0997211A (ja) * | 1995-09-29 | 1997-04-08 | Matsushita Electric Ind Co Ltd | バス制御装置、及びバス制御装置を含む情報処理装置 |
JPH11212945A (ja) * | 1998-01-26 | 1999-08-06 | Mitsubishi Electric Corp | マイクロコンピュータおよびそのメモリ |
JP3659048B2 (ja) | 1999-02-16 | 2005-06-15 | 株式会社日立製作所 | オペレーティングシステム及び計算機 |
JP2002251385A (ja) * | 2001-02-23 | 2002-09-06 | Nec Microsystems Ltd | マイクロコンピュータ |
JP2003173327A (ja) * | 2001-12-07 | 2003-06-20 | Hitachi Ltd | 半導体集積回路 |
JP2005209105A (ja) * | 2004-01-26 | 2005-08-04 | Matsushita Electric Ind Co Ltd | マルチスレッドプロセッサ |
US7139905B2 (en) * | 2004-04-29 | 2006-11-21 | Microsoft Corporation | Dynamic endian switching |
US7533225B1 (en) | 2004-08-17 | 2009-05-12 | Sun Microsystems, Inc. | Method and apparatus for enabling adaptive endianness |
JP5292406B2 (ja) * | 2008-09-12 | 2013-09-18 | ルネサスエレクトロニクス株式会社 | 半導体集積回路装置 |
JP5622429B2 (ja) * | 2010-04-20 | 2014-11-12 | ルネサスエレクトロニクス株式会社 | マイクロコンピュータ |
-
2010
- 2010-04-20 JP JP2010097253A patent/JP5622429B2/ja not_active Expired - Fee Related
-
2011
- 2011-04-13 US US13/086,002 patent/US9395999B2/en active Active
- 2011-04-15 KR KR1020110035359A patent/KR101793282B1/ko active IP Right Grant
-
2016
- 2016-06-29 US US15/197,078 patent/US9910770B2/en active Active
-
2017
- 2017-10-26 KR KR1020170140392A patent/KR101913968B1/ko active IP Right Grant
-
2018
- 2018-01-22 US US15/876,780 patent/US10140207B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US10140207B2 (en) | 2018-11-27 |
US20180143900A1 (en) | 2018-05-24 |
KR20110116990A (ko) | 2011-10-26 |
KR101793282B1 (ko) | 2017-11-02 |
US20110258422A1 (en) | 2011-10-20 |
KR20170123301A (ko) | 2017-11-07 |
JP2011227730A (ja) | 2011-11-10 |
US9395999B2 (en) | 2016-07-19 |
US20160314068A1 (en) | 2016-10-27 |
KR101913968B1 (ko) | 2018-10-31 |
US9910770B2 (en) | 2018-03-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
TWI493350B (zh) | 用於周邊組件之高優先權命令佇列 | |
US7296143B2 (en) | Method and system for loading processor boot code from serial flash memory | |
KR101913968B1 (ko) | 마이크로 컴퓨터 | |
JP4819301B2 (ja) | Nandフラッシュメモリを利用したブートシステム及びその方法 | |
JP2007206885A (ja) | コンピュータシステム及びシステム起動方法 | |
JP4226085B2 (ja) | マイクロプロセッサ及びマルチプロセッサシステム | |
US20100169546A1 (en) | Flash memory access circuit | |
JP2007206933A (ja) | 情報処理装置、情報処理装置におけるブートローダ生成方法およびプログラム転送方法 | |
JP5823000B2 (ja) | マイクロコンピュータ | |
KR100534613B1 (ko) | 플래쉬 메모리를 이용한 시스템 부팅 장치 및 그 방법 | |
KR20110078171A (ko) | 부팅가능한 휘발성 메모리 장치와 그를 구비한 메모리 모듈 및 프로세싱 시스템, 및 그를 이용한 프로세싱 시스템 부팅 방법 | |
US8117427B2 (en) | Motherboard, storage device and controller thereof, and booting method | |
JP4461760B2 (ja) | コンピュータの起動システム | |
JP5460409B2 (ja) | 情報処理システム | |
JP2006127407A (ja) | 半導体集積回路 | |
JP3077807B2 (ja) | マイクロコンピュータシステム | |
JP7018067B2 (ja) | 情報処理システム、情報処理方法及びプログラム | |
GB2304209A (en) | Starting up a processor system | |
JP2009093270A (ja) | コンピュータシステム及びその起動方法 | |
JP2008065549A (ja) | マイクロコンピュータ、情報処理システム、電子機器及びマイクロコンピュータの起動制御方法 | |
JP2007128336A (ja) | 並列レジスタアクセス装置及びシステムlsi | |
JPH10247187A (ja) | 1チップマイクロコンピュータ | |
Zlatanov | Booting an Intel System Architecture | |
JP2002304329A (ja) | 半導体装置 | |
JP2011227592A (ja) | データプロセッサ及びデータ処理システム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130214 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140120 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140128 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140327 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20140513 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140812 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20140826 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140916 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140922 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5622429 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |