STM32 I2C slave transmit issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-11-27 4:03 AM
Hello, I am using STM32 in I2C slave mode. I can able to get data properly but I am unable to transmit. Master is receiving 0xFF all time.
Any stm32 i2c slave code for reference ?
Labels:
- Labels:
-
I2C
-
STM32Cube MCU Packages
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-11-28 11:49 AM
There are examples in the firmware packages downloaded by STM32CubeMX/ IDE or manually downloaded like
STM32Cube/Repository/STM32Cube_FW_F4_V1.24.1/Projects/STM32F4-Discovery/Examples/I2C/I2C_TwoBoards_ComPolling
hth
KnarfB
