-
HI, C:\Users\Utilisateur\Documents\Arduino\libraries\STM32LoRaWAN-main\src\BSP\radio_board_if.c:75:33: error: 'PC3' undeclared here (not in a function); did you mean 'PC_3'? Sincerely |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Which board you used? Which core version ? |
Beta Was this translation helpful? Give feedback.
Hi @ebelouet
You have to define the correct board configuration.
The library defines a default one for the Nucleo WL55JC1 as stated here:
https://github.com/stm32duino/STM32LoRaWAN/blob/192c1234a8661f72f1635e5675db0d11fb110920/src/BSP/radio_board_if.c#L41-L81
Example for RAK module:
Arduino_Core_STM32/variants/STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U/variant_RAK3172_MODULE.h
Lines 146 to 156 in cd3043f