JP5581966B2 - Electronic device and electric power steering device using the same - Google Patents

Electronic device and electric power steering device using the same Download PDF

Info

Publication number
JP5581966B2
JP5581966B2 JP2010237495A JP2010237495A JP5581966B2 JP 5581966 B2 JP5581966 B2 JP 5581966B2 JP 2010237495 A JP2010237495 A JP 2010237495A JP 2010237495 A JP2010237495 A JP 2010237495A JP 5581966 B2 JP5581966 B2 JP 5581966B2
Authority
JP
Japan
Prior art keywords
value
bus
bit
values
bits
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
Application number
JP2010237495A
Other languages
Japanese (ja)
Other versions
JP2012089070A (en
Inventor
雅也 滝
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Denso Corp
Original Assignee
Denso Corp
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 Denso Corp filed Critical Denso Corp
Priority to JP2010237495A priority Critical patent/JP5581966B2/en
Priority to DE201110054399 priority patent/DE102011054399A1/en
Publication of JP2012089070A publication Critical patent/JP2012089070A/en
Application granted granted Critical
Publication of JP5581966B2 publication Critical patent/JP5581966B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1004Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's to protect a block of data words, e.g. CRC or checksum

Description

本発明は、CPU(中央演算処理装置)と、アドレスバスおよびデータバスを経由してCPUと接続されるメモリとを備えた電子装置、及び、これを用いた電動パワーステアリング装置に関する。   The present invention relates to an electronic device including a CPU (Central Processing Unit) and a memory connected to the CPU via an address bus and a data bus, and an electric power steering device using the electronic device.

従来、CPUと、メモリと、アドレスバスおよびデータバスとを備え、アドレスバスおよびデータバスの地絡、天絡、短絡等の故障を検出することができる電子装置が知られている。例えば特許文献1に開示された電子装置は、「全ビットのうちいずれか1ビットのみが1または0である値」を検査値として用いる。アドレスバスの故障検出については、「全ビットのうちいずれか1ビットのみが1または0であるアドレス」によって指定されるROM領域から値を読み出してチェックサムを算出し、真のチェックサムと比較して故障か否かを判定する。また、データバスの故障検出については、「全ビットのうちいずれか1ビットのみが1または0である値」をRAMに書き込み、読み出し、読み出したデータを書き込んだデータと比較して故障か否かを判定する。   2. Description of the Related Art Conventionally, an electronic device that includes a CPU, a memory, an address bus, and a data bus and can detect a fault such as a ground fault, a power fault, and a short circuit of the address bus and the data bus is known. For example, the electronic device disclosed in Patent Document 1 uses “a value in which only one of all bits is 1 or 0” as the inspection value. For address bus failure detection, a checksum is calculated by reading a value from the ROM area specified by “an address where only one of all bits is 1 or 0”, and compared with the true checksum. Determine whether or not there is a failure. For data bus failure detection, whether or not there is a failure by writing and reading “a value in which any one of all bits is 1 or 0” to the RAM, comparing the read data with the written data. Determine.

特開2008−210245号公報JP 2008-210245 A

検査値のビット数は、検査対象となるアドレスバスまたはデータバスのバスラインの数に対応する。例えばバスラインの数が4であれば4ビット以上の検査値を用いる。
ここで、バスラインの「地絡故障」とは本来1であるべきビットの値が0に固着する故障をいい、バスラインの「天絡故障」とは本来0であるべきビットの値が1に固着する故障をいう。また、バスラインの「短絡故障」とは、検査対象のバスラインに該当するビットの値が検査対象以外のバスラインに該当するビットの値と同じになる故障、言い換えれば、互いに異なる値を維持することができなくなる故障をいう。
The number of bits of the inspection value corresponds to the number of address lines or data bus lines to be inspected. For example, if the number of bus lines is 4, an inspection value of 4 bits or more is used.
Here, the “ground fault” of the bus line refers to a failure in which the value of the bit that should originally be 1 is fixed to 0, and the “sky fault” of the bus line means that the value of the bit that should be 0 originally is 1. A failure that sticks to the surface. A bus line “short-circuit failure” is a failure in which the value of the bit corresponding to the bus line to be inspected is the same as the value of the bit corresponding to the bus line other than the inspection target, in other words, maintaining different values. A failure that cannot be performed.

特許文献1に記載の電子装置では、検出対象とするアドレスバスまたはデータバスが4ビットとすると、天絡故障および地絡故障については、例えば「0001」および「1110」の2つの検査値を用いて、各ビットの値が1に固着しないこと、及び、0に固着しないことを判定可能である。しかし、短絡故障については、例えば「0001」、「0010」、「0100」、「1000」の4つの検査値を用いなければ判定することができない。
このように、短絡故障を検出するためにはバスラインの数と同数以上の検査値を用い、故障検出処理を実行する必要がある。例えば32ビットのアドレスバスを検査するには最低32個の値の読み出しが必要であり、32ビットのデータバスを検査するには最低32回の書き込みと読み出しを行わなければならない。同様に、128ビットのバスであれば128回の検査が必要となる。すなわち、検査数がビット数に比例して増大するため、電子装置の処理負荷が過大となる。
In the electronic device described in Patent Literature 1, if the address bus or data bus to be detected is 4 bits, for example, two inspection values “0001” and “1110” are used for the power fault and the ground fault. Thus, it can be determined that the value of each bit does not stick to 1 and does not stick to 0. However, a short-circuit fault cannot be determined unless four inspection values “0001”, “0010”, “0100”, and “1000” are used.
As described above, in order to detect a short-circuit failure, it is necessary to execute a failure detection process using inspection values equal to or more than the number of bus lines. For example, at least 32 values need to be read to check the 32-bit address bus, and at least 32 writes and reads must be done to check the 32-bit data bus. Similarly, a 128-bit bus requires 128 inspections. That is, since the number of inspections increases in proportion to the number of bits, the processing load on the electronic device becomes excessive.

また、特許文献1に記載の電子装置では、アドレスバスの故障検出にチェックサムを用いる。これは、上述のように検査数が増大した場合、個々の値に代えて何らかの合計値を検査する方が処理負荷を軽減できるというメリットによるものである。しかしながら、チェックサムを用いる方法では、ある検査アドレスから取得した値と他のアドレスから取得した値の同一ビット値が入れ替わった値となる場合には、故障を判定することができないという問題がある。例えば、アドレス「0001」から取得できる値が「00101010」であり、アドレス「0010」から取得できる値が「11010101」であったとする。このとき、アドレスバスの故障により、アドレス「0001」から値を取得した際に「00101000」となり、またアドレス「0010」から値を取得した際に「11010111」となる場合(2桁目の第1ビットの「0」と「1」とが入れ替わった場合)には、故障していない場合も故障した場合もチェックサム値は同一となり故障検出できない。   In the electronic device described in Patent Document 1, a checksum is used for detecting an address bus failure. This is because when the number of inspections increases as described above, it is possible to reduce the processing load by inspecting some total value instead of the individual values. However, the method using a checksum has a problem in that a failure cannot be determined when the same bit value of a value acquired from a certain inspection address and a value acquired from another address are interchanged. For example, it is assumed that the value obtainable from the address “0001” is “00101010” and the value obtainable from the address “0010” is “11010101”. At this time, when the value is acquired from the address “0001” and becomes “00101000” when the value is acquired from the address “0010” due to the failure of the address bus, “11010111” is obtained (the first digit of the second digit). When the bits “0” and “1” are interchanged), the checksum value is the same regardless of whether there is a failure or failure, and failure detection is not possible.

本発明は、このような点に鑑みて創作されたものであり、その目的は、アドレスバスおよびデータバスの故障を検出する電子装置において、故障検出に必要な検査値の数を低減することで、故障検出に係る処理負荷を低減し処理速度を向上する電子装置を提供することにある。   The present invention was created in view of the above points, and an object of the present invention is to reduce the number of inspection values necessary for failure detection in an electronic device that detects failure of an address bus and a data bus. Another object of the present invention is to provide an electronic device that reduces processing load related to failure detection and improves processing speed.

請求項1に記載の電子装置は、CPUと、ROMと、CPUとROMとを接続しアドレスを伝送する4つ以上のバスラインからなるアドレスバスとを備える。
CPUは、複数のアドレスバス検査用アドレスによって指定されるROM領域から読み出した値から計算した判定値と予め算出されたアドレスバス検査用正解値とを比較して一致しない場合、アドレスバスが故障していると判定する。
複数のアドレスバス検査用アドレスは、4つ以上のバスラインに対応する4ビット以上の値であって、2ビット以上の0の値と2ビット以上の1の値とを有する値を含み、検査対象のバスラインに該当するビットと検査対象以外のバスラインに該当するビットとが互いに異なる値を維持しているか否かを判定することにより、検査対象のバスラインを含む複数のバスライン間の短絡故障を同時に検出可能である。
また、この電子装置は、複数のアドレスバス検査用アドレスとして、「検査対象のバスラインに該当するビットの値が1となる値」を用いて、「アドレスバスのバスラインに該当するビットの値が本来1であるべきところ0に固着する故障」である「0固着故障」を検出可能であり、「検査対象のバスラインに該当するビットの値が0となる値」を用いて、「アドレスバスのバスラインに該当するビットの値が本来0であるべきところ1に固着する故障」である「1固着故障」を検出可能である。
さらに、短絡故障の検出に用いる複数のアドレスバス検査用アドレスは、N個のバスラインに対応するNビットの値であって、(N/2)ビットの0の値と(N/2)ビットの1の値とを有する値を(log N)個とし、短絡故障の検出に用いる複数のアドレスバス検査用アドレスの数を最小限にする。
The electronic apparatus according to claim 1 includes a CPU, a ROM, and an address bus including four or more bus lines that connect the CPU and the ROM and transmit addresses.
The CPU compares the judgment value calculated from the value read from the ROM area specified by the plurality of address bus test addresses with the pre-calculated correct value for the address bus test, and if the address bus fails to match, It is determined that
The plurality of address bus test addresses include a value of 4 bits or more corresponding to 4 or more bus lines, including a value having a value of 0 of 2 bits or more and a value of 1 of 2 bits or more. By determining whether the bit corresponding to the target bus line and the bit corresponding to the bus line other than the inspection target maintain different values from each other, a plurality of bus lines including the inspection target bus line are Short circuit faults can be detected simultaneously.
In addition, the electronic device uses “a value where the value of the bit corresponding to the bus line to be tested is 1” as a plurality of address bus test addresses, and “the value of the bit corresponding to the bus line of the address bus”. Can be detected by using “the value at which the value of the bit corresponding to the bus line to be inspected is 0”. It is possible to detect “1 fixed failure”, which is “a failure fixed to 1 where the value of the bit corresponding to the bus line of the bus is supposed to be 0”.
Further, the plurality of address bus test addresses used for detecting the short-circuit failure are N-bit values corresponding to N bus lines, and are (N / 2) -bit 0 value and (N / 2) -bit address. (Log 2 N), and the number of the plurality of address bus test addresses used for short circuit fault detection is minimized.

請求項2に記載の電子装置は、CPUと、ROMと、CPUとROMとを接続しデータを伝送する4つ以上のバスラインからなるデータバスとを備える。
CPUは、ROMのROM領域から読み出した複数のデータバス検査値から計算した判定値と予め算出されたデータバス検査用正解値とを比較して一致しない場合、データバスが故障していると判定する。
複数のデータバス検査値は、4つ以上のバスラインに対応する4ビット以上の値であって、2ビット以上の0の値と2ビット以上の1の値とを有する値を含み、検査対象のバスラインに該当するビットと検査対象以外のバスラインに該当するビットとが互いに異なる値を維持しているか否かを判定することにより、検査対象のバスラインを含む複数のバスライン間の短絡故障を同時に検出可能である。
また、この電子装置は、複数のデータバス検査値として、「検査対象のバスラインに該当するビットの値が1となる値」を用いて、「データバスのバスラインに該当するビットの値が本来1であるべきところ0に固着する故障」である「0固着故障」を検出可能であり、「検査対象のバスラインに該当するビットの値が0となる値」を用いて、「データバスのバスラインに該当するビットの値が本来0であるべきところ1に固着する故障」である「1固着故障」を検出可能である。
さらに、短絡故障の検出に用いる複数のデータバス検査値は、N個のバスラインに対応するNビットの値であって、(N/2)ビットの0の値と(N/2)ビットの1の値とを有する値を(log N)個とし、短絡故障の検出に用いる複数のデータバス検査値の数を最小限にする。
An electronic device according to a second aspect includes a CPU, a ROM, and a data bus including four or more bus lines that connect the CPU and the ROM and transmit data.
The CPU compares the judgment value calculated from the plurality of data bus test values read from the ROM area of the ROM with the pre-calculated correct value for the data bus test and determines that the data bus is faulty. To do.
The plurality of data bus check values are values of 4 bits or more corresponding to 4 or more bus lines, including values having a value of 0 of 2 bits or more and a value of 1 of 2 bits or more. A short circuit between a plurality of bus lines including the bus line to be inspected by determining whether or not the bits corresponding to the other bus line and the bits corresponding to the non-inspected bus line maintain different values. Faults can be detected simultaneously.
In addition, the electronic device uses “a value where the value of the bit corresponding to the bus line to be tested is 1” as a plurality of data bus test values, and the “value of the bit corresponding to the bus line of the data bus indicates It is possible to detect a “0-fixed failure”, which is “a failure fixed to 0 where it should originally be 1”, and use the “value where the value of the bit corresponding to the bus line to be inspected is 0” to “data bus It is possible to detect “1 fixed failure”, which is “a failure fixed to 1 where the value of the bit corresponding to the bus line is supposed to be 0”.
Further, the plurality of data bus check values used for detecting a short-circuit fault are N-bit values corresponding to N bus lines, which are (N / 2) -bit 0 values and (N / 2) -bit values. The number having a value of 1 is (log 2 N), and the number of data bus test values used for detecting a short-circuit fault is minimized.

請求項1に係る発明はアドレスバスの故障を検出し、請求項に係る発明はデータバスの故障を検出するものであり、対応する技術的特徴を有する。
アドレスバスの故障は、ROM領域から読み出した値から計算した判定値と予め算出されたアドレスバス検査用正解値とを比較することにより検出可能である。
データバスの故障は、ROM領域から読み出した値から計算した判定値と予め算出されたデータバス検査用正解値とを比較することにより検出可能である。
The invention according to claim 1 detects the failure of the address bus, and the invention according to claim 2 detects the failure of the data bus, and has corresponding technical features.
The failure of the address bus can be detected by comparing the judgment value calculated from the value read from the ROM area and the correct value for address bus inspection calculated in advance.
Failure of the data bus can be output RIKEN by the comparing the pre-calculated data bus inspection correct value and the determination value calculated from the values read from the ROM area.

また、請求項1、2に係る発明において、「複数のアドレスバス検査用アドレスまた複数のデータバス検査値(以下、「複数の検査値」という)」は、4ビット以上の値であって、2ビット以上の0の値と2ビット以上の1の値とを有する値を含む。例えば4ビットの場合、複数の検査値は、0011、0101、0110等の値を含む。これは、「全ビットのうちいずれか1ビットのみが1または0である値」を検査値とした従来技術とは異なる特徴である。 In the inventions according to claims 1 and 2 , “a plurality of address bus test addresses or a plurality of data bus test values (hereinafter referred to as“ a plurality of test values ”)” is a value of 4 bits or more, It includes values having a value of 0 over 2 bits and a value of 1 over 2 bits. For example, in the case of 4 bits, the plurality of inspection values include values such as 0011, 0101, 0110, and the like. This is a feature different from the conventional technique in which “a value in which only one of all bits is 1 or 0” is used as an inspection value.

これにより、複数のバスライン間の短絡故障を同時に検出可能となる。ここで、短絡故障とは、検査対象のバスラインに該当するビットと検査対象以外のバスラインに該当するビットとが互いに異なる値を維持することができなくなる故障をいう。短絡故障を検出するための検査値は、検査対象となるバスラインに該当するビットの値を他のバスラインに該当するビットの値と異なる値とすることが要件となる。すなわち、検査対象のビットの値が0で他のビットの値が1、または、検査対象のビットの値が1で他のビットの値が0となる組合せを全ビットについて構築する必要がある。   As a result, it is possible to simultaneously detect a short-circuit failure between a plurality of bus lines. Here, the short circuit failure means a failure in which a bit corresponding to a bus line to be inspected and a bit corresponding to a bus line other than the inspection target cannot maintain different values. The inspection value for detecting a short-circuit failure is required to make the value of the bit corresponding to the bus line to be inspected different from the value of the bit corresponding to another bus line. That is, it is necessary to construct a combination of all the bits in which the value of the bit to be inspected is 0 and the value of the other bit is 1 or the value of the inspected bit is 1 and the value of the other bit is 0.

従来技術によると、例えば「0001」という検査値を用い、検査対象が最下位ビット(第0ビット)の場合は、値が1である第0ビットと、値が0である2桁目の第1ビット、3桁目の第2ビットまたは4桁目の第3ビットとの間の短絡故障を同時に検出可能である。しかし、検査対象が第1、第2、第3ビットのいずれかの場合は、そのビットと第0ビットとの間の1とおりの短絡故障しか同時に検出することができない。   According to the prior art, for example, when an inspection value of “0001” is used and the inspection object is the least significant bit (0th bit), the 0th bit having a value of 1 and the 2nd digit of the second value having a value of 0 are used. Short circuit faults between the 1st bit, the 2nd bit of the 3rd digit, or the 3rd bit of the 4th digit can be detected simultaneously. However, when the inspection target is one of the first, second, and third bits, only one short-circuit fault between that bit and the 0th bit can be detected at the same time.

それに対し、本発明の検査値は、2ビット以上の0の値と2ビット以上の1の値とを有するため、いずれのビットを検査対象とする場合でも、そのビットの値と異なる値を有する他の2つ以上のビットとの間での短絡故障を同時に検出することができる。
これにより、従来技術に対して検査値の数を低減することができる。その結果、故障検出に係る電子装置の処理負荷を低減し、電子装置の処理速度を向上することができる。
On the other hand, since the inspection value of the present invention has a value of 0 of 2 bits or more and a value of 1 of 2 bits or more, even if any of the bits is to be inspected, it has a value different from the value of the bit. Short-circuit faults between two or more other bits can be detected simultaneously.
Thereby, the number of inspection values can be reduced with respect to the prior art. As a result, it is possible to reduce the processing load on the electronic device related to failure detection and improve the processing speed of the electronic device.

また従来技術では、検査値の増大による電子装置の処理負荷を軽減するため、読み出し値に基づいてチェックサムを算出する方式を取らざるを得なかった。そのため、異なるアドレスから取得した値の同一ビット値が入れ替わった値となる場合には故障を検出することができなかった。それに対し、本発明では、検査値の数を低減し電子装置の処理負荷を低減することができる。したがって、チェックサムのような信頼性の低い手法に拠ることなく、読み出し値をそのまま正解値と比較したり生成多項式によりCRCを算出したりすることが現実的なメモリ容量の範囲で可能となる。よって、より信頼性の高い処理を実行することができる。   Further, in the prior art, in order to reduce the processing load on the electronic device due to an increase in the inspection value, a method for calculating the checksum based on the read value has to be taken. For this reason, a failure cannot be detected when the same bit value obtained from a different address is replaced. On the other hand, in the present invention, the number of inspection values can be reduced and the processing load of the electronic device can be reduced. Accordingly, it is possible to compare the read value with the correct value as it is or calculate the CRC by a generator polynomial within a practical memory capacity range without using a low-reliability method such as checksum. Therefore, more reliable processing can be executed.

請求項1、2に記載の発明によると、短絡故障の検出に用いる複数の検査値は、N個のバスラインに対応するNビットの値である。そして短絡故障の検出に用いる複数の検査値は、(N/2)ビットの0の値と(N/2)ビットの1の値とを有する値を(log )個とし、検査値の数を最小限にする。なお、(log )は2を底とするNの対数である。
According to the first and second aspects of the present invention, the plurality of inspection values used for detecting the short-circuit fault are N-bit values corresponding to N bus lines. The plurality of inspection values used for detection of the short-circuit fault are (log 2 N ) values having 0 values of (N / 2) bits and 1 values of (N / 2) bits, and the inspection values Minimize the number of ( Log 2 N ) is a logarithm of N with 2 as the base.

検査値が8ビットの場合を例に取ると、「(N/2)ビットの0の値と(N/2)ビットの1の値とを有する値」とは、00001111、01010101のように、4個の0の値と4個の1の値とを有する値をいう。これらの値を用いることで、(N/2)とおりのバスライン間の短絡故障を同時に検出することができる。
すなわち、請求項1、2により特定される検査値は、この場合1の値を4個有する値に限定される。これにより、検査対象のビット数が多くなった場合、効率よく複数のバスライン間の短絡故障を同時に検出することができる。
Taking the case where the inspection value is 8 bits as an example, “value having (N / 2) bit 0 value and (N / 2) bit 1 value” is as follows: 00001111, 0101101 A value having four 0 values and four 1 values. By using these values, (N / 2) short circuit faults between the bus lines can be detected simultaneously.
That is, the inspection value specified by Motomeko 1 and 2, is limited to a value having four values in this case 1. As a result, when the number of bits to be inspected increases, it is possible to efficiently detect a short-circuit fault between a plurality of bus lines simultaneously.

さらに、請求項1、2に記載の発明は、短絡故障の検出に用いる複数の検査値の数を最小限にすることを目的とする。ここで、短絡判定の組合せの数は、全ビットから2つのビットを選ぶ組合せの数であり、全ビット数をNビットとすれば、複数の検査値がとおりの組合せを構築する必要がある。検査対象ビット数が4ビットの場合、4個から2個を選ぶ組合せの数()に相当する6とおりについて短絡判定することになる。
The present invention as described in claim 1 is intended to minimize the number of the plurality of test values used in the detection of short-circuit failure. Here, the number of short-circuit determination combinations is the number of combinations in which two bits are selected from all bits. If the total number of bits is N bits, it is necessary to construct a combination of a plurality of inspection values of N C 2. There is. When the number of bits to be inspected is 4 bits, the short-circuit determination is made for 6 patterns corresponding to the number of combinations ( 4 C 2 ) in which 4 to 2 are selected.

例えば「0011」を検査値に用いると、第0ビットと第2ビット、第0ビットと第3ビット、第1ビットと第2ビット、第1ビットと第3ビットとの間の4とおりについて、短絡判定することができる。さらに、「0101」を検査値に用いると、「0011」によっては判定できない第0ビットと第1ビット、第2ビットと第3ビットとの間の2とおりについて、短絡判定することができる。すなわち、検査値が4ビットの場合、2個の0の値と2個の1の値とを有する検査値を(log24)=2個用いることで6とおりの短絡判定をすることができる。 For example, when “0011” is used for the inspection value, the four bits between the 0th bit and the 2nd bit, the 0th bit and the 3rd bit, the 1st bit and the 2nd bit, and the 1st bit and the 3rd bit, A short circuit can be determined. Furthermore, when “0101” is used as the inspection value, it is possible to make a short circuit determination for the two bits between the 0th bit and the 1st bit and the 2nd bit and the 3rd bit that cannot be determined by “0011”. That is, when the inspection value is 4 bits, six short-circuit determinations can be made by using (log 2 4) = 2 inspection values having two 0 values and two 1 values. .

同様に、検査値が8ビットの場合は、4個の0の値と4個の1の値とを有する検査値を(log28)=3個用い、検査値が16ビットの場合は、8個の0の値と8個の1の値とを有する検査値を(log216)=4個用いることで短絡判定することができる。 Similarly, when the inspection value is 8 bits, (log 2 8) = 3 inspection values having four 0 values and four 1 values are used, and when the inspection value is 16 bits, A short circuit determination can be made by using (log 2 16) = 4 test values having 8 0 values and 8 1 values.

従来技術によると、短絡故障の検出のためにビット数と同数以上の検査値が必要であった。それに対し、本発明では、「(N/2)ビットの0の値と(N/2)ビットの1の値とを有する」検査値を含むことにより、短絡故障の検出に必要な検査値の数を低減することができる。さらに、上記の要件を満たす検査値を(log )個とすることにより、短絡故障の検出に必要な検査値の数を最小限にすることができる。
According to the prior art, inspection values equal to or more than the number of bits are necessary to detect a short circuit fault. On the other hand, in the present invention, by including a test value “having a value of (N / 2) bit 0 and a value of (N / 2) bit 1”, the test value necessary for detecting a short-circuit fault The number can be reduced. Moreover, by the test value meets the above requirements and (log 2 N) pieces, it is possible to minimize the number of test values required to detect the short-circuit failure.

一方、0固着故障及び1固着故障の検出に関しては、検査値が4ビットの場合、例えば、「1111」を用いて全ビットの0固着故障を検出することができ、「0000」を用いて全ビットの1固着故障を検出することができる。0固着故障を検出することにより、バスラインの地絡故障、または、断線したとき該当するビットの値が0となる場合の断線故障を検出することができる。また、1固着故障を検出することにより、バスラインの天絡故障、または、断線したとき該当するビットの値が1となる場合の断線故障を検出することができる。On the other hand, regarding the detection of the 0-fixation failure and the 1-fixation failure, when the inspection value is 4 bits, for example, “1111” can be used to detect all 0-fixation failures, and “0000” can be used to detect all It is possible to detect a 1 bit failure. By detecting the 0-fixed failure, it is possible to detect a ground fault in the bus line or a disconnection failure when the value of the corresponding bit becomes 0 when the disconnection occurs. Further, by detecting a 1-fixation failure, it is possible to detect a bus-line power-failure failure or a disconnection failure when the value of the corresponding bit is 1 when a disconnection occurs.

また、「1100」と「0011」の2つの検査値を用いて全ビットの0固着故障および1固着故障を検出することができる。この場合、請求項1、2に係る検査値の要件を満たし、各ビットについて短絡故障と0固着故障、あるいは、短絡故障と1固着故障とを同時に検出することができるため、総合的に検査値の数を低減することができる。
In addition, it is possible to detect 0-fixed faults and 1-fixed faults of all bits by using two inspection values “1100” and “0011”. In this case, since the requirements of the test value according to claims 1 and 2 are satisfied and a short-circuit fault and a zero-fixed fault or a short-circuit fault and a single-fixed fault can be detected simultaneously for each bit, the test value is comprehensively Can be reduced.

請求項に記載の電子装置では、0固着故障及び前記1固着故障の検出に用いる複数のアドレスバス検査用アドレスまたは複数のデータバス検査値は、「短絡故障の検出に用いる複数のアドレスバス検査用アドレスまたは複数のデータバス検査値のうちいずれか1つの検査値」、及び、「その検査値の各ビットの0の値を1に、1の値を0に反転させた値の1つの検査値」である。
The electronic device according to claim 3 , wherein the plurality of address bus test addresses or the plurality of data bus test values used for detecting the zero stuck fault and the one stuck fault are “a plurality of address bus tests used for detecting a short circuit fault”. Address or any one of a plurality of data bus test values "and" one test value obtained by inverting the 0 value of each bit of the test value to 1 and the 1 value to 0 " Value ".

請求項に記載の発明は、請求項1〜に記載の電子装置と、電子装置によって駆動されるモータと、モータの回転をステアリングシャフトに伝達する動力伝達手段とを備え、操舵トルクをアシストする電動パワーステアリング装置に係る発明である。
電動パワーステアリング装置は、安全性の面から、故障を早期に検出し迅速かつ的確な処理を実行することが特に要求されるため、本発明の電子装置による処理速度を向上する効果が有効に発揮される。
A fourth aspect of the invention includes the electronic device according to any one of the first to third aspects, a motor driven by the electronic device, and power transmission means for transmitting rotation of the motor to the steering shaft, and assists steering torque. The present invention relates to an electric power steering apparatus.
The electric power steering device is required to detect a failure at an early stage and execute a quick and accurate process from the viewpoint of safety, so that the effect of improving the processing speed by the electronic device of the present invention is effectively exhibited. Is done.

本発明の一実施形態による電子装置を適用した電動パワーステアリング装置の概略構成図。1 is a schematic configuration diagram of an electric power steering device to which an electronic device according to an embodiment of the present invention is applied. 本発明の一実施形態による電子装置のシステム図。1 is a system diagram of an electronic device according to an embodiment of the present invention. 本発明の一実施形態によるアドレスバス異常検出フローチャート。4 is an address bus abnormality detection flowchart according to an embodiment of the present invention. 本発明の一実施形態によるデータバス異常検出フローチャート。The data bus abnormality detection flowchart by one Embodiment of this invention. (a)検査対象ビットが2ビットのときの検査値の参考例を示す図、(b)検査対象ビットが4ビットのときの検査値の例を示す図、(c)検査対象ビットが8ビットのときの検査値の例を示す図。(A) A diagram showing a reference example of a test value when the test target bit is 2 bits, (b) a diagram showing an example of a test value when the test target bit is 4 bits, (c) 8 bits of the test target bit The figure which shows the example of the test value at the time of. 本発明の一実施形態によるROM領域を示す模式図。The schematic diagram which shows the ROM area | region by one Embodiment of this invention. 検査対象ビットが16ビットのときの検査値の例を示す図。The figure which shows the example of a test value when a test object bit is 16 bits. 検査対象ビットが32ビットのときの検査値の例を示す図。The figure which shows the example of a test value when a test object bit is 32 bits. (a)検査対象ビットが4ビットのときの検査値の別の例を示す図、(b)検査対象ビットが8ビットのときの検査値の別の例を示す図。(A) The figure which shows another example of the test value when a test object bit is 4 bits, (b) The figure which shows another example of the test value when a test object bit is 8 bits.

自動車等のハンドル操作をアシストするための電動パワーステアリング装置に本発明の電子装置(以下「ECU」という)を適用した実施形態を図面に基づいて説明する。
(一実施形態)
図1は、電動パワーステアリング装置を備えたステアリングシステムの全体構成を示す。ステアリングシステム90に備えられる電動パワーステアリング装置1は、ハンドル91に接続されたステアリングシャフト92に操舵トルクを検出するためのトルクセンサ94を設置している。
ステアリングシャフト92の先端にはピニオンギア96が設けられており、ピニオンギア96はラック軸97に噛み合っている。ラック軸97の両端には、タイロッド等を介して一対の車輪98が回転可能に連結されている。
An embodiment in which an electronic device (hereinafter referred to as “ECU”) of the present invention is applied to an electric power steering device for assisting steering operation of an automobile or the like will be described with reference to the drawings.
(One embodiment)
FIG. 1 shows the overall configuration of a steering system provided with an electric power steering device. In the electric power steering apparatus 1 provided in the steering system 90, a torque sensor 94 for detecting a steering torque is installed on a steering shaft 92 connected to a handle 91.
A pinion gear 96 is provided at the tip of the steering shaft 92, and the pinion gear 96 meshes with the rack shaft 97. A pair of wheels 98 are rotatably connected to both ends of the rack shaft 97 via tie rods or the like.

これにより、運転者がハンドル91を回転させると、ハンドル91に接続されたステアリングシャフト92が回転し、ステアリングシャフト92の回転運動は、ピニオンギア96によってラック軸97の直線運動に変換され、ラック軸97の直線運動変位に応じた角度について一対の車輪98が操舵される。   As a result, when the driver rotates the handle 91, the steering shaft 92 connected to the handle 91 rotates, and the rotational motion of the steering shaft 92 is converted into the linear motion of the rack shaft 97 by the pinion gear 96. The pair of wheels 98 are steered at an angle corresponding to 97 linear motion displacement.

電動パワーステアリング装置1は、操舵アシストトルクを発生するモータ80、モータ80の回転を減速してステアリングシャフト92に伝える「動力伝達手段」としての減速ギア89、及び、モータ駆動装置2を備える。モータ80は3相ブラシレスモータであり、減速ギア89を正逆回転させる。モータ駆動装置2は、ECU10を備える。モータ駆動装置2は、また、モータ80の回転角を検出する回転角センサ85、上述のトルクセンサ94、車速を検出する車速センサ95を含む。
この構成により、電動パワーステアリング装置1は、ハンドル91の操舵を補助するための操舵アシストトルクを発生し、ステアリングシャフト92に伝達する。
The electric power steering apparatus 1 includes a motor 80 that generates steering assist torque, a reduction gear 89 as a “power transmission unit” that decelerates rotation of the motor 80 and transmits the rotation to the steering shaft 92, and the motor driving apparatus 2. The motor 80 is a three-phase brushless motor, and rotates the reduction gear 89 forward and backward. The motor drive device 2 includes an ECU 10. The motor drive device 2 also includes a rotation angle sensor 85 that detects the rotation angle of the motor 80, the above-described torque sensor 94, and a vehicle speed sensor 95 that detects the vehicle speed.
With this configuration, the electric power steering apparatus 1 generates a steering assist torque for assisting the steering of the handle 91 and transmits the steering assist torque to the steering shaft 92.

図2にECUのシステム概略図を示す。ECU10は、マイクロコンピュータ(以下「マイコン」という)11、入力回路16および出力回路17を備えている。
マイコン11は、CPU(中央演算処理装置)12、ROM13、RAM14およびI/O15を備えている。CPU12は、ROM13から読み出した値と正解値との比較などの演算を実行する。ROM13内部のROM領域13aは、アドレスバス検査用正解値Vtを格納する。RAM14内部のデータバス検査用領域14dは、任意のアドレスに配置されたRAM領域である。データバス22がNビットの場合、データバス検査用領域14dは、最低(N/8)バイトの領域である。
FIG. 2 shows a schematic system diagram of the ECU. The ECU 10 includes a microcomputer (hereinafter referred to as “microcomputer”) 11, an input circuit 16, and an output circuit 17.
The microcomputer 11 includes a CPU (Central Processing Unit) 12, a ROM 13, a RAM 14, and an I / O 15. The CPU 12 executes operations such as comparison between the value read from the ROM 13 and the correct value. The ROM area 13a in the ROM 13 stores an address bus check correct value Vt. The data bus inspection area 14d in the RAM 14 is a RAM area arranged at an arbitrary address. When the data bus 22 has N bits, the data bus inspection area 14d is an area of at least (N / 8) bytes.

I/O15は、入力回路16および出力回路17との間で信号をやり取りする。
入力回路16は、マイコン11の制御の条件とするための各種センサからの信号を入力する。出力回路17は、マイコン11の制御に応じてアクチュエータを駆動する。
本実施形態では、入力回路16は、上述の回転角センサ85、トルクセンサ94および車速センサ95からの信号を入力し、出力回路17は、マイコン11の制御に応じてモータ80を駆動する。
The I / O 15 exchanges signals with the input circuit 16 and the output circuit 17.
The input circuit 16 inputs signals from various sensors for making the microcomputer 11 control conditions. The output circuit 17 drives the actuator according to the control of the microcomputer 11.
In the present embodiment, the input circuit 16 inputs signals from the rotation angle sensor 85, the torque sensor 94 and the vehicle speed sensor 95 described above, and the output circuit 17 drives the motor 80 in accordance with the control of the microcomputer 11.

アドレスバス21は、CPU12とROM13、及び、CPU12とRAM14とを接続し、書き込みおよび読み込みアドレスを指定する。
データバス22は、CPU12とROM13、及び、CPU12とRAM14とを接続し、書き込みおよび読み込みデータを指定または取得する。
アドレスバス21、データバス22は、いずれも複数のバスラインから構成される。バスラインの数は、一般に2n(4、8、16、32・・・)であり、伝送されるアドレスまたはデータのビット数に対応する。
The address bus 21 connects the CPU 12 and the ROM 13 and the CPU 12 and the RAM 14 and designates write and read addresses.
The data bus 22 connects the CPU 12 and the ROM 13, and the CPU 12 and the RAM 14, and designates or acquires write and read data.
Each of the address bus 21 and the data bus 22 includes a plurality of bus lines. The number of bus lines is generally 2 n (4, 8, 16, 32...) And corresponds to the number of addresses or data bits to be transmitted.

次に、一実施形態のECU10においてCPU12が実行する処理について図3、図4のフローチャートを参照して説明する。以下のフローチャートの説明で、記号Sは「ステップ」を示す。   Next, processing executed by the CPU 12 in the ECU 10 according to the embodiment will be described with reference to the flowcharts of FIGS. 3 and 4. In the following description of the flowchart, the symbol S indicates “step”.

図3は、アドレスバス21の故障を検出するフローチャートである。
S11では、アドレスバス検査用アドレスAdによって指定されるROM領域13aから値を読み出す。S12では、読み出した値から判定値Vjを計算する。例えば、チェックサムを計算したり、生成多項式を用いてCRCを計算したりする。あるいは、読み出した値に1を乗じることで読み出した値そのものを判定値Vjとしてもよい。
なお、チェックサムは、異なるアドレスから取得した値の同一ビット値が入れ替わった値となる故障モードがシステムにとって問題とならない場合に使用することが好ましい。
FIG. 3 is a flowchart for detecting a failure in the address bus 21.
In S11, a value is read from the ROM area 13a specified by the address bus check address Ad. In S12, a determination value Vj is calculated from the read value. For example, a checksum is calculated, or a CRC is calculated using a generator polynomial. Alternatively, the read value itself by multiplying the read value by 1 may be used as the determination value Vj.
The checksum is preferably used when a failure mode in which the same bit value obtained from different addresses is replaced does not cause a problem for the system.

S13では、判定値Vjと予め計算されたアドレスバス検査用正解値Vtとを比較し、一致しているか否かを判断する。YESの場合、S14にてアドレスバス21が正常と判定し、NOの場合、S15にてアドレスバス21が故障していると判定する。
アドレスバス検査用正解値Vtは、アドレスバス21の故障検出に必要十分なROM値から求めた正解値である。なお、正解値Vtは、アドレスバス21の故障検出に必要最低限で足り、全ROM領域について用意される必要はない。
In S13, the determination value Vj and the address bus check correct value Vt calculated in advance are compared to determine whether or not they match. If YES, it is determined in S14 that the address bus 21 is normal, and if NO, it is determined in S15 that the address bus 21 has failed.
The correct value Vt for the address bus check is a correct value obtained from the ROM value necessary and sufficient for detecting the failure of the address bus 21. The correct answer value Vt is sufficient for detecting the failure of the address bus 21, and need not be prepared for all ROM areas.

アドレスバス21に故障が発生した場合、S11で、誤ったアドレスの値を読み出すこととなるため、判定値Vjと正解値Vtとが一致しない。したがって、図3のフローにより、アドレスバス21の故障を検出することができる。   If a failure occurs in the address bus 21, an incorrect address value is read in S 11, and therefore the determination value Vj and the correct value Vt do not match. Therefore, the failure of the address bus 21 can be detected by the flow of FIG.

図4は、データバス22の故障を検出するフローチャートである。
S21では、RAM14のデータバス検査用領域14dにデータバス検査値Mdを書き込む。S22では、データバス検査用領域14dから値を読み出す。S23では、S22で読み出した読み出し値MrとS21で書き込んだ検査値Mdとを比較し、一致しているか否かを判断する。YESの場合、S24にてデータバス22が正常と判定し、NOの場合、S25にてデータバス22が故障していると判定する。
FIG. 4 is a flowchart for detecting a failure in the data bus 22.
In S21, the data bus inspection value Md is written in the data bus inspection area 14d of the RAM 14. In S22, a value is read from the data bus inspection area 14d. In S23, the read value Mr read in S22 and the inspection value Md written in S21 are compared to determine whether or not they match. If YES, it is determined in S24 that the data bus 22 is normal, and if NO, it is determined in S25 that the data bus 22 has failed.

データバス22に故障が発生した場合、データの書き込みおよび読み出しを行うことができないため、書き込んだ値と読み出した値とが一致しない。したがって、図4のフローにより、データバス22の故障を検出することができる。   When a failure occurs in the data bus 22, data cannot be written or read, so the written value does not match the read value. Therefore, the failure of the data bus 22 can be detected by the flow of FIG.

本発明は、上述のアドレスバス検査用アドレスAdまたはデータバス検査値Mdの選定要件に特徴を有する。アドレスバス検査用アドレスAdまたはデータバス検査値Mdは、いずれも、検査対象とするバスラインの数に応じて複数個選定される。アドレスバス21の故障検出におけるアドレスバス検査用アドレスAdの選定と、データバス22の故障検出におけるデータバス検査値Mdの選定との考え方は同じであるので、以下、「複数のアドレスバス検査用アドレスAdまたは複数のデータバス検査値Md」をまとめて「複数の検査値D」という。
本発明は、特徴ある要件によって複数の検査値Dを選定することで、故障検出のための検査値Dの数を最小限とし、ECU10の処理負荷を低減し処理速度を向上することを目的とするものである。
The present invention is characterized by the selection requirement of the address bus inspection address Ad or the data bus inspection value Md. A plurality of address bus test addresses Ad or data bus test values Md are selected according to the number of bus lines to be tested. The selection of the address bus inspection address Ad in the failure detection of the address bus 21 and the selection of the data bus inspection value Md in the failure detection of the data bus 22 are the same. “Ad or a plurality of data bus inspection values Md” are collectively referred to as “a plurality of inspection values D”.
An object of the present invention is to minimize the number of inspection values D for detecting a failure, reduce the processing load on the ECU 10, and improve the processing speed by selecting a plurality of inspection values D according to characteristic requirements. To do.

ここで、バスラインの故障の3つの類型について説明する。
1)0固着故障
バスラインに該当するビットの値が本来1であるべきところ0に固着する故障をいう。地絡故障、または断線したときビットの値が0となる場合の断線故障がこれに相当する。
2)1固着故障
バスラインに該当するビットの値が本来0であるべきところ1に固着する故障をいう。天絡故障、または断線したときビットの値が1となる場合の断線故障がこれに相当する。
3)短絡故障
バスラインに該当するビットの値が他のバスラインに該当するビットの値と同じになる故障、すなわち、2つのバスライン間で互いに異なる値を維持することができなくなる故障をいう。バスライン同士の短絡による故障がこれに相当する。
Here, three types of bus line failures will be described.
1) 0 stuck fault This is a fault stuck to 0 where the value of the bit corresponding to the bus line should originally be 1. This is equivalent to a ground fault or a disconnection fault when the bit value is 0 when a disconnection occurs.
2) 1 stuck fault This is a fault stuck to 1 where the value of the bit corresponding to the bus line should be 0. This is a power failure or a disconnection failure when the bit value is 1 when the disconnection occurs.
3) Short circuit failure A failure in which the value of a bit corresponding to a bus line is the same as the value of a bit corresponding to another bus line, that is, a failure in which different values cannot be maintained between two bus lines. . A failure due to a short circuit between the bus lines corresponds to this.

これらの故障を検出するための検査値Dの要件は、以下のようである。
1)0固着故障に対し、検査対象となるバスラインに該当するビットの値を1とする。
2)1固着故障に対し、検査対象となるバスラインに該当するビットの値を0とする。
3)短絡故障に対し、検査対象となるバスラインに該当するビットの値を、他のバスラインに該当するビットの値と異なる値とする。すなわち、検査対象のビットの値が0で他のビットの値が1、または、検査対象のビットの値が1で他のビットの値が0となる組合せを全ビットについて構築する。この短絡判定の組合せの数は、全ビットから2つのビットを選ぶ組合せの数である。全ビット数をNビットとすれば、複数の検査値DがN2とおりの組合せを構築する必要がある。
The requirements of the inspection value D for detecting these failures are as follows.
1) The value of the bit corresponding to the bus line to be inspected is set to 1 for a 0 fixing failure.
2) The value of the bit corresponding to the bus line to be inspected is set to 0 for one fixing failure.
3) For a short circuit failure, the bit value corresponding to the bus line to be inspected is set to a value different from the bit values corresponding to other bus lines. That is, a combination in which the value of the bit to be inspected is 0 and the value of the other bit is 1 or the value of the bit to be inspected is 1 and the value of the other bit is 0 is constructed for all bits. The number of short-circuit determination combinations is the number of combinations in which two bits are selected from all bits. If the total number of bits is N bits, it is necessary to construct a combination of a plurality of inspection values D as N C 2 .

以下、検査値Dの具体例を検査対象ビット数毎に説明する。Nビットの検査値Dにおいて、最下位ビットを第0ビット、2桁目を第1ビット・・・最上位ビットを第(N−1)ビットと表す。また、16進数を表記する場合、末尾に「h」を付して示す。なお、以下に示す例はあくまで一例である。   Hereinafter, a specific example of the inspection value D will be described for each number of bits to be inspected. In the inspection value D of N bits, the least significant bit is represented as the 0th bit, the second digit is represented as the first bit, and the most significant bit is represented as the (N-1) th bit. When a hexadecimal number is expressed, “h” is added to the end. In addition, the example shown below is an example to the last.

(2ビットの参考例)
まず、検査対象ビットが2ビットの例を参考例として図5(a)に示す。この例では、検査値D自体は8ビットであるが、検査対象ビットは第0および第1ビットの2ビットのみとする。検査値Dとして01h(00000001)とFEh(11111110)の2個を用いることで、0固着故障および1固着故障を検出可能である。また、短絡判定の組合せは第0ビットと第1ビット間の1とおりであり、01hおよびFEhのいずれでも短絡故障を検出可能である。検査値の数は2個であり、従来技術との差は無い。
(2-bit reference example)
First, FIG. 5A shows an example in which the inspection target bit is 2 bits as a reference example. In this example, the inspection value D itself is 8 bits, but the inspection object bits are only 2 bits of the 0th and 1st bits. By using two of 01h (00000001) and FEh (11111110) as the inspection value D, it is possible to detect the 0 fixing failure and the 1 fixing failure. Further, there are one combination of short circuit determinations between the 0th bit and the 1st bit, and a short circuit failure can be detected by any of 01h and FEh. The number of inspection values is two, and there is no difference from the prior art.

(4ビットの例)
検査対象ビットが4ビットの例を図5(b)に示す。この例では、検査値D自体は8ビットであるが、検査対象ビットは第0〜第3ビットの4ビットのみとする。検査値Dとして、03h(00000011)、05h(00000101)、FCh(11111100)の3個を用いる。03hとFChとで0固着故障および1固着故障を検出可能である。また、短絡判定の組合せは42=6とおりであり、そのうち4とおり(第0ビットと第2ビット間、第0ビットと第3ビット間、第1ビットと第2ビット間、第1ビットと第3ビット間)を03hで検出可能であり、残り2とおり(第0ビットと第1ビット間、第2ビットと第3ビット間)を05hで検出可能である。
(Example of 4 bits)
FIG. 5B shows an example in which the inspection target bits are 4 bits. In this example, the inspection value D itself is 8 bits, but the inspection object bits are only 4 bits of the 0th to 3rd bits. Three inspection values D, 03h (00000011), 05h (00000101), and FCh (11111100) are used. It is possible to detect a 0-fixation failure and a 1-fixation failure with 03h and FCh. Also, there are 4 C 2 = 6 combinations of short circuit determinations, of which 4 are (between the 0th bit and the 2nd bit, between the 0th bit and the 3rd bit, between the 1st bit and the 2nd bit, the 1st bit And the third bit) can be detected at 03h, and the remaining two (between the 0th bit and the first bit and between the second bit and the third bit) can be detected at 05h.

この場合、短絡判定のために必要な検査値Dの数は、(log24)=2個であり、そのうち1つの検査値は、0固着故障または1固着故障の一方の検出を兼ねる。そこで、0固着故障または1固着故障の他方の検出のための検出値Dをもう1つ加えることで、上記の3つの故障類型すべてを検出可能となる。よって、故障検出のための検査値Dの数は、(log24)+1=3個である。 In this case, the number of inspection values D necessary for the short-circuit determination is (log 2 4) = 2, and one inspection value also serves to detect one of the 0-fixed failure and the 1-fixed failure. Therefore, by adding another detection value D for detecting the other of the 0-fixed fault and the 1-fixed fault, it becomes possible to detect all three types of faults. Therefore, the number of inspection values D for failure detection is (log 2 4) + 1 = 3.

「全ビットのうちいずれか1ビットのみが1または0である」検査値を用いる従来技術によると、4ビットの検査には最低4個の検査値(例えば01h(00000001)、02h(00000010)、04h(00000100)、08h(00001000))が必要である。これは、1つの検査値について複数のバスラインの短絡故障を同時に検出することができないからである。本発明では、1つの検査値で複数のバスラインの短絡故障を同時に検出することができるため、検査値の数を低減することができる。   According to the prior art using a test value “only one of all bits is 1 or 0”, a 4-bit test has a minimum of four test values (for example, 01h (00000001), 02h (00000010), 04h (00000100), 08h (00001000)). This is because short circuit faults of a plurality of bus lines cannot be simultaneously detected for one inspection value. In the present invention, a single inspection value can simultaneously detect a short-circuit failure of a plurality of bus lines, so the number of inspection values can be reduced.

(8ビットの例)
検査対象ビットが8ビットの例を図5(c)に示す。この例では、検査値Dとして、0Fh(00001111)、33h(00110011)、55h(01010101)、F0h(11110000)の4個を用いる。0FhとF0hで0固着故障および1固着故障を検出可能である。また、短絡判定の組合せは=28とおりであり、そのうち16とおりを0Fhで検出可能であり、重複する組合せを除く8とおりを33hで検出可能であり、残り4とおりを55hで検出可能である。
(Example of 8 bits)
An example in which the inspection target bits are 8 bits is shown in FIG. In this example, four values of 0Fh (00001111), 33h (00110011), 55h (01010101), and F0h (11110000) are used as the inspection value D. It is possible to detect 0 fixing failure and 1 fixing failure at 0Fh and F0h. In addition, there are 8 C 2 = 28 combinations for short circuit determination, 16 of which can be detected at 0Fh, 8 other than overlapping combinations can be detected at 33h, and the remaining 4 can be detected at 55h. It is.

この場合、短絡判定のために必要な検査値Dの数は、(log28)=3個であり、故障検出のための検査値Dの数は、(log28)+1=4個である。
従来技術によると8ビットの検査には最低8個の検査値が必要であるので、本発明により検査値の数を半分に低減することができる。
In this case, the number of inspection values D required for short circuit determination is (log 2 8) = 3, and the number of inspection values D for failure detection is (log 2 8) + 1 = 4. is there.
According to the prior art, an 8-bit inspection requires a minimum of 8 inspection values, so that the number of inspection values can be reduced by half according to the present invention.

図6は、アドレスバス21の故障検出の場合のROM領域13aにおける上記の検査値Dすなわちアドレスバス検査用アドレスAdを模式的に示した図である。この例では、ROM領域に8ビットすなわち1バイトのアドレスを最大28=256バイト記憶可能である。ROM領域の行は第0〜第3ビットの値に対応し、ROM領域の列は第4〜第7ビットの値に対応する。また、仮に、FCh〜FFhの4アドレスをアドレスバス検査用正解値Vtとして示しているが、アドレスバス検査用正解値Vtの配置は任意である。 FIG. 6 is a diagram schematically showing the inspection value D, that is, the address bus inspection address Ad in the ROM area 13a in the case where the failure of the address bus 21 is detected. In this example, an address of 8 bits, that is, 1 byte can be stored in the ROM area up to 2 8 = 256 bytes. The ROM area rows correspond to the values of the 0th to 3rd bits, and the ROM area columns correspond to the values of the 4th to 7th bits. In addition, although the four addresses FCh to FFh are shown as the correct value Vt for the address bus check, the arrangement of the correct value Vt for the address bus check is arbitrary.

ところで、ROM領域の最大値域であるFFh付近のアドレスはデバイス固有の禁止領域とされる場合があるため、アドレスバス検査用アドレスAdとして使用を避けることが望ましい。しかし、従来技術によると、第0ビットのみが0の値を取るFEh(11111110)の値を使用せざるを得なかった。本発明では、アドレスバス検査用アドレスAdの選択の自由度が高いため、FEhのように禁止領域に含まれやすいアドレスを避けることが容易となる。   By the way, since the address in the vicinity of FFh, which is the maximum value area of the ROM area, may be a prohibited area specific to the device, it is desirable to avoid use as the address Ad for address bus inspection. However, according to the prior art, the value of FEh (11111110) in which only the 0th bit takes a value of 0 has to be used. In the present invention, since the degree of freedom in selecting the address bus inspection address Ad is high, it is easy to avoid an address that is likely to be included in the prohibited area, such as FEh.

(16ビットの例)
検査対象ビットが16ビットの例を図7に示す。この例では、検査値Dとして、00FFh、0F0Fh、3333h、5555h、FF00h(2進数表記は省略する)の5個を用いる。00FFhとFF00hとで0固着故障および1固着故障を検出可能である。また、短絡判定の組合せは162=120とおりであり、そのうち64とおりを00FFhで検出可能であり、重複する組合せを除く32とおりを0F0Fhで検出可能であり、さらに重複する組合せを除く16とおりを3333hで検出可能であり、残り8とおりを5555hで検出可能である。
(Example of 16 bits)
FIG. 7 shows an example in which the inspection target bits are 16 bits. In this example, five inspection values D of 00FFh, 0F0Fh, 3333h, 5555h, and FF00h (binary notation is omitted) are used. 00FFh and FF00h can detect 0-fixation failure and 1-fixation failure. Moreover, there are 16 C 2 = 120 combinations for short circuit determination, 64 of which can be detected with 00FFh, 32 with the exception of overlapping combinations can be detected with 0F0Fh, and 16 with the exception of overlapping combinations Can be detected at 3333h, and the remaining 8 patterns can be detected at 5555h.

この場合、短絡判定のために必要な検査値Dの数は、(log216)=4個であり、故障検出のための検査値Dの数は、(log216)+1=5個である。
従来技術によると16ビットの検査には最低16個の検査値が必要であるので、本発明により検査値の数を約30%に低減することができる。
In this case, the number of inspection values D necessary for short circuit determination is (log 2 16) = 4, and the number of inspection values D for failure detection is (log 2 16) + 1 = 5. is there.
According to the prior art, 16-bit inspection requires at least 16 inspection values, so that the number of inspection values can be reduced to about 30% according to the present invention.

(32ビットの例)
検査対象ビットが32ビットの例を図8に示す。この例では、検査値Dとして、0000FFFFh、00FF00FFh、0F0F0F0Fh、33333333h、55555555h、FFFF0000h(2進数表記は省略する)の6個を用いる。00FFhとFF00hとで0固着故障および1固着故障を検出可能である。また、短絡判定の組合せは322=496とおりであり、そのうち256とおりを0000FFFFhで検出可能であり、128とおりを00FF00FFhで検出可能であり、重複する組合せを除く64とおりを0F0F0F0Fhで検出可能であり、さらに重複する組合せを除く32とおりを33333333hで検出可能であり、残り16とおりを55555555hで検出可能である。
(32-bit example)
An example in which the inspection target bits are 32 bits is shown in FIG. In this example, six inspection values D of 0000FFFFh, 00FF00FFh, 0F0F0F0Fh, 3333333h, 5555555h, and FFFF0000h (binary notation is omitted) are used. 00FFh and FF00h can detect 0-fixation failure and 1-fixation failure. Also, there are 32 C 2 = 496 combinations of short circuit determinations, 256 of which can be detected with 0000FFFFh, 128 of which can be detected with 00FF00FFh, and 64 with the exception of overlapping combinations which can be detected with 0F0F0F0Fh. In addition, 32 patterns excluding overlapping combinations can be detected by 33333333h, and the remaining 16 patterns can be detected by 555555555h.

この場合、短絡判定のために必要な検査値Dの数は、(log232)=5個であり、故障検出のための検査値Dの数は、(log232)+1=6個である。
従来技術によると32ビットの検査には最低32個の検査値が必要であるので、本発明により検査値の数を20%以下に低減することができる。
In this case, the number of inspection values D required for short circuit determination is (log 2 32) = 5, and the number of inspection values D for failure detection is (log 2 32) + 1 = 6. is there.
According to the prior art, a minimum of 32 inspection values are required for the 32-bit inspection, and therefore the number of inspection values can be reduced to 20% or less according to the present invention.

このように、従来技術では、検査値の数が検査対象ビットに比例して増加するのに対し、本発明では、検査値Dの数は、検査対象ビット数の対数に定数1を加えたものであるため、ビット数が増加するほど検査値の数を大幅に低減することができる。したがって、故障検出に係るECU10の処理負荷を低減し、処理速度を向上することができる。   Thus, in the prior art, the number of inspection values increases in proportion to the number of inspection target bits, whereas in the present invention, the number of inspection values D is obtained by adding a constant 1 to the logarithm of the number of inspection target bits. Therefore, the number of inspection values can be greatly reduced as the number of bits increases. Therefore, it is possible to reduce the processing load on the ECU 10 related to failure detection and improve the processing speed.

また従来技術では、検査値の増大によるECUの処理負荷を軽減するため、読み出し値に基づいてチェックサムを算出する方式を取らざるを得なかった。そのため、異なるアドレスから取得した値の同一ビット値が入れ替わった値となる場合には故障を検出することができなかった。それに対し、本発明では、検査値Dの数を低減しECU10の処理負荷を低減することができる。したがって、チェックサムのような信頼性の低い手法に拠ることなく、読み出し値をそのまま正解値と比較したり生成多項式によりCRCを算出したりすることが現実的なメモリ容量の範囲で可能となる。よって、より信頼性の高い処理を実行することができる。   Further, in the prior art, in order to reduce the processing load on the ECU due to an increase in the inspection value, a method for calculating the checksum based on the read value has to be taken. For this reason, a failure cannot be detected when the same bit value obtained from a different address is replaced. On the other hand, in the present invention, the number of inspection values D can be reduced and the processing load on the ECU 10 can be reduced. Accordingly, it is possible to compare the read value with the correct value as it is or calculate the CRC by a generator polynomial within a practical memory capacity range without using a low-reliability method such as checksum. Therefore, more reliable processing can be executed.

例えば、ECU10が電動パワーステアリング装置1に適用される場合、故障を早期に検出し迅速かつ的確な処理を実行することができ、信頼性の高い電動パワーステアリング装置を実現することができる。   For example, when the ECU 10 is applied to the electric power steering apparatus 1, it is possible to detect a failure at an early stage, execute a quick and accurate process, and realize an electric power steering apparatus with high reliability.

(検査値をビット反転値のペアで構成する例)
上記の例が検査値Dの数を最小限とする例であるのに対し、ここでは、上記の例に基づく最小数の検査値に他の検査値を追加することで別の付加価値を作出する例を説明する。
図9(a)に示す例は、検査対象ビット数が4ビットのとき、第1実施例(図5(b)参照)の検査値Dに対して、3番目にFAh(11111010)を追加している。このFAhは、2番目の05h(00000101)の各ビットの0の値を1に、1の値を0に反転させた値である。すなわち、FAhと05hとは、各ビットの値を反転させたペアの関係にある。なお、1番目の03hと4番目のFChとは、やはり、各ビットの値を反転させたペアの関係にある。
(Example of configuring test values with bit-inverted value pairs)
While the above example is an example of minimizing the number of inspection values D, here another value is created by adding other inspection values to the minimum number of inspection values based on the above example. An example will be described.
In the example shown in FIG. 9A, when the number of bits to be inspected is 4, the FAh (11111010) is added third to the inspection value D in the first embodiment (see FIG. 5B). ing. This FAh is a value obtained by inverting the 0 value of each bit of the second 05h (00000101) to 1 and the 1 value to 0. That is, FAh and 05h are in a pair relationship in which the value of each bit is inverted. Note that the first 03h and the fourth FCh are in a pair relationship in which the value of each bit is inverted.

こうすることで、4個の検査値により各ビットに0の値と1の値とが2個ずつ均等に割り当てられる。そのため、1回の処理における0固着故障に対する判定回数と1固着故障に対する判定回数とが同数となる。よって、判定エラーに対する信頼性が向上する。
また、ビットの値が1のときバスラインに電流が流れ、ビットの値が0のときバスラインに電流が流れないというような物理的動作が行われる場合、各バスラインの負荷を均等にすることで発熱等の偏りを抑制することができる。
By doing so, two values of 0 and 1 are equally assigned to each bit by the four test values. For this reason, the number of determinations for a zero-fixed fault and the number of determinations for a single-fixed fault in one process are the same. Therefore, the reliability with respect to the determination error is improved.
Further, when a physical operation is performed in which a current flows through the bus line when the bit value is 1 and no current flows through the bus line when the bit value is 0, the load on each bus line is equalized. Thus, it is possible to suppress bias such as heat generation.

図9(b)に示す例は、検査対象ビット数が8ビットのとき、第2実施例(図5(c)参照)の検査値Dに対して、4番目にAAh(10101010)を追加し、5番目にCCh(11001100)を追加している。AAhは、3番目の55h(01010101)と各ビットの値を反転させたペアの関係にあり、CChは、2番目の33h(00110011)と各ビットの値を反転させたペアの関係にある。この場合も上記と同様の効果を奏する。   In the example shown in FIG. 9B, when the number of bits to be inspected is 8 bits, AAh (10101010) is added fourth to the inspection value D in the second embodiment (see FIG. 5C). Fifth, CCh (11001100) is added. AAh is in the relationship of the third 55h (01010101) and the pair in which the value of each bit is inverted, and CCh is in the relationship of the second 33h (00110011) and the pair in which the value of each bit is inverted. In this case, the same effect as described above can be obtained.

この例では、検査対象ビット数が4ビットの場合、検査値の数が4個となり、従来技術による検査値の数と変わらなくなる。しかし、検査対象ビット数が8ビットの場合、検査値の数は6個となり、従来技術の8個に対して依然低減している。さらに検査対象ビット数が増加するほど、各ビットの値を反転させた検査値を追加したとしても、従来技術に対して検査値の数を充分に低減することができる。   In this example, when the number of bits to be inspected is 4, the number of inspection values is 4, which is the same as the number of inspection values according to the prior art. However, when the number of bits to be inspected is 8 bits, the number of inspection values is 6, which is still reduced compared to 8 in the prior art. Further, as the number of bits to be inspected increases, the number of inspection values can be sufficiently reduced as compared with the prior art even if an inspection value obtained by inverting the value of each bit is added.

(その他の実施形態)
(ア)上記の実施形態では、データバス22については、RAM14のデータバス検査用領域14dにデータバス検査値Mdを書き込み、データバス検査用領域14dから読み出した読み出し値Mrとデータバス検査値Mdを比較することで故障検出する。
これに限らず、データバス22についてもアドレスバス21と同様に、ROM領域13aから読み出した値から計算した判定値と予め計算されたデータバス検査用正解値とを比較することで故障検出するようにしてもよい。
(Other embodiments)
(A) In the above embodiment, for the data bus 22, the data bus test value Md is written to the data bus test area 14d of the RAM 14, and the read value Mr and the data bus test value Md read from the data bus test area 14d are written. The failure is detected by comparing
Not only this, but the data bus 22 is also detected in the same way as the address bus 21 by comparing the judgment value calculated from the value read from the ROM area 13a with the data bus check correct value calculated in advance. It may be.

(イ)本発明の電子装置は、電動パワーステアリング装置の他、例えば、VGRS(ギア比可変ステアリング)、ARS(アクティブリアステアリング)等、様々な用途に適用することができる。   (B) In addition to the electric power steering device, the electronic device of the present invention can be applied to various applications such as VGRS (gear ratio variable steering) and ARS (active rear steering).

以上、本発明はこのような実施形態に限定されるものではなく、発明の趣旨を逸脱しない範囲において、種々の形態で実施することができる。   As mentioned above, this invention is not limited to such embodiment, In the range which does not deviate from the meaning of invention, it can implement with a various form.

1 ・・・電動パワーステアリング装置、
2 ・・・モータ駆動装置、
10 ・・・ECU(電子装置)、
11 ・・・マイコン、
12 ・・・CPU、
13 ・・・ROM、
13a ・・・ROM領域、
14 ・・・RAM、
14d ・・・データバス検査用領域、
15 ・・・I/O、
16 ・・・入力回路、
17 ・・・出力回路、
21 ・・・アドレスバス、
22 ・・・データバス、
D ・・・検査値、
Ad ・・・アドレスバス検査用アドレス、
Vj ・・・判定値、
Vt ・・・(アドレスバス検査用)正解値、
Md ・・・データバス検査値、
Mr ・・・読み出し値。
1 ... Electric power steering device,
2 ... Motor drive device,
10: ECU (electronic device),
11: Microcomputer,
12 ... CPU,
13 ... ROM,
13a ... ROM area,
14 ... RAM,
14d ... Data bus inspection area,
15 ... I / O,
16 ・ ・ ・ Input circuit,
17... Output circuit,
21 ... Address bus,
22 ・ ・ ・ Data bus,
D: Inspection value,
Ad: Address bus inspection address,
Vj ... judgment value,
Vt ... (for address bus check) correct value,
Md: Data bus inspection value,
Mr: Read value.

Claims (4)

CPUと、ROMと、前記CPUと前記ROMとを接続しアドレスを伝送する4つ以上のバスラインからなるアドレスバスと、を備え、
前記CPUは、複数のアドレスバス検査用アドレスによって指定されるROM領域から読み出した値から計算した判定値と予め算出されたアドレスバス検査用正解値とを比較して一致しない場合、前記アドレスバスが故障していると判定し、
前記複数のアドレスバス検査用アドレスは、4つ以上のバスラインに対応する4ビット以上の値であって、2ビット以上の0の値と2ビット以上の1の値とを有する値を含み、検査対象のバスラインに該当するビットと検査対象以外のバスラインに該当するビットとが互いに異なる値を維持しているか否かを判定することにより、検査対象のバスラインを含む複数のバスライン間の短絡故障を同時に検出可能であり、
且つ、前記複数のアドレスバス検査用アドレスとして、
検査対象のバスラインに該当するビットの値が1となる値を用いて、前記アドレスバスのバスラインに該当するビットの値が本来1であるべきところ0に固着する故障である0固着故障を検出可能であり、
検査対象のバスラインに該当するビットの値が0となる値を用いて、前記アドレスバスのバスラインに該当するビットの値が本来0であるべきところ1に固着する故障である1固着故障を検出可能であり、
前記短絡故障の検出に用いる前記複数のアドレスバス検査用アドレスは、N個のバスラインに対応するNビットの値であって、(N/2)ビットの0の値と(N/2)ビットの1の値とを有する値を(log N)個とし、前記短絡故障の検出に用いる前記複数のアドレスバス検査用アドレスの数を最小限にすることを特徴とする電子装置。
A CPU, a ROM, and an address bus composed of four or more bus lines for connecting the CPU and the ROM and transmitting addresses;
The CPU compares the judgment value calculated from the value read from the ROM area specified by the plurality of address bus test addresses with a pre-calculated correct value for the address bus test, and if the address bus does not match, Judge that it is broken,
The plurality of address bus test addresses include a value of 4 bits or more corresponding to 4 or more bus lines, a value having a value of 0 of 2 bits or more and a value of 1 of 2 bits or more, By determining whether or not the bit corresponding to the bus line to be inspected and the bit corresponding to the bus line other than the inspection target maintain different values, a plurality of bus lines including the bus line to be inspected are determined. Can be detected at the same time,
And, as the plurality of address bus inspection addresses,
Using a value that makes the value of the bit corresponding to the bus line to be inspected as 1, the 0 fixed failure that is a failure fixed to 0 where the value of the bit corresponding to the bus line of the address bus should be originally 1 Is detectable,
Using a value with which the value of the bit corresponding to the bus line to be inspected is 0, a 1 fixed failure, which is a failure that is fixed to 1 where the value of the bit corresponding to the bus line of the address bus is supposed to be 0 Ri detectable der,
The plurality of address bus test addresses used for detecting the short-circuit failure are N-bit values corresponding to N bus lines, and are (N / 2) -bit 0 values and (N / 2) -bits. And (log 2 N) values having a value of 1, and the number of the plurality of address bus test addresses used for detecting the short-circuit fault is minimized .
CPUと、ROMと、前記CPUと前記ROMとを接続しデータを伝送する4つ以上のバスラインからなるデータバスと、を備え、
前記CPUは、前記ROMのROM領域から読み出した複数のデータバス検査値から計算した判定値と予め算出されたデータバス検査用正解値とを比較して一致しない場合、前記データバスが故障していると判定し、
前記複数のデータバス検査値は、4つ以上のバスラインに対応する4ビット以上の値であって、2ビット以上の0の値と2ビット以上の1の値とを有する値を含み、検査対象のバスラインに該当するビットと検査対象以外のバスラインに該当するビットとが互いに異なる値を維持しているか否かを判定することにより、検査対象のバスラインを含む複数のバスライン間の短絡故障を同時に検出可能であり、
且つ、前記複数のデータバス検査値として、
検査対象のバスラインに該当するビットの値が1となる値を用いて、前記データバスのバスラインに該当するビットの値が本来1であるべきところ0に固着する故障である0固着故障を検出可能であり、
検査対象のバスラインに該当するビットの値が0となる値を用いて、前記データバスのバスラインに該当するビットの値が本来0であるべきところ1に固着する故障である1固着故障を検出可能であり、
前記短絡故障の検出に用いる前記複数のデータバス検査値は、N個のバスラインに対応するNビットの値であって、(N/2)ビットの0の値と(N/2)ビットの1の値とを有する値を(log N)個とし、前記短絡故障の検出に用いる前記複数のデータバス検査値の数を最小限にすることを特徴とする電子装置。
A CPU, a ROM, and a data bus composed of four or more bus lines for connecting the CPU and the ROM and transmitting data;
The CPU compares the judgment value calculated from the plurality of data bus test values read from the ROM area of the ROM with a pre-calculated correct value for data bus test, and if the data bus fails, the data bus fails. It is determined that
The plurality of data bus test values include a value of 4 bits or more corresponding to four or more bus lines, a value having a value of 0 of 2 bits or more and a value of 1 of 2 bits or more. By determining whether the bit corresponding to the target bus line and the bit corresponding to the bus line other than the inspection target maintain different values from each other, a plurality of bus lines including the inspection target bus line are Short circuit faults can be detected at the same time,
And, as the plurality of data bus inspection values,
Using a value that makes the value of the bit corresponding to the bus line to be inspected as 1, a 0 fixed failure that is a failure fixed to 0 where the value of the bit corresponding to the bus line of the data bus is supposed to be 1 Is detectable,
By using a value in which the value of the bit corresponding to the bus line to be inspected is 0, a 1 fixed failure which is a failure fixed to 1 where the value of the bit corresponding to the bus line of the data bus should be 0 Ri detectable der,
The plurality of data bus check values used for detecting the short-circuit fault are N-bit values corresponding to N bus lines, and are (N / 2) -bit 0 values and (N / 2) -bit values. An electronic apparatus comprising: (log 2 N) values having a value of 1 and minimizing a number of the plurality of data bus test values used for detecting the short-circuit fault .
請求項またはに記載の電子装置において、
前記0固着故障及び前記1固着故障の検出に用いる前記複数のアドレスバス検査用アドレスまたは前記複数のデータバス検査値は、
前記短絡故障の検出に用いる前記複数のアドレスバス検査用アドレスまたは前記複数のデータバス検査値のうちいずれか1つの検査値、及び、その検査値の各ビットの0の値を1に、1の値を0に反転させた値の1つの検査値であることを特徴とする電子装置。
The electronic device according to claim 1 or 2 ,
The plurality of address bus test addresses or the plurality of data bus test values used for detecting the 0-fixed fault and the 1-fixed fault are:
One of the plurality of address bus test addresses or the plurality of data bus test values used for detecting the short-circuit fault, and the value of 0 of each bit of the test value is set to 1. An electronic apparatus characterized by being one inspection value obtained by inverting a value to zero.
請求項1〜のいずれか一項に記載の電子装置と、
前記電子装置によって駆動されるモータと、
前記モータの回転をステアリングシャフトに伝達する動力伝達手段と、を備え、
操舵トルクをアシストすることを特徴とする電動パワーステアリング装置。
The electronic device according to any one of claims 1 to 3 ,
A motor driven by the electronic device;
Power transmission means for transmitting the rotation of the motor to a steering shaft,
An electric power steering device that assists steering torque.
JP2010237495A 2010-10-22 2010-10-22 Electronic device and electric power steering device using the same Expired - Fee Related JP5581966B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2010237495A JP5581966B2 (en) 2010-10-22 2010-10-22 Electronic device and electric power steering device using the same
DE201110054399 DE102011054399A1 (en) 2010-10-22 2011-10-11 Electronic control unit for use in electrical servo steering device to support vehicle steering operation, has CPU testing whether bit corresponds to bus lines to be tested and bit of other lines maintain different values from each other

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010237495A JP5581966B2 (en) 2010-10-22 2010-10-22 Electronic device and electric power steering device using the same

Publications (2)

Publication Number Publication Date
JP2012089070A JP2012089070A (en) 2012-05-10
JP5581966B2 true JP5581966B2 (en) 2014-09-03

Family

ID=45923338

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010237495A Expired - Fee Related JP5581966B2 (en) 2010-10-22 2010-10-22 Electronic device and electric power steering device using the same

Country Status (2)

Country Link
JP (1) JP5581966B2 (en)
DE (1) DE102011054399A1 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2583351B2 (en) * 1990-10-08 1997-02-19 富士通株式会社 Bus line test method and apparatus for implementing the method
JPH05173900A (en) * 1991-12-19 1993-07-13 Fujitsu Ltd System for testing memory address bus
EP0913837A1 (en) * 1997-11-03 1999-05-06 Siemens Aktiengesellschaft Method for testing bus connections of read/write integrated electronic circuits, in particular memory circuits
JP2003076616A (en) * 2001-09-06 2003-03-14 Hitachi Ltd Memory bus diagnosis method, storage medium and information processor
JP2008210245A (en) * 2007-02-27 2008-09-11 Denso Corp Electronic device

Also Published As

Publication number Publication date
DE102011054399A1 (en) 2012-04-26
JP2012089070A (en) 2012-05-10

Similar Documents

Publication Publication Date Title
JP5974997B2 (en) Electronic control system
JP6078444B2 (en) Power steering device and control device for on-vehicle equipment
US7444217B2 (en) Electric power steering system
CN108027249B (en) Steering angle sensor with functional safety
US20160339946A1 (en) Sensor device and electric power steering apparatus using same
JP6345386B2 (en) Rotation angle detector
CN104169703A (en) Abnormality diagnosis device and abnormality diagnosis method for torque sensor
JP2020159994A (en) Detection unit
JP4604551B2 (en) Resolver signal arithmetic processing method and arithmetic processing apparatus
JPH08124399A (en) Semiconductor memory
JP5581966B2 (en) Electronic device and electric power steering device using the same
JP5125711B2 (en) Torque detection device and electric power steering device
US8548675B2 (en) Diagnosing system for diagnosing control device of vehicle-mounted equipment
JP2006331086A5 (en)
JP6018508B2 (en) Nonvolatile semiconductor memory device and test method thereof
US20170249210A1 (en) Memory device and memory system
JP7320122B2 (en) Electronic control device, electric power steering device, and control device for electric power steering device
JP5617776B2 (en) MEMORY CIRCUIT, MEMORY DEVICE, AND MEMORY DATA ERROR CORRECTION METHOD
US11200117B2 (en) Semiconductor memory device, controller, memory system, and operation method thereof
JP2008225675A (en) Electronic control device
JP2008210245A (en) Electronic device
WO2020170654A1 (en) Control device for vehicle-mounted equipment
JP2013120539A (en) Electronic control device and electric power steering device using the same
JP2016088208A (en) Sensor system
JP2016215875A (en) Control device for vehicle

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120209

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130523

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130618

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130729

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140128

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140423

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20140430

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: 20140617

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140630

R151 Written notification of patent or utility model registration

Ref document number: 5581966

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees