AN4989 Rev 3
61/118
AN4989
Exception handling
117
6.3.2 Cortex
®
-M3/4/7 case
For targets that support hardware division instructions, Trapping of DIV0 operation is
possible by configuring System Control Block (SCB) registers, accessible through CMSIS
library.
For example on Cortex
®
-M3:
SCB_CCR register description is provided in
.
Figure 40. Cortex
®
-M3 SCB_CCR Description
Refer to
STM32F10xxx/20xxx/21xxx/L1xxxx Cortex-M3 programming manual
(PM0056).
Setting bit 5 of SCB_CCR register
SCB->CCR |= 0x10; // enable div-by-0 trap
When Div0 occurs it is trapped in HardFault_Handler.
With breakpoint on while instruction into HardFault_Handler, CallStack point to the offended
line and SCB->CFSR register explicits the type of fault
SCB_CFSR register description is provided in
Figure 41. Cortex-M3 SCB_CFSR Description
The following sections describe the management of SCB registers as a function of the
selected IDE.
Содержание STM32 Series
Страница 46: ...Connecting to the board AN4989 46 118 AN4989 Rev 3 Figure 30 Keil hotplug step2 ...
Страница 91: ...AN4989 Rev 3 91 118 AN4989 Debug through hardware exploration 117 Figure 69 STM32F4 F7 dual MCO capabilities ...
Страница 103: ...AN4989 Rev 3 103 118 AN4989 Managing DBGMCU registers 117 Figure 78 Generator Options debug MCU in STM32CubeIDE ...