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.

Compiler/CC2530: analyze

Part Number: CC2530

Tool/software: TI C/C++ Compiler

Hello, What are the meanings of these variables?
Thanks

  • Hi nn hh,

    ZCL_KEY_ESTABLISH is for the Zigbee Smart Energy key establishment cluster (You can refer to the Zigbee smart energy profile specification: here.

    LCD_SUPPORTED is for if you have an LCD attached to the device, such as if you were using an Evaluation Board. This will do all the initialization, and display the UI on the LCD, etc.

    Best,

    Sean

  • tnx, 
     What are zmain_cert_init and zmain_dev_info, zmain_vdd_check functions?

  • zmain_cert_init is for initializing the Certicom certificate for Zigbee Smart Energy security

    zmain_dev_info is for displaying the device's IEEE address onto the LCD display

    zmain_vdd_check is for ensuring that the supply voltage is high enough to be able to run.

    All these functions have comments which you're able to look at to see a description of what each function does. You should also be able to check out the API guide document to find out information about the function as well

    Best,

    Sean

  • Thank you very much