Posted on June 22, 2018 at 10:27It works! Thanks a lot!My mistake: I added -mcpu option with a comma -> Error-Wl,-cref,-u,-Xlinker,--defsym=ST_LINKER_OPTION=1,-mcpu=cortex-m0without comma (only space) -> OK-Wl,-cref,-u,-Xlinker,--defsym=ST_LINKER_OP...
Posted on June 22, 2018 at 08:42Hi Jay,Thanks for screenshot. I think you have a BLUENRG-2 project, or? Can you build working SW for BLUENRG-1?Here my linker options:-mthumb -T'..\BlueNRG1.ld' -specs=nosys.specs -nostartfiles -nodefaultlibs -static ...
Posted on June 21, 2018 at 10:06Hi Piotr, Thanks for the link.I still have problem to build a running image for BLUENRG-1I added -mcpu=cortex-m0 option to AssemblerIn case of C-Compiler, -mcpu=cortex-m0 was already set.In case of Linker I can not ad...
Posted on June 20, 2018 at 16:06Hi,I have same problem. I can not build a running bin/hex for STEVAL-IDB007V1M with TrueStudio 9.01.Is there a solution?I tried with IAR -> no problem, but I'm looking for a cheap solution :)Thanks!Robert