Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I2C Slave #24

Open
bitwisesys opened this issue Feb 12, 2025 · 2 comments
Open

I2C Slave #24

bitwisesys opened this issue Feb 12, 2025 · 2 comments
Assignees
Labels
hal HAL-LL driver-related issue or pull-request. i2c Inter-Integrated Circuit interface question Further information is requested

Comments

@bitwisesys
Copy link

Which structure member contains the number of bytes transferred at the end of a transaction?
->XferCount does not function in this manner.

@ALABSTM ALABSTM added question Further information is requested hal HAL-LL driver-related issue or pull-request. i2c Inter-Integrated Circuit interface labels Feb 14, 2025
@KRASTM
Copy link
Contributor

KRASTM commented Feb 14, 2025

Hello @bitwisesys,

If I understand you correctly, you mean:
uint16_t XferSize; /*!< I2C transfer size */, in the __I2C_HandleTypeDef struct.

Otherwise, could you be a little more specific?

With regards,

@KRASTM KRASTM moved this from To do to Analyzed in stm32cube-mcu-hal-dashboard Feb 14, 2025
@bitwisesys
Copy link
Author

bitwisesys commented Feb 15, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hal HAL-LL driver-related issue or pull-request. i2c Inter-Integrated Circuit interface question Further information is requested
Projects
Development

No branches or pull requests

3 participants