Skip to main content
YMand.6
Associate II
March 7, 2019
Question

Validation of custom data on Desktop

  • March 7, 2019
  • 2 replies
  • 1519 views

Hi I am trying to validate the custom data from .txt file over desktop but the process of validation is not able to complete.. it just continues. Can you please suggest me solution for this. Also while creating the validation model even with random data I am getting error of 'wish' not selected , please select manually.

    This topic has been closed for replies.

    2 replies

    fauvarque.daniel
    ST Employee
    March 7, 2019

    Can you provide us with the log of STM32CubeMX located in your home directory .stm32cubemx/STM32CubeMX.log

    Regards

    Daniel

    YMand.6
    YMand.6Author
    Associate II
    March 7, 2019

    Hi please check the report and screenshot of issues

    fauvarque.daniel
    ST Employee
    March 7, 2019

    On your Ubuntu/Linux machine you need to install the wish tool as it is a dependency used by the internal generator/validator.

    You can do so by typing

    sudo apt-get install tk

    Regards

    Daniel