Page 1 of 1

Use of Sigfox stack firmware with IAR

Posted: Fri Aug 19, 2016 11:33 am
by slm29
Hi,
I would like to know if it is possible to use IAR compiler with TD_RF_Module_SDK-v6.2.0 stack.
In previous project, I am using IAR environment and I do not want to use eclipse.
I tried to link the library but it does not seem to be compatible with what IAR is expecting (on wchar_t size for instance).
Is it possible to get the sigfox library recompiled with different compilation option?
Regards
Stéphane

Re: Use of Sigfox stack firmware with IAR

Posted: Wed Aug 24, 2016 9:03 am
by mstempin
No, we used the IAR Kickstart 32K edition initially for our TD1202 modules which had 32KB of Flash memory only, we then moved to GCC wich is free whatever the memory size.

We don not have the resources to maintain mroe than one compiler toolchain, so we won't support anything but GCC.

If you don't want to use the Eclipse IDE, yo ucan recreate try to recreate the projects using another IDE such as Code:Blocks, but you still need to use the provided GCC compiler and pre-compiled libraries.