User Activity

I'm using Nucleo-U545 for my project and set the external interrupt for user button as follow.void HAL_GPIO_EXTI_Rising_Callback(uint16_t GPIO_Pin){if(GPIO_Pin == USER_BUTTON_Pin) {  HAL_GPIO_TogglePin(LED_GREEN_GPIO_Port, LED_GREEN_Pin);  printf("*b...
"I successfully ran a simple Azure RTOS task using nucleo-f429zi, stm32cubemx, and iar ewarm 9.30. However, when I apply the same method to nucleo-f401re, it gets stuck in the tx_thread_sleep function. It seems that the OS Tick interrupt might not be...
Kudos from