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.

AWR2944: Regarding Periodic Software Readback of Static Configuration Registers Mechanism

Part Number: AWR2944

Can you please let me know the file/function (Screenshot is also fine) name in SDK where Periodic Software Readback of Static Configuration Registers mechanism is implemented. I want to understand how it is implemented. I have gone through the SDK but did not find it.

Thanks you in advance. 

  • Hi,

    You can refer to the path as shown below. 

    \ti\mmwave_mcuplus_sdk_04_04_01_02\mcu_plus_sdk_awr294x_09_00_00_15\source\sdl\ecc\V1

    It contains the source file for ecc errors. There you can refer to sdl_ip_ecc.c file which has the 

    SDL_ecc_aggrReadStaticRegs 
    which can be referred as one of the implementations for the above request.
    Thanks,
    Pradipta.