Hi Team,
The while function did not work in the below section. on the RL78/G23 microcontroller.
while
The "delay_wait_timer" variable is decremented in a 1ms timer interrupt. When the "delay_wait_timer" reaches zero, the microcontroller exits the first while loop but does not exit the case.
delay_wait_timer"
NOTE: Address didn't create. while debugging
Hello,
Can you clarify which case it does not exit ?
You mentioned that while does not work but exits the loop as it should.