I have a Logomatic datalogger, which I want to finetune for our application. I have a question about the compilation of the source code.
When I compile the original code, the compiled hex file seems not to work. I use the Crossworks compiler 1.6. The code seems to use the __armlib.h library, (which is replaced by the libarm library). This library is not included in the newer releases. So I added the __armlib.h library from 1.5 to the include directory.
When I upload the supplied HEX file to the Logomatic, there is no problem (so connections are OK).
I am having the same problem you had before: Trying to compile Logomatic code in Crossworks 1.7. You said the solution was to use Crossworks 1.5 settings.
Would you help me about how can I compile in Crossworks 1.7 the Logoamtic code with settings from Crossworks 1.5 ?