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.

AWR1243: AWR1243P+TDA2x platform distance configuration after 512 points complex affects profile

Part Number: AWR1243

Prerequisites: after configuring a profile on TDA2x platform and setting the sampling point to 512, I found during simulation debugging that the currentProfile obtained was not 0, and there was random jump, for example, currentProfile value was 5,7,52, etc  

  • Hi Chao,

    Please check the default application first if that works in your environment.

    As per snapshot, looks like there is some pointer error here which is causing unknown address jump connected with currentProfile.

    Check closely inBufAddr and you may rebuild the application in debug mode to avoid code optimization for easy step debug.

    Regards,

    Jitendra

  • thank U very much.First,I found  currentProfile is error in debug mode with CCS. both appear in DSP core and IPU core.Second, I only changed chains_common_cascade_ar12xx_config_bf.c in usecase of cascade_radar_beam_form.c the following pictures are may change.
    Please help me check what I should do.