Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what does "POR" mean in embedded development?

Tags:

c++

c

embedded

arm

We have a third party device we are trying to integrated into our system and one of the things our code should do is start a hardware reset by asserting a reset pin. One of the documents mentions the pin being released before the end of POR. I bit of Google has given me this but I just wanted to confirm and understand if I am on the correct page.

like image 868
dubnde Avatar asked Dec 18 '22 08:12

dubnde


1 Answers

Power On Reset

like image 191
Maurice Perry Avatar answered Dec 24 '22 16:12

Maurice Perry