I have developed an I2C stack that works well on an IAR board, and not that well under Circle_OS. I have started on the Primer in fact, but I had clock issues among other things.
Now, I would like to port my IAR code on the Primer runing no Circle_OS. I see no reason why this should not work then on the Primer. I suppose this should be possible without too much trouble.
I would need to use the LCD though. Could someone indicate me by any chance what include need to be done and what .c file need to be compiled to use the functions to draw on the LCD? I have tried, and I have included the circle_api.h file but the linker gives me trouble "undefined reference to "ptrCircle_API"
Thanks
P.S.: Is my idea of porting an IAR based application on the Primer a complete utopia? Do you think I should watch out certain things specific to the Primer (question at $10,000,000, I suppose)