Hello
I am trying to use C6474 to run NDK and SRIO together. Because I need to transfer data to L2 memory through SRIO, I set L2 memory address as global address 0x10800000. Otherwise if I set L2 memory address as local address 0x0080000, SRIO will not work. But the problem of setting L2 memory as global address is that now NDK does not work!
NDK will work only when I set L2 memory address as local address 0x0080000. Now if I want to NDK and SRIO work together, what should I do? Can I run NDK will global L2 memory address ?
my NDK version is 2.1.0
Thanks for the answer