Solved
Forum Discussion
KennyJoosen
New Contributor
1 year agoThe define is part of the generated Intel BSP sources. So with every generation, all changes done in these sources are gone. Since the entire functionality happens in these BSP sources, it is not possible to undefine MTIME_SW_AGENT_CONNECTED...
Current workaround is to replace below define with 64-bit value (0xffffffffffffffff) in system.h after every BSP generation...
#define ALT_CPU_MTIME_OFFSET 0xffffffff
There is no option to be set so the BSP generation defines it differently?