Failed to open earlier version *.ico in Cube V4.10.0.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-09-01 8:05 PM
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
Labels:
- Labels:
-
Bug-report
-
STM32Cube MCU Packages
This discussion is locked. Please start a new topic to ask your question.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-09-02 2:44 AM
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-Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-09-02 12:50 PM
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=falseOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-09-03 9:57 AM
Posted on September 03, 2015 at 18:57
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 –Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-09-03 12:02 PM
Posted on September 03, 2015 at 21:02
Hi Syrine,
thanks , i changed the line and the project loaded.