2015-09-01 08:05 PM
Upgrade today, but it stall when open the *.ico file created by V4.9.0.
#stm32cube #bug2015-09-02 02:44 AM
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-2015-09-02 12:50 PM
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=false2015-09-03 09:57 AM
Hi thomas.004,
It seems to be a modified parameter which is causing the load issueIn your case, replace RCC_PLLP_DIV4 by RCC_PLLSAIP_DIV4 at line 1328-Syrine –2015-09-03 12:02 PM
Hi Syrine,
thanks , i changed the line and the project loaded.