The trend of science and technology is changing rapidly.

Functional Safety in BMS: Achieving ISO 26262 ASIL-B Without Over-Engineering

Insights 300

Your BMS monitors cell voltage, temperature, and current—so it’s “safe,” right? Not necessarily. A single undetected overvoltage fault can trigger thermal runaway. Yet adding triple-redundant ADCs and dual lockstep MCUs might blow your BOM by $8 and delay certification by 9 months.

The truth? Functional safety isn’t about redundancy—it’s about risk-aligned architecture. At ChipApex, we’ve helped 17 BMS teams achieve ISO 26262 ASIL-B compliance with minimal hardware overhead. In this guide, Senior FAE Mr. Hong shows how to build a proportionate safety system that passes audit—and scales to production.


Why Most BMS Designs Fail the “Safety vs. Cost” Balance

Common pitfalls:

  • “Safety = More Sensors”: Adding redundant thermistors without analyzing failure modes
  • Ignoring Common Cause Failures (CCF): Two ADCs on same die share power/ground → fail together
  • No Diagnostic Coverage Plan: Can’t prove >90% detection rate for dangerous faults
  • Treating ASIL-B as ASIL-D: Using automotive-grade everything—even for e-bike or ESS

🔍 Reality check: For a 48V energy storage system (ESS), the worst-case hazard is fire—not fatality. So ASIL-B is often sufficient, not ASIL-C/D.


Step 1: Start with the HARA (Hazard Analysis & Risk Assessment)

Don’t guess safety levels—calculate them.

表格

ParameterTypical BMS Scenario
S (Severity)S3 (life-threatening injury)
E (Exposure)E2 (probable, e.g., daily use)
C (Controllability)C2 (driver/operator may not react in time)

ASIL = ASIL-B (per ISO 26262 Table A.1)

✅ Key insight: If your system has automatic disconnect + remote monitoring, you may argue C1 → downgrades to QM or ASIL-A.


Step 2: Use ASIL Decomposition to Reduce Hardware Burden

ISO 26262 allows splitting high-ASIL requirements into lower-ASIL elements—if you manage dependencies.

Example: Cell Overvoltage Detection (Target: ASIL-B)

Instead of one ASIL-B ADC:

[Cell Voltage] ──┬──[ADC_A (ASIL-A)]──┐
                   └──[ADC_B (ASIL-A)]──┤ → Voting Logic → Safe State
                                             └──[Comparator (QM)]

Requirements:

  • ADC_A and ADC_B must be physically/electrically independent
  • Voting logic must detect mismatch >50mV within 100ms
  • Add watchdog + CRC on communication paths

Result: Achieves ASIL-B equivalent with two ASIL-A components → saves cost, simplifies supply chain.

💡 Pro tip: Use TI BQ76952 or ADI LTC6813-1—they include built-in redundancy and diagnostics for ASIL-B.


Step 3: Implement Targeted Diagnostics (Not Blanket Redundancy)

Focus on high-risk failure modes with highest probability:

Failure ModeDiagnostic StrategyCoverage
ADC drift/failureCross-check with window comparator + periodic self-test95%
Open-wire thermistorBias current + impedance check98%
Communication errorCRC + timeout + sequence number99%
MCU lockupIndependent watchdog (e.g., TPS3851)90%

✅ Total diagnostic coverage: >90% → meets ASIL-B requirement (per ISO 26262 Part 5)

Avoid: Redundant CAN transceivers (low risk), triple-core MCUs (overkill for ASIL-B).


Real Case: Cost-Optimized ASIL-B BMS for Commercial ESS

Client: 48V/100Ah lithium iron phosphate (LFP) energy storage unit
Requirement: Pass ISO 26262 ASIL-B for EU market entry
Initial design:

  • Dual Cortex-M7 MCUs (lockstep)
  • 3x redundant voltage sense paths
  • BOM cost: $22.50

Problem: Certification stalled due to inadequate FMEDA and unjustified redundancy.

Solution:

  1. Performed HARA → confirmed ASIL-B sufficient
  2. Used single ASIL-B capable MCU (Infineon AURIX™ TC212L)
  3. Implemented ASIL decomposition:
    • Primary: Integrated ADC in MCU (ASIL-B)
    • Secondary: External window comparator (TI TLV3401, QM) for overvoltage trip
  4. Added independent analog watchdog (TI TPS3851) to reset MCU on hang
  5. Generated FMEDA report showing 92% diagnostic coverage

Result:

  • Passed TÜV audit in 4 months
  • BOM reduced to $14.80
  • No compromise on safety integrity

All components sourced via ChipApex with ISO 26262 documentation.


Critical Design Rules for ASIL-B BMS

Do:

  • Isolate safety-critical signals (e.g., OV/UV trip) from non-safety I/O
  • Use hardware-based comparators for final trip decision (faster than software)
  • Perform periodic self-tests during idle (e.g., inject test voltage)
  • Document assumptions (e.g., “cell chemistry is LFP → no thermal runaway below 60°C”)

Don’t:

  • Share ADC reference voltage between safety and non-safety channels
  • Rely solely on software voting without hardware backup
  • Ignore latent faults—must detect within defined diagnostic interval (e.g., 1 hour)

⚠️ Remember: Functional safety = process + product. You need requirements traceability, change control, and validation evidence—not just circuits.


Component Selection Guide (ASIL-B Ready)

FunctionRecommended PartSafety Documentation
AFE (Analog Front End)TI BQ76952ASIL-B FMEDA, FIT rate
ADI LTC6820 + LTC6813-1Safety manual, diagnostic guide
MCUInfineon AURIX™ TC2xxISO 26262 compliant, ASIL-D capable
NXP S32K144ASIL-B support package
WatchdogTI TPS3851Independent reset, <100ms timeout
IsolationSilicon Labs Si864x5kVRMS, safety-certified

💡 Cost tip: For non-automotive (e.g., ESS), QM parts with external safety mechanisms often suffice—avoid paying for ASIL-rated silicon unnecessarily.


Common Functional Safety Myths in BMS

“If my IC says ‘ASIL-ready,’ I’m compliant.”
→ The system must be safe—not just the chip. Integration matters.

“More redundancy = higher safety.”
→ Unmanaged redundancy increases complexity → higher chance of integration errors.

“We’ll handle safety in software.”
→ Software can’t catch hardware latent faults. Need hardware-software co-diagnosis.

“ISO 26262 only applies to cars.”
→ While automotive-focused, the principles are adopted in energy storage, robotics, industrial via IEC 61508 alignment.


Final Advice from Our FAE Team

“Functional safety isn’t a barrier—it’s a framework for building trust. Start with the hazard, not the hardware. Then, add only what’s necessary to control the risk.”
Mr. Hong, Senior Field Application Engineer, ChipApex


Need Help Achieving ISO 26262 Compliance?

We provide:

  • ASIL-B ready AFEs, MCUs, isolators (TI, Infineon, ADI)
  • FMEDA templates & safety requirement frameworks
  • FAE safety review: Send us your BMS block diagram—we’ll map to ASIL-B
  • Pre-certification support: Partner with TÜV/SÜD for accelerated audit

Contact Our FAE Team


About the Author

Mr. Hong is a Senior Field Application Engineer at ChipApex with 12+ years in automotive and industrial safety systems. He holds certifications in ISO 26262 and IEC 61508, and has supported BMS teams across EV, e-mobility, and grid-scale storage projects in North America, Europe, and Asia. At ChipApex, he leads technical enablement for functional safety—from concept to certification.

The prev: The next:

Related recommendations

Expand more!