DAM problem
1:in core2's project ,core2 want to write 512 Bytes at 0x1086ffff which is in core0 LL2RAM.
only use following program to set dstAddr can achieve this .
myParamSetup.dstAddr = (Uint)(0x1086ffff);
so ,in core's project ,how can i define a reserved space of 512B to hold the data core2 transmit?
2: in core2's project , how can i define my own function which can be automaticlly perfromd after DMA finished
except using that polling IPR/IPRH?
3:every time i create a new CCS project ,i must add ti.csl.ae66 and ti.csl.intc.ae66 to the new project.
how can i avoid this borthering adding operation? everytiem a project is created ,it can automaticlly load the lib files.
thank you for you reply .