Commit 4b620a5
committed
DMA Buffers allocated in wrong section.
What's Wrong:
* Used dma_buffer instead of dma_buffers.
How Was it Fixed (if not obvious):
* Fixed strings.
What side effects does this have (could be none):
* DMA memory will move from some random SRAM address to the range declared in the scripts
Which builds did you run to make sure they build?
[X] arm-none-eabi-gcc Cortex M4
[ ] arm-none-eabi-gcc Cortex M7
[ ] (Apple) Native Clang
[ ] (Apple) Homebrew GCC
[ ] (Apple) Homebrew LLVM
How Do We Know and Can Show It's Fixed:
* Looked at map file to see that it's moved the DMA buffers to the right spot now.
Which Unittest Series did you Check?
[ ] (Apple) Native Clang
[ ] (Apple) Homebrew GCC
[ ] (Apple) Homebrew LLVM
Did this affect any on-target builds? If so which were tested?
[X] STM32F407VE board (boots)
[ ] STM32H753ZI board1 parent e5c0612 commit 4b620a5
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments