STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM12_IRQ dose not work in the HAL_TIM_PeriodElapsedCallback(htim). But it work in the TIM8_BRK_TIM12_IRQHandler(void). Let me know why it dose not work in the HAL_TIM_PeriodElapsedCallback(htim).

MCU: STM32F767FreeRTOSTIM14 (TimeBase, priority 0) -> tick count using in the HAL_TIM_PeriodElapsedCallback()TIM12 (Update Timer Interrupt call, priority 5)I configured to generate the TIM12 update interrupt and call in the ​TIM8_BRK_TIM12_IRQHandler...

pabian by Associate III
  • 460 Views
  • 0 replies
  • 0 kudos

STM32F7 + FreeRTOS + LWIP tasks disappearing

Hello, I ask for support as I do not have much experience with RTOS + LWIP implementation on STM boards. Problem: After processing TCP message, other RTOS tasks are getting killed.Program:I have made a simple program to test TCP server functionality ...

Sending and receiving data by I2C bus on STM32F401

Hello,I am trying to write software to send and receive data using I2C - communication between STM and BNO055.I have problem with that my software hangs on loops checking states on BUSY or START flags.Based on: https://www.st.com/en/embedded-softwa...

ps19 by Associate
  • 1113 Views
  • 2 replies
  • 0 kudos