IMX RT1020-EVK board. SDK info (SDK_2.x_EVK-MIMXRT1020, SDK version 2.13.0)
After import SDK example - Generated project evkmimxrt1020_freertos_lpuart
In this project, Why NVIC_setPriority func is needed ??
If I do not call this func , Does LPUART1_IRQn has priority 0 ?? ,
Why this make program running- Down ? (exactly, Once interruprt TX_IDLE Occur, and Stopped(blocked?) )
and If set priority 2 or 3,4,5... , it woks well.
but , IRQ priority is not set in Other SDK Example projects, for example, xxxx_lpuart_interrupt , xxxx_lpuart_interrupt _rb_transfer, ..
so, Why , Only evkmimxrt1020_freertos_lpuart - this Example, do I need to set priority ?