Hi everybody, We have a big problem with the MDK 4.60 version. Having the same Keil version, same project, files, libraries etc... Keil generates different output files for programming the STM32F417 on two different computers.
This wouldn't be a problem, but one output file causes fault work of the uC - the UART isn't working. What could be the cause of this problem? Any suggestions?
This is one scenario where Makefile-based build system is superior to an IDE: you have complete trasparency regarding build tool settings.
How do you know the build images are different? Maybe the JTAG programmer has problems on different machines.
I compared the output hex files and the map files. My "Options for Target" are the same! Where are the deep settings?
"This is one scenario where Makefile-based build system is superior to an IDE: you have complete transparency regarding build tool settings." - Is there any workaround in this situation?
Is it possible that KEIL was not installed completely correct and this causes the problem?
Actually you can use one IDE for several compiler variants. Check also Components, Environment and Books settings on both computers.
Components, Environment and Books are also the same. Can I change the compiler just copying the .exe to the keil/ARM/ARMCC folder?
View all questions in Keil forum