1. Y

    interrupt condition in the example code

    Hello, for my EFR32FG14 controller An interupt is when we stop the main code to run a sub code. In the example bellow our interrupt code is a function called USART1_TX_IRQHandler. We have these two lines where NVIC_enable says that USART1_TX_IRQn is our interrupt function. but i cant see in...
Top