135u5 / tinyos-main

Automatically exported from code.google.com/p/tinyos-main
1 stars 0 forks source link

Serial transmit stops after reset. #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Program the sam3s-ek board with TestSerial
2. Launch the java application and see how RX and TX works
3. Hit reset. Only RX on Sam3s works (LEDs show lower 3 bits of received 
packets). The java application doesn't receive any packets anymore.
4. Power-cycle the board (unplug power). Notice how RX and TX works again.

I am not entirely sure why this behavior happens. Could it be some issue with 
the clocks not getting reset properly?

Original issue reported on code.google.com by thomas.s...@gmail.com on 22 Feb 2011 at 2:51

GoogleCodeExporter commented 8 years ago
This has been fixed. The problem is that DiagMsg nor TestSerial does 
automatically enable SerialActiveMessageC's start command.

Original comment by thomas.s...@gmail.com on 22 Feb 2011 at 8:20