STM32F0 CPAL I2C
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-06-01 8:23 AM
Posted on June 01, 2013 at 17:23
I'm trying to use to CPAL library to send data
between
I2C1 and I2C2 devices. I use STM32F0DISCOVERY. I2C1 is master, I2C2 is slave. Inlogic
analizer
I see that master send addres of slave but no ACK from slave. In User Manual UM1566 (STM32F0xx and STM32F3xx I2C communication peripheral application library) isdescribed
function CPAL_I2C_Listen(), but this function does not exist in library. There is example I2C_TwoBoards, but in this example slave board still wating for data in function CPAL_I2C_Read(), so it useless. #cpal-i2c-stm32f0
Labels:
- Labels:
-
STM32F0 Series
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
2013-12-09 6:33 PM
Posted on December 10, 2013 at 03:33
I encountered this same issue. Anyone have advice on how to proceed?
