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

Keil Studio Pack (VS Code extensions, MDK 6) Cannot flash

Hi all,

Recently installed the Keil Studio Pack on Visual Studio Code (on Windows 11). I've been able to successfully import existing projects from μVision 5 and build them.

But I'm not able to flash the generated .axf files. The device is properly detected by Arm Device Manager (a NUCLEO-L432KC board), but when I press DEBUG on the CMSIS activity, I get:

Executing task: Flash Device 

Error: UNKNOWN: unknown error, stat '\\Users\XXXXX\MICR\E7\out\MICR\mbedNUCLEOL432KC\MICR.axf'

The terminal process terminated with exit code: 1. 

Note that file c:\Users\XXXXX\MICR\E7\out\MICR\mbedNUCLEOL432KC\MICR.axf does really exist in the filesystem.

Any clue, I'm stuck here.

Thanks a lot and regards.

Parents
  • Some more insight.

    I've enabled VSCode setting "Restrict UNCAccess" and now I get error:

    *  Executing task: Flash Device 
    
    UNC host 'users' access is not allowed. Please update the 'security.allowedUNCHosts' setting if you want to allow this host.
    
    *  The terminal process failed to launch (exit code: 1). 

    So it seems that the UNC '\\Users\XXXXX\MICR\E7\out\MICR\mbedNUCLEOL432KC\MICR.axf' is ill formed, as 'Users' is being interpreted as a server name.

Reply
  • Some more insight.

    I've enabled VSCode setting "Restrict UNCAccess" and now I get error:

    *  Executing task: Flash Device 
    
    UNC host 'users' access is not allowed. Please update the 'security.allowedUNCHosts' setting if you want to allow this host.
    
    *  The terminal process failed to launch (exit code: 1). 

    So it seems that the UNC '\\Users\XXXXX\MICR\E7\out\MICR\mbedNUCLEOL432KC\MICR.axf' is ill formed, as 'Users' is being interpreted as a server name.

Children