How to create a new (and very simple) STM32WL project from scratch ?
Hi everyone,
I'm trying to convert our IoT Sigfox sensor from EFM32 to STM32 architecture.
As a beguinner on STM32, I'm using an LSM100A eval board based on STM32WLE5CC.
Can anybody explain me how to create a simple Sigfox project ? I just want to send a simple Sigfox message.
I try to start from the PushButton skeleton available on project configuration but there is alway something missing in the generated source code. First build give errors like these :
../Core/Src/timer_if.c:337:51: error: 'RTC_N_PREDIV_S' undeclared (first use in this function); did you mean 'RTC_PRER_PREDIV_S'?
../Core/Src/timer_if.c:415:30: error: 'RTC_PREDIV_S' undeclared (first use in this function); did you mean 'RCC_PLLDIV_3'?
Any help would be greatly appreciated !
Thanks,
Johann