Hello,
I am developing a UI interface with UART and I need to implement some code that will be called when by the UART callback functions. As a result, this part of the code will not be called by anything inside the Embedded Wizzard scope. I have implemented the code in as a method within a class. What seems to happen is that the respective method of the class is not part of the generated code. I assume this comes as a result of the fact that Embedded Wizard is optimizing the code and sees that the method is not called anywhere, so flicks it out.
Is there a way that I can tell EmbeddedWizzard that the method, even though not called by anythings within its scope, should be part of the generated code?
Thanks a lot for the support.
Bests,
Gazi