Question
Hello. I am using an STM32F407VG Discovery Board. I recently encountered a problem with the ITMdataconsole of the STM32CubeMX IDE. My problem is if I use printf using argument, it triggers HardFault exception. ( HFSR bits are also not set to any valu
This is the code I am debugging.
This is the problem I encounter. The highlighted statement is a printf statement I have used in the HardFault handler