Hardware Board Selection; Figure 15. Define The Active_Region - STMicroelectronics ST25DV64KC User Manual

Table of Contents

Advertisement

5.
Change define of ACTIVE_REGION:
The possible values are listed in the enum LoRaMacRegion_t of the file Middlewares/Third_Party/
LoRaWAN/Mac/LoRaMacInterfaces.h:
/*!
* LoRaMAC region enumeration
*/
typedef enum eLoRaMacRegion
{
/*!
* AS band on 923MHz
*/
LORAMAC_REGION_AS923,
/*!
* Australian band on 915MHz
*/
LORAMAC_REGION_AU915,
/*!
* Chinese band on 470MHz
*/
LORAMAC_REGION_CN470,
/*!
* Chinese band on 779MHz
*/
LORAMAC_REGION_CN779,
/*!
* European band on 433MHz
*/
LORAMAC_REGION_EU433,
/*!
* European band on 868MHz
*/
LORAMAC_REGION_EU868,
/*!
* South korean band on 920MHz
*/
LORAMAC_REGION_KR920,
/*!
* India band on 865MHz
*/
LORAMAC_REGION_IN865,
/*!
* North american band on 915MHz
*/
LORAMAC_REGION_US915,
/*!
* Russia band on 864MHz
*/
LORAMAC_REGION_RU864,
}LoRaMacRegion_t;
7.1.2

Hardware board selection

Configure the firmware to correspond to the hardware used.
This is done by opening the file isys_configuration.h.
Edit the line containing the #define NFC_TYPE:
UM3146 - Rev 1
Figure 15.
Define the ACTIVE_REGION
UM3146
Firmware personalization
page 14/33

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ST25DV64KC and is the answer not in the manual?

Table of Contents