This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to generate timer interrupt?

Hi all,

I was studying juno_ADP_trm.pdf, but i don't find how to generate timer interrupt? for example, loop interrupt of 1ms.

someone did it?

Parents
  • We don't provide low level test software for this purpose . You will need to write this code yourself. For questions of this nature, please email juno-support@arm.com.

    In short you will need to configure the GIC Distributor and GIC CPU Interfaces using the memory mapped interfaces. There are also memory mapped timers on the Juno Motherboard which can be accessed as a memory mapped device (e.g. SP804 Dual-timer @ 0x00_1C11_0000). Information about this timer can be found in the  Juno TRM.

Reply
  • We don't provide low level test software for this purpose . You will need to write this code yourself. For questions of this nature, please email juno-support@arm.com.

    In short you will need to configure the GIC Distributor and GIC CPU Interfaces using the memory mapped interfaces. There are also memory mapped timers on the Juno Motherboard which can be accessed as a memory mapped device (e.g. SP804 Dual-timer @ 0x00_1C11_0000). Information about this timer can be found in the  Juno TRM.

Children