For our project, we have to fire 512 chirps,64 ADC samples for each chirp, and 8 virtual antennas. we are using the HW accelerator for all radar processing. Due to memory constraints for L3 memory, we have to process a certain number of chirps out of 512 chirps(for example, we have to process the first 2 chirps out of 8 chirps). How could we achieve this?
Thanks in advance.