I2C support in CrossWorks?
Hi,
I have just installed the evaluation version of CrossWorks for ARM. I can't see anything about I2C in the libaries etc. Does CrossWorks have I2C libraries and
I have been using Eclipse and the GNU ARM stuff and the best example I could find of I2C using interrupts I could find was by Keil. I am not very good at programming and I was having trouble converting the Keil code to work with GNU. I thought if I bought CrossWorks it might save me some grief.
-
It will still involve some work yourself, but the LPC2148 demo code from J.C. Wren is based on GCC code and has a nice ISR driven I2C code (and everything else imaginable). Given that the code uses FreeRTOS and I believe the I2C code uses FreeRTOS's message queues you'll have to remove that part, but it's probably the best starting point. http://www.jcwren.com/arm
Kevin.
Please sign in to leave a comment.
Comments
4 comments