2020-08-12 10:38 PM
I work with evaluation board STM32G474-EVAL1. Some peripherals are connected to Multi function expander (STM32L152CCT6) which is accessed via I2C. Where can I read the proticol specification?
2020-08-12 11:40 PM
Not exactly a protocol specification, but https://github.com/STMicroelectronics/STM32CubeG4/tree/master/Drivers/BSP/Components/mfxstm32l152 should give you a picture.
JW
2020-08-13 02:41 AM
The only way to work with MFX is to understand its source code? Thank you anyway...
2020-08-13 12:18 PM
It's not the MFX source code; it's the interface to MFX, i.e. this goes to the target (the 'G474) if it wants to use the MFX.
JW