Hi Petr,
I'm following your advices in my MQX 3.8.1 over kinetis K60:
"When you want to use some event from PE just copy the function from Events.c module (do not delete it) into your application and write your code into it. Using overloading mechanism the linker call the right function from your application."
But in my case, my GPIO event (PORTE in my case) isn't running, although my PORTE_IFSR register is activated.
The ProcessorExpert.c file is empty because the start point my application started from the snmp_demo project.
Thank you in advance,