Other Parts Discussed in Thread: CC430F6137, CC1101
Hi,
I'm using cc430f6137 microcontroller und I have modified the example program "Variable LT FIFO". My question is:
- if I want to chnage the length (for example: #define PACKET_LEN (0x13), default value is PACKET_LEN (0x05) ) then the code does not work. On the side of the receiver the function: "RxBufferLength = ReadSingleReg( RXBYTES );" always read 0x07! That means RxBufferLength is always 0x07. Does anyone know why?
Regards,
Admir