This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Signal frequency limit using timac

Other Parts Discussed in Thread: TIMAC, CC2520, MSP430F5438A

Is there any limit on signal frequency that I can send using timac from coordinator to end device.

I am not able to send a signal of frequency greater than 1Hz and reconstruct on receiver side at pc by sending the data through uart.

I am working on msp430f5438a board and using CC2520

  • Hi Yuvraj,

    Can you describe your implementation a little more. Like - what is the signal sampling rate. How are you using the ADC results, I assume that you use the DMA to place them at a certain location and then after known say 50 bytes have been captured you transfer then to the other side.? or how often do you send the collected data? What is the UART baud rate? etc

    Regards.