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.

PROCESSOR-SDK-J721S2: SDL_POK Instances configurations

Part Number: PROCESSOR-SDK-J721S2


Tool/software:

Hello, 

I am configuring multiple POK instances and need clarification for the following instances:

  1. SDL_POK_VDD_MCU_OV_ID                         (10)
    1. The code checks for a NULL pointer address in 
      SDL_pokSetOperation function as seen in the attached image.
  2. SDL_POK_VDDSHV_WKUP_GEN_ID                    (8)
    a. What is the voltage rail connected to it?
    3. I cannot find POK Instance VDD_CPU1 in the current sdl_ip_pok.h, so is it in another version or sdl or what?
  • Hi, 

    The code checks for a NULL pointer address in 
    SDL_pokSetOperation function as seen in the attached image.

    You can add a check for NULL value before performing PP DISABLE as shown below. An internal bug has been raised against this issue as well and will be updated in the future releases.

    SDL_POK_VDDSHV_WKUP_GEN_ID                    (8)
    a. What is the voltage rail connected to it?

    This is used to monitor the VDDSHV0_MCU voltage.

    3. I cannot find POK Instance VDD_CPU1 in the current sdl_ip_pok.h, so is it in another version or sdl or what?

    I see the SDL_POK_VDD_CPU1_ID defined in the latest SDK 10.1 release.

    Regards,

    Josiitaa