Content originally posted in LPCWare by Andrew24 on Thu Apr 29 13:31:41 MST 2010 Hallo. I need ADC to sample two channels every 2ms (500Hz). What is the best way to do this?
Content originally posted in LPCWare by Andrew24 on Fri Apr 30 02:00:26 MST 2010 Quote: leon_heller Generate an interrupt every 2 ms using a timer. Thanks for an answer. I did that. where should i switch ADC channels?