Dear Analog Devices Team,
I am currently working on a project that requires a 1-Wire peripheral for communication. The device is intended to function as a 1-Wire slave. A sensor is connected to this slave device, and the slave will transmit the sensor data to the master device over the 1-Wire interface.

I have referred to the EVM schematic of the DS28E17.
According to the schematic provided in the EVM datasheet, the WAKEUP pin is connected to the 1W pin through a 0-ohm resistor, and the SLEEP_N pin is pulled up to 3.3V through a 3.3kΩ resistor.
I have the following questions:
- Can the WAKEUP pin be pulled up to VDD permanently? (I would like to keep the device awake at all times.)
- Is it necessary to put the device into sleep mode?
Thank you for your support.