Hello support team,
I am porting the latest FreeRTOS 8.2.0 to the AM3359. To do this, I need to set some CPU addresses:
- The base address of the ARM Generic Interrupt Controller (GIC)
- The offset from GIC base address at which the GIC's CPU interface starts. Typically this will be 0x1000.
- The priority mask register address
- The interrupt acknowledge register address
- The binary point register address
- The running priority register address
Can somebody tell me, where I can find these? I searched the TRMs, datasheet, ARM references and the StarterWare source files without success.
Thanks in advance,
Stephan