Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
For a university class project, I'm thinking of making a networked oscilloscope (or similar) based on a mbed. How fast can the mbed read 8 bits of digital input? I have read somewhere that I will have to use assembly routines for that, as C++ would be too slow. Is that true? I need at least 5MHz sample rate (15MHz or above would be excellent) and need to do so in bursts of 8kB or so.