Protocol specification for Multi function expander (STM32L152CCT6)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
- Labels:
-
I2C
-
STM32G4 Series
-
STM32L1 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-13 2:41 AM
The only way to work with MFX is to understand its source code? Thank you anyway...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
