SigFox stack for B-l072Z-LRWAN1 - warnings when compiling cubeMX examples
I'm using the examples for SigFox stack for B-l072Z-LRWAN1 - with Atollic Studio as IDE
After converting the project from SW4STM32 to Atollic (there is a project import built in) - when compiling the code for the push_button application I'm getting a dozen warnings like
/../../../../../../../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_ll_spi.h:1133:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
*((__IO uint16_t *)&SPIx->DR) = TxData;
Are these these warnings harmless? They look pretty serious to me.
Thanks,
Aurelian
PS- the board hangs when trying to transmit.