STM32WL build error with CubeMX & IAR
HI,
please help to check the following build error.
I used CubeMX and IAR build tool and the following code.
en.stm32cubewl-v1-3-0\STM32Cube_FW_WL_V1.3.0\Projects\NUCLEO-WL55JC\Applications\LoRaWAN\LoRaWAN_End_Node
Error is as below,
Error[Li005]: no definition for "BSP_RADIO_GetRFOMaxPowerConfig" [referenced from C:\work\stm_project\Lora_Test\
WLE5CC6_LORA\EWARM\WLE5CC6_LORA\Obj\radio_board_if.o]
Error[Li005]: no definition for "BSP_RADIO_GetTxConfig" [referenced from C:\work\stm_project\Lora_Test\WLE5CC6_LORA\
EWARM\WLE5CC6_LORA\Obj\radio_board_if.o]
Error[Li005]: no definition for "BSP_RADIO_ConfigRFSwitch" [referenced from C:\work\stm_project\Lora_Test\WLE5CC6_LORA\
EWARM\WLE5CC6_LORA\Obj\radio_board_if.o]
Error[Li005]: no definition for "BSP_RADIO_IsDCDC" [referenced from C:\work\stm_project\Lora_Test\WLE5CC6_LORA\EWARM\
WLE5CC6_LORA\Obj\radio_board_if.o]
Error[Li005]: no definition for "BSP_RADIO_Init" [referenced from C:\work\stm_project\Lora_Test\WLE5CC6_LORA\EWARM\
WLE5CC6_LORA\Obj\radio_board_if.o]
Error[Li005]: no definition for "BSP_RADIO_IsTCXO" [referenced from C:\work\stm_project\Lora_Test\WLE5CC6_LORA\EWARM\
WLE5CC6_LORA\Obj\radio_board_if.o]
Error while running Linker
Total number of errors: 6
thanks.
