Question
Timers
Posted on October 09, 2012 at 18:13
I am new to the 32-bit world and am trying to generate an interruptable timer every 5us or so.
The application is an A/D read and the the channel has to settle for 30us before a read can occur. I am currently using the STM32L Discovery board because we will be using a similar chip for our platform.I tried using the systick but the best resolution I can get out of that is 20us at 32MHz.Any suggestions or something I have overlooked. Im coming from an 8-bit world mostly using Atmels and Freescales so Im unfamiliar with ST peripheral usage.Regards,Doug #timers