Skip to content

Commit ebca0bf

Browse files
committed
[PRJ] Fix incorrect LORAWAN_NVM_BASE_ADDRESS macro description
1 parent ffd9a7a commit ebca0bf

File tree

12 files changed

+5
-12
lines changed
  • Projects
    • B-WL5M-SUBG1/Applications
    • NUCLEO-WL55JC1/Applications/Sigfox
    • NUCLEO-WL55JC/Applications/LoRaWAN

12 files changed

+5
-12
lines changed

Projects/B-WL5M-SUBG1/Applications/LoRaWAN/LoRaWAN_AT_Slave/LoRaWAN/App/lora_at.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/*---------------------------------------------------------------------------*/
6060
/**
6161
* @brief LoRaWAN NVM Flash address
62-
* @note last 2 sector of a 128kBytes device
62+
* @note last 2 sector of a 256kBytes device
6363
*/
6464
#define LORAWAN_NVM_BASE_ADDRESS ((void *)0x0803F000UL)
6565

Projects/B-WL5M-SUBG1/Applications/LoRaWAN/LoRaWAN_End_Node/LoRaWAN/App/lora_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ typedef enum TxEventType_e
8383
/*---------------------------------------------------------------------------*/
8484
/**
8585
* @brief LoRaWAN NVM Flash address
86-
* @note last 2 sector of a 128kBytes device
86+
* @note last 2 sector of a 256kBytes device
8787
*/
8888
#define LORAWAN_NVM_BASE_ADDRESS ((void *)0x0803F000UL)
8989

Projects/B-WL5M-SUBG1/Applications/Sigfox/Sigfox_AT_Slave/Sigfox/App/ee_conf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ extern "C" {
7575

7676
/**
7777
* @brief EEPROM Flash address
78-
* @note last 2 sector of a 128kBytes device
7978
*/
8079
#define EE_BASE_ADRESS (0x0801D000UL)
8180

Projects/B-WL5M-SUBG1/Applications/Sigfox/Sigfox_PushButton/Sigfox/App/ee_conf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ extern "C" {
7575

7676
/**
7777
* @brief EEPROM Flash address
78-
* @note last 2 sector of a 128kBytes device
7978
*/
8079
#define EE_BASE_ADRESS (0x0801D000UL)
8180

Projects/B-WL5M-SUBG1/Applications/Sigfox/Sigfox_PushButton_DualCore/CM0PLUS/Sigfox/App/ee_conf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ extern "C" {
7575

7676
/**
7777
* @brief EEPROM Flash address
78-
* @note last 2 sector of a 128kBytes device
7978
*/
8079
#define EE_BASE_ADRESS (0x0801D000UL)
8180

Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_AT_Slave/LoRaWAN/App/lora_at.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/*---------------------------------------------------------------------------*/
6060
/**
6161
* @brief LoRaWAN NVM Flash address
62-
* @note last 2 sector of a 128kBytes device
62+
* @note last 2 sector of a 256kBytes device
6363
*/
6464
#define LORAWAN_NVM_BASE_ADDRESS ((void *)0x0803F000UL)
6565

Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node/LoRaWAN/App/lora_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ typedef enum TxEventType_e
8383
/*---------------------------------------------------------------------------*/
8484
/**
8585
* @brief LoRaWAN NVM Flash address
86-
* @note last 2 sector of a 128kBytes device
86+
* @note last 2 sector of a 256kBytes device
8787
*/
8888
#define LORAWAN_NVM_BASE_ADDRESS ((void *)0x0803F000UL)
8989

Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_FreeRTOS/LoRaWAN/App/lora_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ typedef enum TxEventType_e
8383
/*---------------------------------------------------------------------------*/
8484
/**
8585
* @brief LoRaWAN NVM Flash address
86-
* @note last 2 sector of a 128kBytes device
86+
* @note last 2 sector of a 256kBytes device
8787
*/
8888
#define LORAWAN_NVM_BASE_ADDRESS ((void *)0x0803F000UL)
8989

Projects/NUCLEO-WL55JC1/Applications/Sigfox/Sigfox_AT_Slave/Sigfox/App/ee_conf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ extern "C" {
7575

7676
/**
7777
* @brief EEPROM Flash address
78-
* @note last 2 sector of a 128kBytes device
7978
*/
8079
#define EE_BASE_ADRESS (0x0801D000UL)
8180

Projects/NUCLEO-WL55JC1/Applications/Sigfox/Sigfox_AT_Slave_DualCore/CM0PLUS/Sigfox/App/ee_conf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ extern "C" {
7575

7676
/**
7777
* @brief EEPROM Flash address
78-
* @note last 2 sector of a 128kBytes device
7978
*/
8079
#define EE_BASE_ADRESS (0x0801D000UL)
8180

0 commit comments

Comments
 (0)