This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TM4C129XNCZAD: NDK buffer location and size

Part Number: TM4C129XNCZAD

Tool/software: TI-RTOS

The User guide implies the NDK buffers belong in external memory. The buffers are cited as .far:NDK_PACKETMEM

But in the example projects, I see .bss:NDK_PACKETMEM. The example apps don't have far memory at all! What type of far memory is being suggested?

The guide also give recommendations for these buffers of ~48k, but XGCON defines the buffers by frames and pages. What size should the frames and pages be such that the number multiplier results in a size of 48k?