STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ST-LINK debugger shows me not expected values

I try to debug how to set AZURE RTOS for 1ms tick timer. I debug this function:HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority) in file "stm32u5xx_hal_timebase_tim.c": HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority) { RCC_ClkInitTypeDef ...

tjaekel by Senior III
  • 221 Views
  • 2 replies
  • 0 kudos

Hi everyone, I am creating a project via STM32CUBEMX (V.6.4.0) for STM32G070 including AzureRTOS, however, I've encountered an issue using tx_thread_sleep function.

I've tried to create a simple project which includes 2 threads. Each thread toggles two separate pins respectively . To create a 10 ms delay, I am using tx_thread_sleep (TX_TIMER_TICKS_PER_SECOND is 100) . Everything works okay, however, I've noticed...

0693W00000WL0YNQA1.bmp
MR.16 by Associate
  • 580 Views
  • 4 replies
  • 0 kudos