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?