Other Parts Discussed in Thread: AMIC110, SYSBIOS, AM3359
Tool/software: TI-RTOS
I started working with the AMIC110-ICE board. The simple examples with about no content and the profinet scripted project are compiling, but I have problems running the other examples.
• Why actually do I have to specify the evmAM3359 platform inside the AMIC110 examples every time? Is this the reason causing the examples described below not to work?
• I imported the semi-hosting example, built it, encountered 5 errors with the following output:
– “makefile:143: recipe for target 'semihost_ICE_AMIC110_CortexA.out' failed”
– “…ReentSupport.c:83: undefined reference to `ti/sysbios_rts_gnu_ReentSupport_checkIfCorrectLibrary`”
• I imported the log example and can run it. But when I try to actually run RTOS Analyzer ⇒ Printf and Error Logs, I encounter the error “Could not detect a UIA configuration”.
– When I open Runtime Object View and try to look into the LoggerBuf, I just see "java.lang.Exception: Target memory read failed at address…"
– I see this error with a lot of other viewable modules, too.
I assumed the examples to run out-of-the-box…