A method for carrying out IIC expansion by using a PCA9548A expansion chip
A technology of PCA9548A and expansion chip, applied in the field of IIC expansion with PCA9548A expansion chip
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment
[0038] Open the IIC node corresponding to ZYNQ, the corresponding IIC node in the embodiment is i2c-0:
[0039] fd = open(" / dev / i2c-0", O_RDWR);
[0040] The open function is a linux hardware device operation function, and its prototype is int open (const char * pathname, int flags); in the above example, const char * pathname corresponds to " / dev / i2c-0", indicating the I2C file node The path where the flags are located corresponds to O_RDWR, which means that the file is opened in a readable and writable manner. If the function is successfully executed, the file descriptor, namely fd, will be returned.
[0041] This node file corresponds to the two expansion chips PCA9548A expansion chip U31 and PCA9548A expansion chip U32. In order to distinguish these two expansion chips, the slave address should be different. The A 2, A 1, A 0 All are connected to the ground wire, that is, all are set to low level, then the final slave address of the U31 chip is 1110000, which correspond...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com