Closed ww29613025 closed 10 months ago
bug: Handle UART IRQ after eMBRTUInit->xMBPortSerialInit->rt_device_open->rt_device_set_rx_indicate and before xMBPortTimersInit, will cause HARDFAULT! Because vMBPortTimersEnable->rt_timer_start(&timer), but timer not init!
https://github.com/RT-Thread/packages/issues/1618
bug: Handle UART IRQ after eMBRTUInit->xMBPortSerialInit->rt_device_open->rt_device_set_rx_indicate and before xMBPortTimersInit, will cause HARDFAULT! Because vMBPortTimersEnable->rt_timer_start(&timer), but timer not init!