You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
soc: arm: stm32h7: expand linker with sram sections 1 to 3
In zephyrproject-rtos#53184 a linker section for SRAM4 was added because it's
required for use with the STM32H7 BDMA. Now in zephyrproject-rtos#52965 support
was added for the ADC DMA which expects a similar linker section
which is non-cachable, but is limited to use SRAM4 to place it's
buffers. This commit gives the user more flexibility to use any
SRAM region to place buffers to use with ADC DMA.
The region SRAM0 isn't supported because it doesn't have the
"zephyr,memory-region" compatibility required to turn it into
a non-cacheable region, meaning it doesn't fit the mentioned
use case.
Signed-off-by: Hein Wessels <[email protected]>
0 commit comments