Question
Execution error when I declare many extern variable.
I'm working with a STM32F407 and CubeIDE. My program is divided in various small .c files. This cause a lot of extern variables declarations. Recently the programm presents erronious behavior when I create a new extern variable declaration, but with no compiler error. There is some limitation in the number of declared extern variables?
