Tool/software:
Hello,
I am setting up VIM from scratch on the AM263P4. I followed the steps in the TRM under Servicing IRQ Through MMR Interface. As I have not done something like this before I am not too familiar with what other steps I would need in order for VIM to successfully work.
Should I create an interrupt vector table, and if so, how do I know which address each ISR would be at? I know I would need to write the ISRs myself, but are there already set addresses for the source interrupts found in the R5FSS0_CORE0 Interrupt Map?
Additionally, would I need to context switch in order to initialize VIM or is that something done inside of VIM before going into an ISR?
Thank you!