This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

tag in uVision4-project (*.uvproj)

I'm trying do validate a uVision4 project file against the project_proj.xsd xml schema.
I got an exception because of a <bUseTDR>-tag. What is this tag for, and why is it included in the schema?

Extract of project file:

        <Utilities>
          <Flash1>
            <UseTargetDll>1</UseTargetDll>
            <UseExternalTool>0</UseExternalTool>
            <RunIndependent>0</RunIndependent>
            <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
            <Capability>1</Capability>
            <DriverSelection>4096</DriverSelection>
          </Flash1>
          <bUseTDR>1</bUseTDR> 
          <Flash2>BIN\UL2CM3.DLL</Flash2>
          <Flash3>"" ()</Flash3>
          <Flash4></Flash4>
        </Utilities>