Tool/software: Code Composer Studio
Hello everyone.
I have a problem with UniFlash v3.4. Since it has Command Line Interface, it's a perfect program for programming series of controllers. Thanks TI for that.
But on some PCs (Win10) we have User names with Cyrillic symbols and spaces, for example "C:\Users\Alexey Popov\" or "C:\Users\Алексей Попов". In this way, Uniflash crashes, when it tries to create a file called
"brd_info" or smth. like. I have no possibility to give error text right now, but I'll do it as soon as possible.
Uniflash is invoked with parameters: -ccxml %CONFIG_FILE_PATH% -core "C28" -loadSettings %SESSION_PATH% -program %C28_OUT_FILE_PATH%. All of this variables doesn't contain bad symbols - only english letters without spaces.
So the question is: is there a way to avoid this problem without creating new User with correct name? For example, maybe i can edit a *.js file, that is capable for creating this temporal configs in such way, that it will create this configs in another folder?