Skip to main content
Kanz Kurahashi
Associate II
January 30, 2018
Question

CubeMX 2.24 has migration problem

  • January 30, 2018
  • 0 replies
  • 580 views
Posted on January 30, 2018 at 02:28

Hi

I found a problem in CubeMX Ver.2.24.0.

This version of the CubeMX destroys multibyte character strings contained in the project file when migrating old project files containing multibyte characters.

I am using EWARM in Japanese mode, but this problem occurs when multi-byte characters are included in *.ewp file.

Specifically, it is the following part of the ewp file.

  <option>

    <name>Input description</name>

    <state>フルフォーマット。</state>

  </option>

  <option>

    <name>Output description</name>

    <state>フルフォーマット。</state>

  </option>

  <option>

    <name>RTDescription</name>

    <state>C/C++ランタイムライブラリã�®è©³ç´°è¨­å®šã‚’使ç�?¨ã�—ã�¾ã�™ã€‚詳細ロケールインタフェースã€�Cロケールã€�ファイル記述å­�サãƒ�ートã€�printf/scanfã�§ã�®ãƒžãƒ«ãƒ�ãƒ�イト文字ã€�strtodã�§ã�®16進数浮動å°�数点数。</state>

  </option>

These characters are destroyed, and the project file becomes unusable.

I hope for an immediate correction.
    This topic has been closed for replies.