Icebreak

Results 3 comments of Icebreak

那你应该修改 cubemx的配置 不启用生成HardFault_Handler ![image](https://user-images.githubusercontent.com/11402908/99479572-6962a000-2991-11eb-80b7-cf9dbd4bc291.png)

> void fault_test_by_div0(void) { > //volatile int *SCB_CCR = (volatile int *)0xE000ED14;// SCB->CCR > int x, y, z; > > ``` > //*SCB_CCR |= (1 > x = 10; >...