Jennic progress
Wednesday, September 27, 2006 - 10:30
I now have a working toolchain integrated in the TinyOS build system. Also, I have ported the leds module and made a simple blink test application that blink all of the leds one by one using busy waiting loops. I’ve started working on the UART module, but I seem to have a problem with the interrupt callbacks. For some reason, my interrupt handler is not called when TX is done or RX data is present, even though I’ve enabled the interrupts. The synchronous call works fine because it utilizes busy waiting. I suspect that the UART module will be fully functional when I’ve solved the interrupt issue.