I'm trying to build the edma 3 example project:
edma3_drv_bios6_c6678_st_sample
but keep getting an error:
<Linking>
error: symbols in the reserved far sections cannot be accessed as near; symbol
"numEdma3Instances" in the far section
"C:/ti/edma3_lld_02_11_14_18/packages/ti/sdo/edma3/drv/sample/lib/c6678-evm/
Searches have provided nothing. The debug version gives me this right out of the gate. The release version needs the edma lld libraries added and then gives me the exact same error. How do I resolve this? Are there any examples that actually compile? I'm not finding much information searching for this error.
