Tool/software:
In the document, "CC23xx SimpleLink Wireless Microcontroller Unit Technical Reference Manual", section 8.4.3 indicates that in a User Defined Bootloader:
"The bootloader can use all of SRAM except the area 0x20000400-0x2000047F which contains boot flow state variables."
However, in the Simplelink Low Power F3 SDK version 9.11.00.18, the file UDMALPF3.h creates the DMA Control Table Entry with a hard coded base address in SRAM of 0x20000400.
Does this mean that you can not use DMA in a custom bootloader?