79686045

Date: 2025-07-01 12:19:45
Score: 2.5
Natty:
Report link

I found the problem. When we works in the Timer4 interrupt at one point we need to turn on the tim4int using the EIE2 register's thirt bit, so I did EIE2 &= 0x08; instead of EIE2 |= 0x08; and that causes to turn off the tim3int because first bit of EIE2 enables tim3int. Thank you...

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: osLIII