2019-11-22 09:20 AM
Hi,
Recently I got nucleo board with mentioned MCU. I've had numerous troubles with generating properly project and finding any sources how to flash the device so few things:
I could really take tamplates from the repo and modify them for my needs, but still they have different structure of the code and I really got used to one generated by the Cube (and tbh it is this tool's purpose). In the readmes it is mentioned that the code was generated using it but really doubt it.
Please let me know if there are any solutions to get Cube working properly. Hope issues rised here could be helpfull for Cube dev team.
2019-11-26 09:40 AM
I too have this same problem. I'm working with the STM32H745 using a Makefile project. I also see the doubling of the files in C_SOURCES. That causes and early fail when make is run. If I remove the second copy, the process goes farther, but dies with undefined symbol errors for such things as typedefs for device handles. the conf file has the correct header files included, yet the symbols remain undefined.
I've tried fixing this myself, but something is very wrong with one or all of Makefile, C source files, Header files, linker scripts.
What I haven't seen here is an acknowledgement that the problem is known and is being worked on. Is that in another post?
2020-05-18 12:08 AM
I think the solution was that they just disabled Makefile generatation. In CubeMX v5.6.1 it is not possible to generate Makefile project at all for this STM32H745ZI-Q.
Would be good to see this feature back.
2020-08-11 01:33 PM
I would also like to vote for a working feature to return, or at the very least, clear guidance from ST on what the future of this feature is.
2021-03-25 08:52 AM
Hi,
I'm working with STM32H745ZI-Q and i have the same error when flashing my program to the board and running on debug mode :
Internal parameter error
*** error 129: MapMem - map size truncated to 128MB
Did you solve this problem ? @Oskar Baginski