uint32_t i;
// ...
while (1) {
for (i = 0U; i < 1000000U; i++) { __nop(); } // Wait a little while
}