Re: [Tinyos-help] Generating 40 kHz from MSP using TinyOS

2007-04-13 Thread Michael Schippling
I'd say you are on the right track in modifying the pre-scale clock freq, but there may be some other module using that timer. You might check through the code and see if that's the case. I've noticed that the TOS "documentation" is rather characteristically silent on what internal controller feat

[Tinyos-help] Generating 40 kHz from MSP using TinyOS

2007-04-13 Thread Firat TARAKTAS
Hi to all, I want to generate 40 kHz from MSP430F1611 with TinyOS 1.15. I am using compare mode of TimerA2. I set TA2 as compare mode, set an event with CompareA2.setEventFromNow(1000) command and when it is fired CompareA2.setEventFromPrev(1000) is called. I observed 1 kHz signal at the outpu