Welcome to mirror list, hosted at ThFree Co, Russian Federation.

data.s « app « STM32_WPAN « BLE_MeshLightingPRFNode « BLE « Applications « P-NUCLEO-WB55.Nucleo « Projects - github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7828440843ae9bf5a4fa22449761767a6d62b1f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
;/**
;******************************************************************************
;* @file    data.s
;* @author  BLE Mesh Team
;* @version V1.07.000
;* @date    15-June-2018
;* @brief   Memory management 
;******************************************************************************
;* @attention
;*
;* Copyright (c) 2019 STMicroelectronics.
;* All rights reserved.
;*
;* This software is licensed under terms that can be found in the LICENSE file
;* in the root directory of this software component.
;* If no LICENSE file comes with this software, it is provided AS-IS.
;*
;******************************************************************************
;*/
_bdaddr EQU 0x0807E000
    EXPORT _bdaddr

    AREA    CONFIG, READONLY
_mobleNvmBase_data
    EXPORT _mobleNvmBase_data
    FILL 4096, 0x00

    END