Your browser does not support JavaScript! Skip to main content
Free 30-day trial DO-178C Handbook RapiCoupling Preview DO-178C Multicore Training Multicore Resources
Rapita Systems
 

Industry leading verification tools & services

Rapita Verification Suite (RVS)

  RapiTest - Unit/system testing  RapiCover - Structural coverage analysis  RapiTime - Timing analysis (inc. WCET)  RapiTask - Scheduling visualization  RapiCoverZero - Zero footprint coverage analysis  RapiTimeZero - Zero footprint timing analysis  RapiTaskZero - Zero footprint scheduling analysis  RapiCouplingPreview - DCCC analysis

Multicore Verification

  MACH178  MACH178 Foundations  Multicore Timing Solution  RapiDaemons

Engineering Services

  V&V Services  Data Coupling & Control Coupling  Object code verification  Qualification  Training  Consultancy  Tool Integration  Support

Industries

  Civil Aviation (DO-178C)   Automotive (ISO 26262)   Military & Defense   Space

Other

RTBx Mx-Suite Software licensing Product life cycle policy RVS Assurance issue policy RVS development roadmap

Latest from Rapita HQ

Latest news

SAIF Autonomy to use RVS to verify their groundbreaking AI platform
RVS 3.22 Launched
Hybrid electric pioneers, Ascendance, join Rapita Systems Trailblazer Partnership Program
Magline joins Rapita Trailblazer Partnership Program to support DO-178 Certification
View News

Latest from the Rapita blog

How to certify multicore processors - what is everyone asking?
Data Coupling Basics in DO-178C
Control Coupling Basics in DO-178C
Components in Data Coupling and Control Coupling
View Blog

Latest discovery pages

control_tower DO-278A Guidance: Introduction to RTCA DO-278 approval
Picture of a car ISO 26262
DCCC Image Data Coupling & Control Coupling
Additional Coe verification thumb Verifying additional code for DO-178C
View Discovery pages

Upcoming events

Avionics and Testing Innovations 2025
2025-05-20
DASC 2025
2025-09-14
DO-178C Multicore In-person Training (Fort Worth, TX)
2025-10-01
DO-178C Multicore In-person Training (Toulouse)
2025-11-04
View Events

Technical resources for industry professionals

Latest White papers

Mitigation of interference in multicore processors for A(M)C 20-193
Sysgo WP
Developing DO-178C and ED-12C-certifiable multicore software
DO178C Handbook
Efficient Verification Through the DO-178C Life Cycle
View White papers

Latest Videos

Rapita Systems - Safety Through Quality
Simulation for the Motorola 68020 microprocessor with Sim68020
AI-driven Requirements Traceability for Faster Testing and Certification
Multicore software verification with RVS 3.22
View Videos

Latest Case studies

GMV case study front cover
GMV verify ISO26262 automotive software with RVS
Kappa: Verifying Airborne Video Systems for Air-to-Air Refueling using RVS
Supporting DanLaw with unit testing and code coverage analysis for automotive software
View Case studies

Other Resources

 Webinars

 Brochures

 Product briefs

 Technical notes

 Research projects

 Multicore resources

Discover Rapita

Who we are

The company menu

  • About us
  • Customers
  • Distributors
  • Locations
  • Partners
  • Research projects
  • Contact us

US office

+1 248-957-9801
info@rapitasystems.com
Rapita Systems, Inc.
41131 Vincenti Ct.
Novi
MI 48375
USA

UK office

+44 (0)1904 413945
info@rapitasystems.com
Rapita Systems Ltd.
Atlas House
Osbaldwick Link Road
York, YO10 3JB
UK

Spain office

+34 93 351 02 05
info@rapitasystems.com
Rapita Systems S.L.
Parc UPC, Edificio K2M
c/ Jordi Girona, 1-3
Barcelona 08034
Spain

Working at Rapita

Careers

Careers menu

  • Current opportunities & application process
  • Working at Rapita
Back to Top Contact Us

Introduction to Data Coupling and Control Coupling for DO-178C

Breadcrumb

  1. Home
Daniel Wright
2023-10-26

"Data coupling" and "control coupling" (collectively “DCCC”) refer to the way software components interact with each other in an integrated system to perform a higher-level function. Understanding software DCCC and analyzing DCCC coverage during integration testing can help reduce development costs and risks, and DCCC analysis is required for DO-178C certification of critical avionics. Rapita Systems is developing RapiCoupling, an automation solution designed to meet the complexities of DCCC analysis for modern DO-178C software.

This is the first in a series of blogs in which we explore Data Coupling and Control Coupling (DCCC) and DCCC analysis. In this first blog, we cover what DCCC is at a high level and the DO-178C certification objectives relating to it.

DCCC at a glance

Embedded software typically comprises multiple components designed to achieve specific functionality, which are integrated with other components to perform more complex function overall. The components in a system and the expected functionality of each should be derivable from the software design, including architecture and low-level requirements.

The functionality of each component in a system is typically tested by requirements-based testing to ensure that it meets its requirements, and structural coverage analysis (usually statement coverage, decision coverage and MC/DC) ensures the sufficiency of testing within each component.

Data Coupling and Control Coupling refer to the way integrated components interact with each other. Data Coupling relates to how data is transferred between one component and another, while Control Coupling relates to how one component can affect the flow of control in another component.

Data Coupling relates to how data can be passed between components
Data Coupling relates to how data can be passed between components
Control Coupling relates to how one component can affect the execution flow in another component
Control Coupling relates to how one component can affect the execution flow in another component

We’ll cover what Data Coupling and Control Coupling are in more detail in later blogs, including more detailed examples of couplings.

As Data Coupling and Control Coupling relate to interactions between components, couplings can only be observed and verified on an integrated system. Integrated components are tested by high-level requirements-based testing, and DCCC analysis can act as a measure of the sufficiency of testing over inter-component interfaces.

Understanding DCCC and analyzing DCCC coverage during integration testing can drive project efficiency. While low-level testing can identify issues in low-level components early during the development life cycle, issues across component interfaces can only be tested after software-software or hardware-software integration. Measuring DCCC coverage during integration testing can identify potential interface issues before more expensive later stages of a project, such as flight testing.

DCCC in DO-178C

The main DO-178C objective relating to DCCC analysis is 6.4.4.d “Test coverage of software structure (data coupling and control coupling) is achieved”. This is required for DAL A-C software and required with independence for DAL A and B software.

“Data Coupling is the dependence of a software component on data not exclusively under the control of the software component.”

“Control Coupling is the manner, or degree, by which one software component influences the execution of another software component.”

CAST-19 definitions of Data Coupling and Control Coupling

The description of this objective is very similar to the objectives requiring statement and decision coverage and MC/DC to be analyzed; only the content in brackets differs between the descriptions for all of these objectives. However, while approaches for statement and decision coverage and MC/DC across the avionics industry are generally similar with minor differences, this is not the case for DCCC coverage analysis, as we’ll see in our next blog.

RapiCouplingPreview

An innovative new approach for DCCC Analysis

  • Data coupling and control coupling analysis for DO-178C
  • Configurable definition of components, interfaces and couplings
  • Process guidance to help define couplings for your project
Find out more

DO-178C includes several objectives that may relate or overlap with the DCCC coverage analysis objective. Examples include 6.3.3.b “Software Architecture is consistent” (A4-9), 6.3.4.b “Source Code complies with Architecture” (A5-2) and 6.3.4.f “Source Code is accurate and consistent” (A5-6).

Wanting to learn more about DCCC? Check out our full blog series or download our DCCC Solutions for DO-178C Product brief.

Want to stay up to date with DCCC content? Sign up to our mailing list below.

 

DO-178C webinars

DO178C webinars

White papers

Mitigation of interference in multicore processors for A(M)C 20-193
Sysgo WP Developing DO-178C and ED-12C-certifiable multicore software
DO178C Handbook Efficient Verification Through the DO-178C Life Cycle
A Commercial Solution for Safety-Critical Multicore Timing Analysis

Join our specialized mailing list to learn more about DCCC analysis

  • Solutions
    • Rapita Verification Suite
    • RapiTest
    • RapiCover
    • RapiTime
    • RapiTask
    • MACH178

    • Verification and Validation Services
    • Qualification
    • Training
    • Integration
  • Latest
  • Latest menu

    • News
    • Blog
    • Events
    • Videos
  • Downloads
  • Downloads menu

    • Brochures
    • Webinars
    • White Papers
    • Case Studies
    • Product briefs
    • Technical notes
    • Software licensing
  • Company
  • Company menu

    • About Rapita
    • Careers
    • Customers
    • Distributors
    • Industries
    • Locations
    • Partners
    • Research projects
    • Contact
  • Discover
    • Multicore Timing Analysis
    • Embedded Software Testing Tools
    • Worst Case Execution Time
    • WCET Tools
    • Code coverage for Ada, C & C++
    • MC/DC Coverage
    • Verifying additional code for DO-178C
    • Timing analysis (WCET) & Code coverage for MATLAB® Simulink®
    • Data Coupling & Control Coupling
    • Aerospace Software Testing
    • Automotive Software Testing
    • Certifying eVTOL
    • DO-178C
    • AC 20-193 and AMC 20-193
    • ISO 26262
    • What is CAST-32A?

All materials © Rapita Systems Ltd. 2025 - All rights reserved | Privacy information | Trademark notice Subscribe to our newsletter