Hello
I started to use PE and suddenly I realize that it might not be the right tool to use, cause when I generate files, the tool step over code that I inserted in those files.
Two examples:
1 if I have UART driver and I need extra functionality, then I have to add it somewhere.
If I add it in the AS1.c, AS2.c, …, next time I will build the PE project and compile the files with my compiler (IAR) then it will be stepped over.
- I want to do a lot of things in the main function, but it let me put a code only before the RTOS start.
What if I want to put a code after that ?
Thanks a lot
OM