2021-03-30 03:48 AM
Hi Community.
I'm trying to port the LoRaWAN_End_Node_DualCore with SBSFU application example to CubeIDE but I'm facing a lot of linker errors. Is there a way to have a working CubeIDE project for this example? I'm working with the dual core STM32WL55xx nucleo board.
I'm currently lost with a set of errors like that:
undefined reference to `SVC_SYS_DisableAllNvicIrqs'.
I suspect there is some code missing and/or incorrect defines in my project, for any service used to interact with SVC_APP_Handler in sys_privileged_services.c
... any help on this?
Than you and best regards.,
2021-04-07 09:21 AM
Hello,
I guess you are looking for a porting of STM32Cube_FW_WL_V1.0.0\Projects\NUCLEO-WL55JC\Applications\LoRaWAN_FUOTA on STM32CubeIDE
Can you confirm?
Thank you
Best regards
Jocelyn
2021-04-07 11:15 PM
Hi Mr. Ricard,
Yes! It is. It may be helpful to have the project for the STM32CubeIDE. I've asked for an EWARM evaluation licence but I'm still not able to compile the application example.
Thank you and best regards,
Marco Signorini.