Hello , I have some questions about PGA900 data transmition.
Here is a related question i found in E2E.In this reply, I mentiond "can also use the Communication Buffer COMBUF feature of the device to get calibrated ADC values without having to put the device into reset every time."
First question is I want to know how to use the Communication Buffer COMBUF in my firmware code?
Here is part of my code , I declare 3 variables to store PADC_DATA. But how should I know this 3 variables are in Communication Buffer COMBUF so that they can be communicated by digital interface when M0 is running?
Second question is how to make an external MCU like STM32 to read PGA900's PADC data by I2C.I read the datasheet, i'm still confused about PGA900's I2C slave address and how to operate this function in my firmware?