hi,
I'm using Cortex-M4 ARM based tiva controller(TM4C123GH6PGE). what is the procedure to do power on reset functionality. please give some instructions to do it.
Regards,
Radhika
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi,
I'm using Cortex-M4 ARM based tiva controller(TM4C123GH6PGE). what is the procedure to do power on reset functionality. please give some instructions to do it.
Regards,
Radhika
Hello Radhika,
There are two main sources of Power on reset on TM4C
1. The VDD trip point which releases the device
2. The RST_N pin which when asserted low puts the device into Power On Reset
So when the VDD is ramping up, the device will be kept under reset till the threshold trip point is not reached. Once it crosses the trip points the device is accessible.
Regards
Amit