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.

Cenelec band modification in HAL

Hi,

I am recently started working on PLC with the support library given by TI. in the PHY rx tx  example code which works with only Cenelec A band. 

The HAL function 

HAL_afeInit(&afePrfParms); also allow to change only 3 parameters

UINT16 rx_fs_kHz; // RX sampling frequency in kHz
UINT16 tx_fs_kHz; // TX sampling frequency in kHz
UINT16 tx_pwm_kHz; // PWM frequency in kHz

but in the structure there is band selection parameter present.

How to change the band parameter in HAL?