Function tracing for an embedded System via LogicAnalyzer
OK, I’m trying to play with some embedded systems once in a while. This time around I was trying to implement a relatively fast (1000000Baud) asynchronous serial connection with an Arduino Micro. The Micro is running at 16MHz, so that connection gets close to what should be possible. I implemented my protocol handler and it… Read More »