I have been learning ARM Assembly by following lecture 21. This is truly an awesome guide to get someone started in assembly. Thanks a lot!
At this point, I have grown assembly-hungry for nice implementations. So I was wondering two things:
Is Lecture 22, where an FIR filter implementation is taught, available or anywhere? If not, will it be made available? I have seen some people asking this in the past but I can't recall any answers. Out of curiosity, why is it not the rest of the course?
Do you know of any other external sources where to learn how to implement an FIR Filter using assembly, potentially in ARM or at least in a Bela-friendly manner? I mean, easy-ish to integrate.
Thanks a lot!