2019-03-06 08:08 PM
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.
2019-03-07 12:16 AM
Can you provide us with the log of STM32CubeMX located in your home directory .stm32cubemx/STM32CubeMX.log
Regards
Daniel
2019-03-07 12:58 AM
2019-03-07 04:51 AM
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