Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
|
Hi! I have got a rather large program code for the c6x. So i tried to seperate different functions into different SECTIONs in the external memory through the #pragma CODE_SECTION... This worked fine. Now I want to reload the single functions into the program memory during runtime, using DMA. My problem is, that I don`t really know how to handle it. Whenever I try to run the inloaded code all crashes. TI`s manuals don“t really help me. I fear that I do something wrong with the DMA. Can someone send me an example how to do such an block transfer? thanks, erwin |