Question
STM32H7: How can trace/diagnose stack overflow using STM AC6 Workbench ?
Posted on April 30, 2018 at 06:19
Hi All,
Recently, I am stucked in an issue where if i use 'printf('%f', num)' ( where num is float type) then system gives 'hard fault' but if i use 'printf('%d', num) ( where num is integer) then system works fine.
I don't know that how can we debug such issue in STM32 AC6 Workbench ?
Regards,
Manish
#debuging #stm32h7 #ide-debugger-eclipse