STM32H7: How can trace/diagnose stack overflow using STM AC6 Workbench ?
Posted on April 30, 2018 at 06:19Hi 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 ...