3 posts / 0 new
Last post
Matthieu ANTOINE
Offline
Last seen:4 years 2 months ago
Expert
加入:2014-01-14 14:51
periph_init() call

Hi,

Is the function periph_init() called after each wake-up (for both extended and deep sleep mode)?

Thanks,
Matthieu

JE_Dialog
Offline
Last seen:2 days 3 hours ago
工作人员
加入:2013-12-05 14:02
Hi Matthieu,

Hi Matthieu,

yes, that is correct - please also see this thread. :http://support.dialog-semiconductor.com/problem-about-wakeup-timer-interrupt-callback-function

In sleep mode the peripheral block is powered down. At wake-up the peripherals need to be intialized again (for instance SPI or UART function needs to be restored).

BR JE_Dialog

Matthieu ANTOINE
Offline
Last seen:4 years 2 months ago
Expert
加入:2014-01-14 14:51
谢谢!

谢谢!