I'm getting the error "OVERWRITING PREVIOUS ADDRESS...Conflict in location of entry table". What's wrong?
There are two main possibilities:
-
An ETPU_function number is duplicated between two ETPU_functions. Check the #pragma ETPU_function declarations in your program.
-
There are more than 8 ETPU_functions and the entry address table has not been moved. See the #pragma entryaddr directive.

New: