This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Same Keil version, different output files

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?

Parents
  • uhmm
    because system_stm32f4xx.c is involved in setting all the clocks
    If you use a different clk that would cause a baud rate difference.

    check for the definition of the HSE clk.

    I use the stm32f2xx and Keil had a default for the HSE in the enviroment and there is a HSE setting in the source files.

Reply
  • uhmm
    because system_stm32f4xx.c is involved in setting all the clocks
    If you use a different clk that would cause a baud rate difference.

    check for the definition of the HSE clk.

    I use the stm32f2xx and Keil had a default for the HSE in the enviroment and there is a HSE setting in the source files.

Children