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

RTE_Components.h not updated when changing the configuration

I'm trying to change debug configuration, for example, the Network Core, between release, debug, and debug STDIO, or Compiler/I/O/STDOUT between User, EVR, ITM, and the RTE_Components.h file doesn't change, is it necessary to do any particular additional action for it to be updated? Shouldn't it be automatically updated when I change a configuration like Debug?

In the meantime, I've tried to run the STMCubeMX from the "Manage Run-Time Environment" window and generate code, and the RTE_Components.h file was updated but it got almost empty, it has lost almost all its previous defines.  

Thanks in advance!

Fernando

Parents
  • Hi ChenTang, thank you for your reply, I know that I shouldn't change the RTE_Components.h manually (and I'm not doing it), but the problem I see is that it is not being changed automatically when I change the project configuration, for example when I change the Compiler / I/O / STDOUT between  User, EVR and ITM, the RTE_Components.h kept the User option, and the file last modified date is two months old, this means the file is not being updated as expected. Is there any reason for it? Some step that could be missing? Or some known bug?

    Thanks in advance

    Fernando

Reply
  • Hi ChenTang, thank you for your reply, I know that I shouldn't change the RTE_Components.h manually (and I'm not doing it), but the problem I see is that it is not being changed automatically when I change the project configuration, for example when I change the Compiler / I/O / STDOUT between  User, EVR and ITM, the RTE_Components.h kept the User option, and the file last modified date is two months old, this means the file is not being updated as expected. Is there any reason for it? Some step that could be missing? Or some known bug?

    Thanks in advance

    Fernando

Children