STM32WB55CE is it possible to compile ZigBee example with other tool than IAR?
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?