Resolved! STM32 HAL IAR Remaining in while(x);
Posted on September 08, 2017 at 17:03Hello friendsi set x=0; in timer Interruption x=0; per 1msin my program i using this Codex=1;while(x);in debug i see x is 0 but CPU Remaining in while(x)but if my while have any command work right and exit from w...