10.2.1 Bandplan Selection

At compilation time, the G3-PLC bandplan must be defined (i.e.: CENELEC A, CENELEC B, FCC or ARIB) according to user needs.

In general_defs.h there are four constant options for configuring the bandplan:

/* ! CENELEC A Band Plan (35 - 91 kHz) */
#define ATPL360_WB_CENELEC_A                         1
/* ! FCC Band Plan (154 - 488 kHz) */
#define ATPL360_WB_FCC                               2
/* ! ARIB Band Plan (154 - 404 kHz) */
#define ATPL360_WB_ARIB                              3
/* ! CENELEC-B Band Plan (98 - 122 kHz) */
#define ATPL360_WB_CENELEC_B                         4

The constant ATPL360_WB has to be set, in file conf_atpl360.h, to the value of one of the constant options of general_defs.h so that the PHY layer is correctly configured.