Hello,
I’m working on a board with CC430 and CC1190 (same design as http://www.ti.com/tool/cc1101-cc1190em869rd , but the CC1101 is replaced by a CC430).
I’m sending some word alternatively with high power and reduced power, so the receiver could receive if range is short or extended.
I’m driving CC1190 with PA_TABLE = 0x81, so should be +5dBm according to AN I read.
But I’ve noticed that when I toggle with following settings :
High power : PA_EN=1 / HGM=1
Reduced power : PA_EN=1 / HGM=0
TX power (measured with RSSI value in RF Packet sniffer) are the same.
When I toggle with following settings
High power : PA_EN=1 / HGM=1
Reduced power : PA_EN=0 / HGM=0
TX power (measured with RSSI value in RF Packet sniffer) are different.
But CC1190 datasheet suggests to do it with first setting…
So, anyone have an explanation?
Does the CC1190 could be damaged if TX when PA_EN=0 (or RX when LNA_EN=0)?
Regards,
Hubert