Part Number: AM6548
what is mean of these WKUP prefix pins? what is its special usage?
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 Tony,
Generally WKUP domain peripheral PINs have wakeup capability from low power modes.
Please elaborate your query to provide context, use case customer is looking for.
Thanks & Regards,
Sunita.
Sunita,
Customer just want to know if it is directly controlled by MPU A53, now I know WKUP peripheral is.
Are peripherals with prefix MCU_ also controllable from A53 directly, and Linux driver is ready?
Hi,
Are peripherals with prefix MCU_ also controllable from A53 directly,
Yeah, you can control those. For simple example, you can see our UART diagnostic and find out that how MCU_UART and WKUP_UART are getting accessed by A53 and How MAIN_UART and WKUP_UART are getting accessed by MCU domain, C:\ti\pdk_am65xx_07_01_00_55\packages\ti\board\diag\uart.
Linux driver is read
Can you please elaborate which driver you are referring here?