2020-01-31 02:53 AM
Hello,
I tried to build project over KEIL but there is of course problem with linking stm32wb_zigbee_wb_lib.a, keil library has extension ".lib".
Next step i used Atollic and option to import IAR project - compilation failed. Compiler can't find files that should be seen...
So, I tried to build project from beggining. Everything compiling great but there is a problem with linking stm32wb_zigbee_wb_lib.a, some functions are not seen...
Library ".a" for IAR has the same structure that for atollic-gcc? That should work?
2020-02-07 07:02 AM
I've been getting this working over the past few days in TrueStudio, so let me share what it took to get this software compiling:
Then, we need to update the settings for the project in C/C++ Build->Settings:
At this point, I was able to compile the project. To generate a hex file to program via ST-Link, go to Other->Output Format under the C/C++ Build->Settings Menu, check "Convert Build Output" and select Intel Hex.
Hopefully this helps!