cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to open earlier version *.ico in Cube V4.10.0.

Microstar
Associate III
Posted on September 02, 2015 at 05:05

Upgrade today, but it stall when open the *.ico file created by V4.9.0.

#stm32cube #bug
4 REPLIES 4
Nesrine M_O
Lead II
Posted on September 02, 2015 at 11:44

Hi Tension,

I tested the case but I didn't face your problem: the *.ioc file created by CUBEMX V4.9.0 is correctly opened by the V4.10.0 and I succeeded to generate the code.

So please try to check your *.ioc file.

-Syrine-

thomfischer
Senior
Posted on September 02, 2015 at 21:50

Hello,

I have the same problem , CubeMx stalls , attached my .ioc file

Win 7 64 bit java version ''1.7.0_75''

________________

Attachments :

template.ioc : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Htl8&d=%2Fa%2F0X0000000aWa%2FtvwCAaKfdQi1lMk.sPuDu6GDB5V3Aw3ikmK2AI85L1Y&asPdf=false
Nesrine M_O
Lead II
Posted on September 03, 2015 at 18:57

Hi thomas.004,

It seems to be a modified parameter which is causing the load issue

In your case, replace RCC_PLLP_DIV4 by RCC_PLLSAIP_DIV4 at line 1328

-Syrine –

thomfischer
Senior
Posted on September 03, 2015 at 21:02

Hi Syrine,

thanks , i changed the line and the project loaded.