This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

F28M35H52C: Understanding Memory in the F28M35H52C

Part Number: F28M35H52C
Other Parts Discussed in Thread: CONTROLSUITE

I'm looking at a project for a client that uses a hardware design based on the F28M35xx ControlCARD and I'm trying to understand how much internal RAM I have accessible to the Control Subsystem.

I need to take ADC readings every 50 uS and save up to 12,600 samples - this is doubled because I have 2 separate channels I need to record.

The diagrams I'm looking at indicate that the F28M35H52C has  64 kBytes of shared parity RAM (S0-S7) so it looks like I should be able to store the data in there by compressing my data (2 samples into 3 bytes) and allocating 3 x 8 Mbyte blocks per sample set

Can anyone please help me by:

a. Confirming that what I'm suggesting makes sense / seems possible

b. Pointing me to documentation that will allow me to read up on this in more detail - I'm struggling to navigate my way around the docs

c. Suggest an example program from the ControlSuite samples that would be a good starting point for my code exploration

Thanks in advance.