- I’m using the RTC on the TPS65910A to power up the system from the off state. Is there any reason I need to use the RTC on the AM3354 at all? Right now, I don’t have an XTAL, and I’ve disabled the RTC LDO.
- With the TPS65910A work with 1.35V DDR3L? I thought we could program the output voltage of SWIO to 1.35V, but when I was going through the datasheet, it specifies 1.5V DDR3, and the EEPROM has it defaulting to 1.5V.
- GPMC_WPN and GPMC_wait0 are on VDDSHV3 (3.3V) according to the pin mux utility and is giving a power domain error when configuring the GMPC. The rest of the GMPC lines I’m using are on VDDSHV1 (1.8V). Can I still use GPMC_WPN as configured if I add a level shifter?
- Similarly, on the pin mux utility, I’m using Mode 1 for all of my RMII Pins except REFCLK, MDC, and MDIO are Mode 0. Is this a problem?
- I just want to verify my understanding of the GPIO interrupt operation: two interrupts can be generated per GPIO bank and the status register will tell you which of the 32 gpio pins triggered the interrupt?
- Is there any reason to power USB1_VBUS if that USB module isn’t being used? Should it be left unconnected?
-Jaden