cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeF4 Upgrade broke my project

gmotta
Associate II
Posted on June 25, 2014 at 23:56

Hello,

I have been using version 4.2.0 without problems but I had a DMA problem which I thought that could be fixed in version 4.30

I did the upgrade from Check for Updates option. No issues there.

However version 4.3.0 is NOT generating any source code. The dialog pops up but it is stuck in ''Generating user source code...'' forever the progress bar moves up 4 notches and stays there indefinitely.

I tried back reving to 4.2.0 but 4.2.0 is telling me that my project uses Firmware Package V 1.2.0 that is not supported but it will not let me change to the previous package.

I'm stuck now, please any help is welcome!
1 REPLY 1
joe
Associate II
Posted on June 26, 2014 at 01:35

Perhaps try removing all the files from you project folder except for the .ioc project file (  move them somewhere else ). Then try re-generating the project.

You make have to do some file compare if you have a lot of user code added and manually copy ( or use something like WinMerge ). You should only need to do this on the Inc and Src folders though.

Worth a try?