2020-12-14 02:03 AM
I am unable to generate code to stm32 MCUs by using this cube mx v6.1.0
my pc is 64 bit and I installed jre-8u91-windows-x64.exe version.
I am getting Copying libraries files error to every controller, check in attached screen shot once.
Solved! Go to Solution.
2020-12-14 03:38 AM
Hello srikanth ,
Thanks for your feedback.
As I can see from your attached screenshot you're generating code using MDK-ARM toolchain and your Project Location includes a unsupported character "&",which is the cause behind this problem.
Actually this a known limitation and the request to add the CubeMX support for the special characters (&, ä, #,...) has been already raised internally. I will keep you posted.
As a solution for your problem, you have to delete the unsupported character from your project path and everything will work correctly.
I hope this will help you.
Thanks for your patience.
Khouloud.
2020-12-14 03:38 AM
Hello srikanth ,
Thanks for your feedback.
As I can see from your attached screenshot you're generating code using MDK-ARM toolchain and your Project Location includes a unsupported character "&",which is the cause behind this problem.
Actually this a known limitation and the request to add the CubeMX support for the special characters (&, ä, #,...) has been already raised internally. I will keep you posted.
As a solution for your problem, you have to delete the unsupported character from your project path and everything will work correctly.
I hope this will help you.
Thanks for your patience.
Khouloud.
2020-12-14 04:20 AM
Thank you Khouloud sir, it is working fine .