STM32CubeWBA: Real Time Debug

Revision as of 10:52, 8 November 2023 by Registered User (→‎Introduction)


Under construction.png Coming soon

1. Introduction

The STM32CubeWBA firmware provides Real Time debug capabilities. The RTDebug module is GPIO based for a minimal impact on real time timings. The module is present, by default, into the application framework.

While enabling the RTDebug module in the application, the user can choose among a various list of signals the ones it wants to monitor and what GPIO is assigned to each activated debug signal.

2. Concepts

2.1. RTDebug general overview

2.2. Debug tables mechanism

2.3. RTDebug module configuration

2.4. Default GPIO assignation

3. Interfaces

TBD.

4. How to

TBD.