C3800: Segment name already used

[ERROR]

Description

The same segment name was used for different segment type.

Example
  #pragma DATA_SEG Test

  
  #pragma CODE_SEG Test

  
Tips

Use different names for different types. If the two segments must be linked to the same area, this could be done in the link parameter file.