On/Off Controller Chip

What is the reference of U19? I do not find any information about this chip in the documentation, and its marking is only “52A5”.

Looking at the schematic, it is clearly a chip controlling PWR_EN and PWR_LED according to the various standby and wake-up control signals. It could be a small microcontroller, or a dedicated chip similar to the SRC0, the STM660x, or the LTC2953. It would be interesting to have its datasheet to know exactly how it may react to its inputs, even though there does not seem to be anything fancy with it (simple on/off without button long push to force power off).

It’s a MCU mainly for following purpose:

  • Power management
    • IR remote power on/off
    • RTC timer power on/off
    • To support external source to power on/off the VIM device. (PWR_EN)
  • Hardware encryption (for ODM/OEM)

PWR_EN is available on 40-Pin GPIO.

Is PWR_EN only an output of U19 that can be used as a power supply enable signal by hats through J9, or can it also be an input of U19 in some contexts, e.g. in power-off mode to trigger the power-on of the VIM from a button on a hat?

I don’t see how U19 could be used for hardware encryption with the signals connected to it, unless PWR_KEY becomes a 1-wire link at boot to transmit an encryption key to the S905X through PWR_KEY_DET or something like that. Or maybe you are referring to the same MCU on other boards (OEM/ODM as you say).

Yes, you are right, I didn’t do the correct description.

For U19, the PWR_EN is an output pin only, but PWR_EN is a control signal for whole system power, it means that you can just ignore the U19 state and pull-up PWR_EN forcibly to power-on the VIM device when in power off mode, I’ve tested here and it works.

Yes, can do hardware communication via PWR_KEY_DET.

Yes, this works, but this may also destroy the P61 pad of U19 on the long term, depending on how this pad is configured internally to disable the power:

  • If this pad is configured as a push-pull output set low inside U19, then forcibly setting it high from J9 could destroy it, which is an issue to continue using U19 to wake up the board from the RTC alarm, from the IR sensor, or from the power key.

  • If this pad is set as an input pulled low inside U19 (thanks to an internal MOSFET acting like a resistor), then it is safe to forcibly set PWR_EN high from J9.

Which of these two cases is the one corresponding to the behavior of U19?

Hi, BenTh.WS:
You are quite professional!
I’ve confirmed with our hardware engineer, forcibly setting PWR_EN as high might destroy the P61 of U19, so it’s not recommended to do it like what I said above.

We might need to optimize the design at next PCB version. Thanks for all the comments! :sunny:

Hi Gouwa . Can you suggest the part number and manufacturer of U19? If it is unavailable or obsolete, is there some other 8 pin device that we can use?

Actually, it’s a MCU and it’s One Time Programmable.

What is the part number of this MCU? Please share datasheet

May I know that why you need the part number? It’s EOL now, and we are planing to upgrade the MCU of VIM1 to same MCU using on VIM2/3.

We need part number because we want to use a similar pinout MCU and replicate the same functionality. So knowing the part number /getting the datasheet can enable us to choose the right device/part.

Thanks

Saurabh

We also didn’t know the part number.

We just customized from the Taiwan MCU vendor and they cannot provide the MCU model, but I guess it’s MCS-51, and I think there are many Pin to PIN MCS-51.

As we were told recently that the MCU will be EOL, so we will switch to same MCU to VIM2/3.

Good day!