Part Number: AFE7903
We would like to enable and disable the LNA for debugging purposes with the CAFE library.
We have seen that there is the function "set_agc_lnaEn" available, but it seems this function only sets a parameter (.lnaEn) in a struct. After some further research, we found out that the function "agcAlcConfiguration" is needed to dump the whole parameter set to the chip by SPI. Nevertheless, this function "agcAlcConfiguration" is completely commented in this version "C_libraries_CAFE2p1", so it cannot be used. There is no information, why this function is unusable. Is there a reason why this function is commented or can it be uncommented without any issues?
Coming back to the initial question, is there any other way to enable or disable the LNA? Is it possible to achieve this by setting somehow the GPIO directly without AGC running? Or how to force the AGC to switch it on or off in a simple way.
We are using the CAFE library C_libraries_CAFE2p1. This library was uploaded by TI in march 2023.