Question
STM Studio importing variabels problem with arrays
Posted on March 18, 2014 at 16:34
I've the problem that STM Studio is not able to import arrays (fixed size) of variables.
That is, they are not in the list based on the imported elf file. Array of bytes are not a problem but arrays of all other types are not in the list. However I can add a single table element of any type by hand, based on the address as defined in the map file. But that is not a method I want to do a lot ;o) FYI. Recently I changed from Keil uVision to Atollic-TrueStudio. With the Keil generated axf files this problem did not occur. #stm-studio #variable-import