You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I updated uart04 exmple to fit raspberry pi 2, here.
It seems to work in the beginning , the code runs 2 loops of 5 iterations each on the uart rx input, and then calls enable_irq(); and then runs an infinite loop where it echos the input.
So I clicked 10 times on the keyboard and the expected to get to the infinite loop, but what actually happened is that upon the 11th click the main notmain function starts from the beginning. Why is that ?
it seems to me that there is a bug that cause it to reboot
The text was updated successfully, but these errors were encountered:
kamomil
changed the title
understanding uart04
uart04 example unexpectedly reboots
Dec 19, 2017
Hi, I updated uart04 exmple to fit raspberry pi 2, here.
It seems to work in the beginning , the code runs 2 loops of 5 iterations each on the uart rx input, and then calls
enable_irq();
and then runs an infinite loop where it echos the input.So I clicked 10 times on the keyboard and the expected to get to the infinite loop, but what actually happened is that upon the 11th click the main
notmain
function starts from the beginning. Why is that ?it seems to me that there is a bug that cause it to reboot
The text was updated successfully, but these errors were encountered: