STM32F107 and assembler errors?
Hey Vetch,
The processor I used was the STM32F107RBTx, now I had to switch to the STM32F107RCTx because of flash-size issues. Thus I had to create a new project (I used CubeMX for that, just as you did). I dragged all of the old sourcecode into the new project.
However, the old project has been converted from a C project to a C++ project using the second approach shown here http://www.openstm32.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=1244&highlight=convert%20c%2B%2B (editing the .project file).
This time I chose to go with right click -> Convert to C++.
That somehow fixed this kind of behavior. I can now use the instructions shown above without generating errors.
So, either it has been caused by the STM32F107RBTx vs. STM32F107RCTx, or it has been caused by the way I converted the project to a C++ project. By now, everything works 😊