Been trying Keil, Crossstudio, IAR.
Keil and IAR don’t even compile the original logomatic firmware. Keil does not even like the supplied .h files. With Crossstudio I get it compiled, but then
“memory simulation filename project property not set”
when I want to simulate ARM. What can I do, spent 2 days just for that, not a single variable set by now…
Yagarto and WinARM should both be capable of compiling the logomatic v2 firmware.
It builds OK with WinARM.
Leon
got it built with WinARM. But I am trying to implement some sort of an averaging function because I have too much noise. I.e. AD conversion of 16 readings, average, log the average value. So I would store on in 16 readings. So I would need a debugger to check what I did, am C++ beginner, won’t just change the code without trying to debug it.