Nested interrupts STM32L4
Hello,
I have an interrupt driven I2C which is working fine.
I know that this is not very clean design but I need to execute few I2C transactions from a button interrupt handler (EXTI9_5_IRQn).
I have set the priority of the EXTI9_5_IRQn 1 and the priority of my I2C3_EV_IRQn to 0 but I can not make my I2C working.
I saw people talking about preemption grouping. Can someone clarify or point me to an example?
Thank you in advance
Dimitar