Other Parts Discussed in Thread: SYSCONFIG
Hello everyone, hope you are all well.
I have a few questions about the CC1352p
- The command SYS_SET_TX_POWER, has a TX Power field of 1 byte, but when I configure TX Power in the sysconfig I put 5dB, when I search the TX Power in the file "ti_radio_config.c", TX = 0x7217, the tx value is 2 bytes. I don't understand if in the command SYS_SET_TX_POWER the TX value is 1 byte, why in the file it is 2 bytes?
- In the SYS_SET_TX_POWER command what would be the value of 5dB, I can't find a list of values?
- When I use the command SYS_OSAL_NV_READ , I use it to read the parameter ZCD_NV_SCAN_SCAN_SCAN_DURATION 0x0086, which is in the file "zcomdef.h", it is to know the duration of the scan while some device joins the network, it throws me the value of 0x04, I am not sure if that value of 0x04 corresponds to 16 minutes as the duration time found in some tables of values of other commands?
4.When I send data using AF_DATA_REQUEST by broadcast I can only send up to 82 bytes of data, not sure why I can't send more if the data goes from 0 - 128 bytes?
Regards,
Jose