| ??? 03/18/03 12:45 Read: times |
#41772 - AHC register do not keep up after 48MHz? |
Hello,
the shift register I'm writing into (74ACH595) is edge triggered. The following code does not work for MCU running 48MHz while works fine in 12MHz mode: ... ; init serial input SETB P0.3 ;clk up CLR P0.3 ;clk down The modified snippet works for 48MHz also: ... ; init serial input SETB P0.3 ;clk up SETB P0.3 ;clk up SETB P0.3 ;clk up CLR P0.3 ;clk down |
| Topic | Author | Date |
| AHC register do not keep up after 48MHz? | 01/01/70 00:00 | |
| RE: AHC register do not keep up after 48MHz? | 01/01/70 00:00 | |
RE: AHC register do not keep up after 48MHz? | 01/01/70 00:00 |



