「組み込み開発の英語」の英語フレーズ
nyangailabに収録されている「組み込み開発の英語」の英語フレーズは全34件です。代表的なフレーズを紹介します。
- Can we run this on the HILS bench first?
まずHILSベンチで実行できますか?
- Is this a fail-safe or fail-operational requirement?
これはフェールセーフ要求ですか、それともフェールオペレーショナル要求ですか?
- We found the root cause during back-to-back testing.
バックトゥバックテストで根本原因が見つかりました。
- The watchdog timer reset the ECU unexpectedly.
ウォッチドッグタイマーが予期せずECUをリセットしました。
- Let's move this test case from SILS to HILS.
このテストケースをSILSからHILSへ移しましょう。
- What's causing the interrupt latency spike?
この割り込みレイテンシのスパイクの原因は何でしょうか?
- We need to update the requirement traceability matrix.
要求トレーサビリティマトリクスを更新する必要があります。
- We're cross-compiling for the target hardware this afternoon.
今日の午後、ターゲットハードウェア向けにクロスコンパイルします。
- The safety goal wasn't fully covered by the current test cases.
現在のテストケースでは安全目標が十分にカバーされていませんでした。
- Let's run an FMEA on the new sensor architecture.
新しいセンサー構成についてFMEAを実施しましょう。
- Is the redundant actuator wired to a separate power supply?
冗長側のアクチュエータは別系統の電源に接続されていますか?
- We can push this fix out as an over-the-air update.
この修正はOTAアップデートで配信できます。
- Let's check whether it's still in open-loop control at that point.
その時点でまだ開ループ制御のままかどうか確認しましょう。
- Can you prove freedom from interference between these two partitions?
この2つのパーティション間で干渉からの独立性を証明できますか?
- That looks like a common cause failure, not two independent faults.
それは2つの独立した故障ではなく、共通原因故障のように見えます。
- What's the diagnostic coverage for this safety mechanism?
この安全機構の診断カバレッジはどのくらいですか?
- We still need MC/DC coverage before this can ship.
リリース前にまだMC/DCカバレッジが必要です。
- We ended up bit-banging it since there was no free peripheral.
空いているペリフェラルがなかったので、結局ビットバンギングで実装しました。
- Add some hysteresis so the warning light doesn't flicker.
警告灯がちらつかないようにヒステリシスを追加してください。
- Did you forget the volatile keyword on that register variable?
そのレジスタ変数にvolatile修飾子を付け忘れていませんか?
- Check the linker script if the vector table isn't landing at the right address.
ベクタテーブルが正しいアドレスに配置されていなければ、リンカスクリプトを確認してください。
- We had a priority inversion because the low-priority task was holding the mutex.
低優先度タスクがミューテックスを保持していたせいで、優先度逆転が起きました。
- Which GPIO pin is the status LED wired to?
ステータスLEDはどのGPIOピンに繋がっていますか?
- Don't forget to debounce that button in software.
そのボタンはソフトウェアでチャタリング除去するのを忘れないでください。
- Let's check the signal on the oscilloscope before blaming the firmware.
ファームウェアを疑う前に、オシロスコープで信号を確認しましょう。
- I think we have a race condition between the ISR and the main loop.
割り込みハンドラ(ISR)とメインループの間で競合状態が起きていると思います。
- The device won't boot after the last firmware update.
前回のファームウェア更新後、デバイスが起動しなくなりました。
- Let's check the vector table for that fault handler.
その障害ハンドラについてベクターテーブルを確認しましょう。
- We're running low on heap space.
ヒープ領域の残りが少なくなっています。
- Double check the memory map before you write to that address.
そのアドレスに書き込む前にメモリマップを確認してください。
- The crystal oscillator might be out of spec.
水晶発振子が規格外になっているかもしれません。
- Is this platform little-endian or big-endian?
このプラットフォームはリトルエンディアンですか、それともビッグエンディアンですか。
- The stack pointer got corrupted somehow.
スタックポインタが何らかの原因で壊れてしまいました。
- Read the ADC value and convert it to voltage.
ADCの値を読み取り、電圧に変換してください。
→ フレーズ集トップ(他のシーンを見る)