Saturday, February 13, 2010

Debugging serial device driver with the Jyetech oscilloscope

It's really fun to actually use the home-soldered oscilloscope for something real. In this case I watch the 9600 bps traffic from my STM32 dev board:



And then, a closeup of the oscilloscope screen:

2 comments:

  1. Wow, your project seems interresting !! But i don't understand why you are trying to build your own RTOS. There is plenty of them to test your board i think. Anyway carry on the good work !

    ReplyDelete
  2. Thanks for your interest!

    The reason I am building an RTOS is that I think it is interesting. If I want to learn about a new device, is there a better way than to write a scheduler and a bunch of device drivers for it?

    I have done some more updates lately, so there will soon be a new blog entry... :-)

    ReplyDelete