offline compiler details

21 Mar 2010

Hi,

i need to know the offline compilers which would be suitable for mbed with the detail versions if any........

21 Mar 2010

Hi Dhaval,

I think the underlying question you have, I've just answered in the thread about writing your own libraries using the mbed compiler for the quadrature encoder.

However, if your request really is about offline, then you could see an example here. But I suspect the question is less about offline, more about how to control the low levels of the chip, which is still accessible in the mbed compiler.

Good luck with the quadrature encoder!

Simon

02 Apr 2010

quadrature encoder implemented. used the LED2 and LED4 pins. generated own quadrature signal and checked. its working fine. but currently implemented for the position compare0 interrupt only. next is to get the low velocity interrupt working. will post the codes soon