Hi,
I have recently being doing some PWM work with the trusty ATmega328, and that required me to set up the timers with nanosecond precision (500ns to be precise :o) )... which is a bit of a struggle as the old ATmega328 can't really do very much in 500ns... this made me wonder about porting my application to my beloved mbed...
I've not had a chance to read the LPC's timer registers yet, but will have to do so when I get some time to see if I can set it up for nanosecond work... but then I thought, why can't the mbed standard library provide ns precision?
Any plans to add such a feature?
Hi,
I have recently being doing some PWM work with the trusty ATmega328, and that required me to set up the timers with nanosecond precision (500ns to be precise :o) )... which is a bit of a struggle as the old ATmega328 can't really do very much in 500ns... this made me wonder about porting my application to my beloved mbed...
I've not had a chance to read the LPC's timer registers yet, but will have to do so when I get some time to see if I can set it up for nanosecond work... but then I thought, why can't the mbed standard library provide ns precision?
Any plans to add such a feature?