cancel
Showing results for 
Search instead for 
Did you mean: 

CubeMX v6.15.0 can't open old ioc

bryanwebb
Associate II

Hello,

I recently updated my CubeMX version from v6.14.1 to the latest, and am no longer able to open the .ioc file. Selecting "continue", results in attempting to unzip DB.6.0.141.tar.bz2 where it hangs until failing.

Selecting "migrate" results in the following error, "Range [14, 2) out of bounds for length 2".

My team is seeing this issue on Windows and Linux.

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @bryanwebb 

Those behaviors are escalated internally for correction (under internal tickets number 217885 and 214520). For the Continue option, there is no workaround currently, but it will be solved on the future. For the Migration option, i suggest you to

  • Open the IOC file with a text edito
    • Delete all references to "MMTAppReg" (from line 57 to line 90 on your attached .ioc file) STTwo32_1-1758270714628.png
  • Modify "MMTAppRegionsCount=4" to "MMTAppRegionsCount=0" (line 91 of your attached .ioc file)STTwo32_2-1758270886910.png
  • Reopen the IOC file with STM32CubeMX 6.15.0 

STTwo32_5-1758271038909.png

 

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

5 REPLIES 5
bryanwebb
Associate II

Sorry, forgot to mention that this is for the WB55REV7 and we have no issues when creating a new project from scratch.

STTwo-32
ST Employee

Hello @bryanwebb 

Could you please add your .ioc file here.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

bryanwebb
Associate II

ah yes, sorry about that

Hello @bryanwebb 

Those behaviors are escalated internally for correction (under internal tickets number 217885 and 214520). For the Continue option, there is no workaround currently, but it will be solved on the future. For the Migration option, i suggest you to

  • Open the IOC file with a text edito
    • Delete all references to "MMTAppReg" (from line 57 to line 90 on your attached .ioc file) STTwo32_1-1758270714628.png
  • Modify "MMTAppRegionsCount=4" to "MMTAppRegionsCount=0" (line 91 of your attached .ioc file)STTwo32_2-1758270886910.png
  • Reopen the IOC file with STM32CubeMX 6.15.0 

STTwo32_5-1758271038909.png

 

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

bryanwebb
Associate II

Thanks, that solved the issue