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?