STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

osDelay vs debug steps

Hello,The short story:I observe difference in behavior between osDelay() compared to IAR debugger steps.Is there anything which can explain why these two behaves differently ?The long story:Recently we changes our FPGA from asynchronous to synchroous...

ranran by Senior II
  • 168 Views
  • 1 replies
  • 0 kudos

USART1_IRQHandler vs HAL_UART_IRQHandler

What is the difference between USART1_IRQHandler and HAL_UART_IRQHandlervoid USART1_IRQHandler(void) { /* USER CODE BEGIN USART1_IRQn 0 */ /* USER CODE END USART1_IRQn 0 */ HAL_UART_IRQHandler(&huart1); -----> does inter...

SMeta by Associate
  • 541 Views
  • 1 replies
  • 0 kudos