Part Number Search

FAQ Category 

FAQ's
Show All Answers
Hide All Answers
showing 1 to 10 of 208
  • When I try to AddList the software in MWU16, I get the following error message and cannot proceed.
    "Data record having duplicate address was found include in ..."
    Please tell me how to resolve with this issue.
    • This error indicates that an address is duplicated.
      The following are possible causes.
      (1) Duplicate addresses exist in a single file.
      (2) When multiple files are AddListed, data with the same address exists in each file.

      The following is a description of the workaround.
      (1) The vector address 00h to 7Fh of the interrupt may have overlapping definitions.
      First, refer to the map file (*.map) and check which addresses overlap.
      The overlapped area will be marked with *OVL* on the left side as shown below.
      *OVL* S CODE* 00:0010 00:004F 0040(64) (absolute)

      Please search "#pragma interrupt" and check if there are any duplicate vector address definitions.
      If there are any, delete one of them.
      Enable the option "Stop by warning occurrence" to stop the build when a warning occurs during linking to ensure that this problem is detected.

      (2) Check if the addresses are duplicated between the files to be AddListed.
      Also, when adding separately created files such as audio data and table data, it is possible that they are AddListed without offsets being set.
      In this case, set the offset and add the file when performing AddList.

      Related Products: ML610(Q)40x, ML610(Q)42x, ML610(Q)47x, ML610(Q)48x, ML610Q10x, ML610Q11x, ML610Q17x, ML610Q30x, ML610Q35x, ML610Q36x, ML610Q38x, ML610Q41x, ML610Q43x, ML610Q46x, ML620Q13x, ML620Q15x, ML620Q416/ML620Q418, ML620Q503H/ML620Q504H/ML620Q506H, ML62Q12xx, ML62Q13xx, ML62Q14xx, ML62Q15xx/ML62Q18xx, ML62Q16xx, ML62Q17xx

    • Products: General-purpose MCUs (16bit) , Speech Playback MCUs (8bit)
showing 1 to 10 of 208
of 21