cancel
Showing results for 
Search instead for 
Did you mean: 

Program gets stucked on the SystemConfig() function. STM32F750-DK

BMend.2
Associate

have been wanting to learn about STM32 development with Freertos, I have followed some tutorials on stm32f4 boards to read temperature from a thermistor using tasks. I am using the stm32f750-dk, For the configuration I got the clock working at 120 Mhz, and also change the system clock from systick to timer6 since the freertos will use systick. I used timer1 for a periodic delay. Also, I am using a semaphore and freeing it in the periodElapsedCallback. The problem occurs when debugging. the program just gets stucked on the systemConfigClock. It enters the Timer6 handler and it keeps looping. If I resume the programm It just jumps from the IRQHandler for TIM6 to the HardfaultHAndler. What am I doing wrong? Is this going to have implications in the freertos tasks? . for more sotfware info, I am using the HSE clock and the STM32cube IDE

1 REPLY 1

Hello @BMend.2​ ,

Welcome to ST Community 🙂

Could you please share your project zip file for further check ?

Thanks in advance.