tests: dma/chan_blen_transfer: move buffer to DMA-accessible memory
This commit moves the test buffer from ITCM (not accessible by DMA) to DTCM on several NXP boards, to make the test successful. Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
parent
3099491f3e
commit
eaa799a9b5
8 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
|||
CONFIG_CODE_DATA_RELOCATION=y
|
||||
CONFIG_MEM_ATTR_HEAP=y
|
||||
CONFIG_DMA_LOOP_TRANSFER_RELOCATE_SECTION="ITCM"
|
||||
CONFIG_DMA_LOOP_TRANSFER_RELOCATE_SECTION="DTCM"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
|
||||
|
||||
&itcm {
|
||||
&dtcm {
|
||||
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
|
||||
};
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
CONFIG_CODE_DATA_RELOCATION=y
|
||||
CONFIG_MEM_ATTR_HEAP=y
|
||||
CONFIG_DMA_LOOP_TRANSFER_RELOCATE_SECTION="ITCM"
|
||||
CONFIG_DMA_LOOP_TRANSFER_RELOCATE_SECTION="DTCM"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
|
||||
|
||||
&itcm {
|
||||
&dtcm {
|
||||
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
|
||||
};
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
CONFIG_CODE_DATA_RELOCATION=y
|
||||
CONFIG_MEM_ATTR_HEAP=y
|
||||
CONFIG_DMA_LOOP_TRANSFER_RELOCATE_SECTION="ITCM"
|
||||
CONFIG_DMA_LOOP_TRANSFER_RELOCATE_SECTION="DTCM"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
|
||||
|
||||
&itcm {
|
||||
&dtcm {
|
||||
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
|
||||
};
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
CONFIG_CODE_DATA_RELOCATION=y
|
||||
CONFIG_MEM_ATTR_HEAP=y
|
||||
CONFIG_DMA_LOOP_TRANSFER_RELOCATE_SECTION="ITCM"
|
||||
CONFIG_DMA_LOOP_TRANSFER_RELOCATE_SECTION="DTCM"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <zephyr/dt-bindings/memory-attr/memory-attr-arm.h>
|
||||
|
||||
&itcm {
|
||||
&dtcm {
|
||||
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue