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

Resolved! Timer Output Compare example TIM_OCActive

I am using a NUCLEO-G071RB, STM32CubeIDE v1.17.0, and STM32Cube_FW_G0_V1.6.0 with patch STM32Cube_FW_G0_V1.6.2. I compiled and downloaded the timer example TIM_OCActive.Please confirm that the four output signals turn permanently active (high) after ...

Kmax18 by Senior II
  • 477 Views
  • 1 replies
  • 1 kudos

Resolved! Generated private variables in main.c

In the generated code in main.c file, there are variables that are declared as "private variables" by the software, such as "ADC_HandleTypeDef hadc1"; "TIM_HandleTypeDef htim1". Since these variables are declared only in main.c and not in main.h, doe...

neel1311 by Associate
  • 866 Views
  • 3 replies
  • 4 kudos

Context Switching Methods / CMSIS-RTOSv2

 Hello I'm developing RTOS environment of dual-core in STM32H757.Using the functions osThreadResume and osThreadSuspend now I'm programming the context swtiching.Recently, I found  a good approach : context switching using the functions osEventFlagWa...