2021-10-25 04:47 PM
I have my I2C bus connected to an STM6524, and I see that my rising edges are slowed down a bit more than expected. What is the input capacitance of these inputs? Thank you!
Solved! Go to Solution.
2021-11-08 12:40 AM
Since the device is not a classic logic gate structure and the digital functions on SR0/1 are designed to query the buttons, the internal structure is not part of the datasheet. Please open a personal ticket at OLS, if you need more information, maybe the colleagues are able to help.
Good luck!
If the problem is resolved here, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.
/Peter
2021-10-26 03:51 AM
Welcome, @GGarb.1, to the community!
Are you sure you connected I2C to an STM6524?
The STM6524 is a Smart Reset device, in which SR0 and SR1 are pulled to low via pushbuttons in order to trigger a reset.
Regards
/Peter
2021-11-04 10:04 AM
Yes, of course, I am sure. The device is used to provide a HW reset to a non-responsive I2C device.
2021-11-05 01:30 AM
Thanks, it's more understandable now. You want to trigger a reset with the device if the I2C lines get stuck, i.e. both inputs are active (low) for at least the time tsrc (4...10s depending on type).
Unfortunately, however, no values for the input capacitance are given in the data sheet, because this device was developed for push buttons, where this does not matter. If we cannot find a solution here, you can open a personal ticket at OLS with your login.
Regards
/Peter
2021-11-05 01:31 PM
I see. It had not occurred to me that the fact these are push-button inputs there would be a difference in the input I/O structure from a typical digital CMOS input. Can you explain to me how the functionality of push-button inputs differ from typical CMOS inputs? The only things I can think of might be higher ESD tolerance (does not look like it), debouncing (not sure it's needed if the minimum reset set-up delay is 4 seconds), or internal pull (not there).
Thank you!
Glenn
2021-11-08 12:40 AM
Since the device is not a classic logic gate structure and the digital functions on SR0/1 are designed to query the buttons, the internal structure is not part of the datasheet. Please open a personal ticket at OLS, if you need more information, maybe the colleagues are able to help.
Good luck!
If the problem is resolved here, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.
/Peter