I was wondering whether I could use USB drivers in the SBL that runs on R5. is this possible? Or does it need to run on a specific core (like a53) ?
I know that bare-metal USB is challenging but in this question, I want to understand if R5 can access and use USB-related functionalities (accessing related registers, related interrupts, and other minimal things that are needed to have a minimal USB stack).
Thanks.