| ??? 05/16/03 09:35 Read: times |
#45615 - RE: can not write to port(s) (89s8252) Responding to: ???'s previous message |
Eric,
To ensure the inner loops don't get optimised out you can simply declare the loop variables as volatile: unsigned int volatile k,l; |



