2021-08-10 06:22 AM
I have one project built in SW4STM32. I download 1.7 stm32ide and want to start this project in stm32ide. I complete comply. It looks pretty good, the whole project use FREERTOS and tick time use timer6, when I start my program. my program trigger hardfault event and this issue is triggered in HAL_Init(); I believe the issue comes from timer 6 start up, anybody know how to fix this issue?
2021-08-10 10:43 PM
What prevents the use of printf together with st-link?