Double I2C Own address STM32F0
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-01-08 4:05 AM
Hi all,
I'm facing a problem with the implementation of a double Own address on a STM32F030K6T6 uC. the project is already working but with only 1 Own address on OAR1 (code 42 hex), now I want to update the project to enable the reception of another code (52 hex) on OAR2 but there's something wrong on the matching address of the i2c hardware of ST I think, because it seem that hide OAR1 and made priority to OAR2. It is possible?
Thnaks.
Labels:
- Labels:
-
STM32F0 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-01-08 6:06 AM
Yes, it's possible. The address in the OA2 field is ACKed if OA2EN is set.
If you feel a post has answered your question, please click "Accept as Solution".
