diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-05-23 01:15:22 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-23 01:15:22 +0000 |
| commit | 1fdde8f03fc8b98c7fdb91a94e2dfd47bcbc24cb (patch) | |
| tree | b28d26b4a54ecccce2de498e5106fc55be631061 /examples/stm32wb/memory.x | |
| parent | ab7d129e152a9450b2a6445397365bcb3a3ce183 (diff) | |
| parent | 64092169e3133b572626c1efa106963139a63b3f (diff) | |
Merge #1457
1457: TL Mbox read and write for stm32wb r=xoviat a=OueslatiGhaith
Hello,
This pull request is related to #1397 and #1401, inspired by #24, built upon the work done in #1405 and #1424, and was tested on an stm32wb55rg.
This pull request aims to add read and write functionality to the TL mailbox for stm32wb microcontrollers
Co-authored-by: goueslati <[email protected]>
Co-authored-by: xoviat <[email protected]>
Diffstat (limited to 'examples/stm32wb/memory.x')
| -rw-r--r-- | examples/stm32wb/memory.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wb/memory.x b/examples/stm32wb/memory.x index 5a07b7d19..e1f0530bd 100644 --- a/examples/stm32wb/memory.x +++ b/examples/stm32wb/memory.x | |||
| @@ -11,7 +11,7 @@ MEMORY | |||
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | /* | 13 | /* |
| 14 | Memory size for STM32WB55xC with 512K FLASH | 14 | Memory size for STM32WB55xG with 512K FLASH |
| 15 | 15 | ||
| 16 | MEMORY | 16 | MEMORY |
| 17 | { | 17 | { |
