2022-01-06 11:46 AM
Sir,
I testing the STM32L0 + SX1276 with en.i-cube_lrwan_v2.1.0 lib
I compiled the AT COMMANDS example on KEIL and then with STM32 IDE too, but during execution i am always getting the following error in both
APP_VERSION: V1.1.0
MW_LORAWAN_VERSION: V2.3.0
MW_RADIO_VERSION: V1.1.0
0s000:error: The Region is not defined in the MW: set lorawan_conf.h accordingly
it´s weird, because in lorawan_conf.h i defined
/* Region ------------------------------------*/
/* the region listed here will be linked in the MW code */
/* the application (on sys_conf.h) shall just configure one region at the time */
/*#define REGION_AS923*/
#define REGION_AU915
/*#define REGION_CN470*/
/*#define REGION_CN779*/
/*#define REGION_EU433*/
/*#define REGION_EU868*/
/*#define REGION_KR920*/
/*#define REGION_IN865*/
/*#define REGION_US915*/
/*#define REGION_RU864*/
Some tip ?
Thank you!!!!!
2022-01-06 12:40 PM
Going to have to pay more attention to what that define pulls in vs other ones that work.
2022-01-07 05:43 AM
2022-01-07 05:44 AM
Now running on WISOL LOM204
2022-01-07 10:07 AM