Part Number: MCU-PLUS-SDK-AM243X
Is there any way to figure the type of device i.e. (GP or HS ), without using the UART mode i.e. just by the TYPE-C port.
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.
Part Number: MCU-PLUS-SDK-AM243X
Is there any way to figure the type of device i.e. (GP or HS ), without using the UART mode i.e. just by the TYPE-C port.
Hi Pratik Kaul,
You can check the boot mode by the following way -
There is an API Bootloader_socIsAuthRequired which verifies the device type if its HS or GP device.

You can utilize the same SW or API for the same.
The API lies in this file - source/drivers/bootloader/soc/am64x_am243x/bootloader_soc.c
Hope it helps.
Best Regards,
Aakash