After data is processed by DSP, how can I transmit the processed data to ARM so that this processed data can be delivered to PC throw a serial port by ARM?
I have tried a shared memory, but strange problems occurs when data is written to thisshared memory by DSP and is read by ARM...
(P.S. I'm a junior student and I find program on chips is so hard that I donnot know where to start. I'll appreciate a lot if someone can told how to study a chip like this and program on it.)