From: Berker Bilgin on
I'm trying to write a constant data to memory, when there is a hardware interrupt in a TMS2812 DSP. To do this using target support package, I apply the output of "hardware interrupt" block to a function call subsystem. Inside the function call subsystem, there is a constant block (uint16) connected to the memory block (of course the ADC block itself is included in the subsystem, but not connected to anywhere). In code composer studio, however, I cannot read the data assigned to that memory address.

Is "write to memory" block not working inside function-call subsystem?
I appreciate if anyone can help me.