2021-12-22 10:38 AM
Hi
I am using NUCLEO-L053R8 with XNUCLEO- PLM01A1 board connected which is having ST7580. i am able to run the basic example given but now i wanted to change the Maximum central frequency which is in configurable as per the document
*https://www.st.com/resource/en/datasheet/st7580.pdf* section 9.3
and to configure as per
*https://www.st.com/resource/en/application_note/an4018-data-link-communication-protocol-for-the-st7580-power-line-networking-soc-stmicroelectronics.pdf* section 2
void DL_Init(u8 DLType)
which is stated to be available in dl_mgt20.c
but when i am searching for similar api/files in the demo application its not available in that
another api i referred to was PHY_DataRequest () which i aslo ubable to track.
can someone help me understand how i can configure the central frequency for st7580?