Post Go back to editing

Unable to process custom action for register

I am receiving the following error when I try to run the Video Occupancy Sensor 3.3.0 fileio/realtime example on CrossCore Embedded Studio 2.1.0/2.2.0.

ERROR: [Error xml1013] [emulator] Unable to process custom action for register "DMC0_PHY_CTL1" in custom board file "C:\Analog Devices\SoftwareModules\ADZS_BF707_BLIP2_Board-Rel1.0.0\Blackfin\Examples\ADZS-BF707-BLIP2-proc.xml", because there already exists a register definition for name "DMC0_PHY_CTL1". You cannot modify a register from the base processor definition and any additional custom registers must be uniquely named.

ERROR: [Error xml1013] [windows creation] Unable to process custom action for register "DMC0_PHY_CTL1" in custom board file "C:\Analog Devices\SoftwareModules\ADZS_BF707_BLIP2_Board-Rel1.0.0\Blackfin\Examples\ADZS-BF707-BLIP2-proc.xml", because there already exists a register definition for name "DMC0_PHY_CTL1". You cannot modify a register from the base processor definition and any additional custom registers must be uniquely named.

Can you tell me how to resolve this error?

  • This error is obtained since the ADZS-BF707-BLIP2-proc.xml custom proc xml was created for an earlier version of Cross Core Embedded Studio. These register definitions have been updated in Cross Core Embedded Studio 2.1.0 onwards. Hence using this earlier custom proc xml gives an error while loading. This is just a warning though and will not cause an issue with running the application.

    To fix the issue use the latest ADZS-BF707-BLIP2-proc.xml that is attached here.

    Regards,

    Neeraj

    ADZS-BF707-BLIP2-proc.xml.zip
  • Hi Neeraj,

    I tried using the new ADZS-BF707-BLIP2-proc.xml referenced above. Upon debug launch CCES 2.5 closes itself. Strange.

     If I uncheck the enable customization box in the custom board support tab, then the debug session launches properly for the Power_On_Self_Test code. Have you seen this issue?

    Thanks, -Phil

  • Hi Phil,

    I am able to reproduce the issue.

    Will update here as soon as we find the root cause for this issue.

    Thank You & Regards,

    Sudheer

  • Hi Phil,

    When I tried immediately after seeing this issue I was able to reproduce consistently.

    Later when I got some time to look into this issue, I tried to debug and the issue is no more reproducible.

    I am not sure how it was corrected.

    The procedure is as follows

    1. Using Browse examples open the POST project
    2. Compile the POST project
    3. Download the xml file attached in above URL
    4. Specify the xml file path under Custom Board support file name text box under the custom Board Support tab in Debug Configuration

    Can you share the procedure and exact folder paths that you were using or change the folder paths to short and see if the issue goes away.

    Regards,

    Sudheer