Hi,
I created a new TinyEmbeddedTest project to work with my MSP430FR2355 processor, but I get errors while compiling:
SysprogsProfilerInterface.h: No such file or directory
I noticed that the project doesn’t have Semihosting/Profiler sources and Embedded Frameworks window is empty in project settings. If I add things manually, I get error:
'AngelSWI_ARM' was not declared in this scope
in FastSemihosting.cpp
I came to conclusion that the Semihosting is only supported with ARM devices, but couldn’t find any documentation about that.
Could you confirm that TinyEmbeddedTest doesn’t support MSP430? Or maybe I am doing something wrong? Is there a plan to give the support for MSPs?
Thank you!