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

UV4.54 Creating project from import xml fails

Former Member
Former Member

Hello,

Today when I tried
C:\Keil_v5\UV4\UV4.exe C:\Users\Win7\Desktop\Project\prj.uvprojx -i C:\Users\Win7\Desktop\abc.xml
in order to create project from xml file.

I got ERRORLEVEL 12 which is "12 Device with given name in not found in database"

No idea why.

Force using command "-n STM32F417VG" will successfully create the uvprojx file, but clearly the configs in the xml file is not applied at all.

thanks!!!!

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Project>
  <ToolsetName>ARM-ADS</ToolsetName>
  <Device>STM32F101CB</Device>
</Project>