2024-08-19 07:46 AM
Hi,Master:
platform: STM32G070CB
Quesion:
Regarding CMOS - and TTL compliant, the manual provides the above diagram. How does it achieve compatibility? When Vin>min (07 x VDDIO, 2), is it considered that the input is at a high level? When Vin<min (0.3 x VDDIO, 0.8), is the input considered low?
Thank you very much!
Solved! Go to Solution.
2024-08-19 07:36 PM
Refer to the "guaranteed by design" values in the datasheet, which correspond to regions outside of the gray zone in the picture. The G region is guaranteed by design to be logic high per this value in the datasheet.
2024-08-19 07:50 AM - edited 2024-08-19 07:50 AM
> How does it achieve compatibility?
Above the gray region, the inputs are guaranteed to be read as high.
Below the gray region, the inputs are guaranteed to be read as low.
Because the requirements on CMOS/TTL (red and blue regions, plus/minus the region cut or added by the dashed line) have no overlap with the gray region, this chip satisfies CMOS/TTL requirements.
> When Vin>min (07 x VDDIO, 2), is it considered that the input is at a high level? When Vin<min (0.3 x VDDIO, 0.8), is the input considered low?
Yes
2024-08-19 06:38 PM
Thanks.
Is it also applicable for TT type pins (non-FT type)? For example, Vin > 0.8 but Vin < 0.3 x VDDIO are also considered low?
2024-08-19 07:28 PM
I still have a question, as follows:
The table above describes: <0.3VDDIO is considered low, >0.7VDDIO is considered high.
So in the figure below, only the R region is high, and the G region should be an unknown level, right?
If right, The G-zone level is within the TTL input high requirement, but is not considered high. This is not a violation of "CMOS- and TTL-compliant".
2024-08-19 07:36 PM
Refer to the "guaranteed by design" values in the datasheet, which correspond to regions outside of the gray zone in the picture. The G region is guaranteed by design to be logic high per this value in the datasheet.
2024-08-19 11:19 PM
Ok, I see, thank you very much!