Skip to main content
Visitor II
March 1, 2021
Question

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

  • March 1, 2021
  • 1 reply
  • 759 views

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

    This topic has been closed for replies.

    1 reply

    Visitor II
    April 1, 2021

    Hello @BMend.2​ ,

    Welcome to ST Community :)

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

    Thanks in advance.