Skip to content

Commit 2215a9a

Browse files
author
micgur01
committed
code review for Update linker scripts for bootloader target L496GZ
1 parent 5348830 commit 2215a9a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/device/TOOLCHAIN_GCC_ARM/STM32L496XX.ld

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/* Linker script to configure memory regions. */
22
/* 0x1AC resevered for vectors; 8-byte aligned = 0x1B0 (0x1AC + 0x4)*/
3+
34
#if !defined(MBED_APP_START)
45
#define MBED_APP_START 0x08000000
56
#endif
67
#if !defined(MBED_APP_SIZE)
78
#define MBED_APP_SIZE 1024k
89
#endif
10+
911
MEMORY
1012
{
1113
FLASH (rx) : ORIGIN = MBED_APP_START, LENGTH = MBED_APP_SIZE

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4261,7 +4261,8 @@
42614261
"detect_code": ["0822"],
42624262
"device_has_add": ["ANALOGOUT", "CAN", "CRC", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
42634263
"release_versions": ["2", "5"],
4264-
"device_name": "STM32L496AG"
4264+
"device_name": "STM32L496AG",
4265+
"bootloader_supported": true
42654266
},
42664267
"NUCLEO_L496ZG": {
42674268
"inherits": ["FAMILY_STM32"],

0 commit comments

Comments
 (0)