1 / 24

NS9750 - Training Hardware

NS9750 - Training Hardware. System Controller Module. SCM: System Controller Module. The following features are contained in the SCM: System clock generation System level address decoding AHB arbiter AHB bus monitoring Vectored interrupt controller 16 Timer/Counter modules

cooper
Download Presentation

NS9750 - Training Hardware

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. NS9750 - Training Hardware

  2. System Controller Module

  3. SCM: System Controller Module The following features are contained in the SCM: • System clock generation • System level address decoding • AHB arbiter • AHB bus monitoring • Vectored interrupt controller • 16 Timer/Counter modules • Software watchdog timer • Bootstrap initialization • System power save sleep and wake up control

  4. System Clock GenerationBlock Diagram

  5. System Clock Generation • The oscillator reference clock must be kept in the 20MHz to 40MHz range. • The PLL frequency ( CKOUT) must be kept in the 400MHz to 800MHz range. • The PLL can be bypassed via a hardware strapping option. • The PLL settings can be modified by system software. A full chip reset will occur after the PLL settings have been modified.

  6. System Level Address DecodingExternal Chip Select • There are 8 external memory chip selects, 4 for static type memories and 4 for dynamic type memories. • The address space from 0x0000_0000 to 0x7FFF_FFFF is reserved for the 8 external memory chip selects. • The specific address space for the 8 external chip selects can be rearranged via configuration registers in the SCM.

  7. System Level Address DecodingAHB Peripheral Address Decoding 0x0000 0000 – 0x7FFF FFFF 2048 MB 8 External Chip Selects 0x8000 0000 – 0x8FFF FFFF 256 MB PCI Memory 0x9000 0000 – 0x9FFF FFFF 256 MB BBus Peripherals1 0xA000 0000 – 0xA00F FFFF 1 MB PCI IO 0xA010 0000 – 0xA01F FFFF 1 MB PCI CONFIG_ADDR 0xA020 0000 – 0xA02F FFFF 1 MB PCI CONFIG_DATA 0xA030 0000 – 0xA03F FFFF 1 MB PCI Arbiter 0xA040 0000 – 0xA04F FFFF 1 MB BBUS-to-AHB Bridge 0xA050 0000 – 0xA05F FFFF 1 MB Reserved 0xA060 0000 – 0xA06F FFFF 1 MB Ethernet 0xA070 0000 – 0xA07F FFFF 1 MB Memory Controller 0xA080 0000 – 0xA08F FFFF 1 MB LCD Controller 0xA090 0000 – 0xA09F FFFF 1 MB System Control Module 0xA0A0 0000 – 0xFFFF FFFF Reserved

  8. System Level Address DecodingBBus Peripheral Address Decoding 0x9000 0000 – 0x900F FFFF 1MB BBUS DMA 0x9010 0000 – 0x901F FFFF 1MB USB 0x9020 0000 – 0x9020 003F 1MB SER Port #1 0x9020 0040 – 0x9020 007F 1MB SER Port #2 0x9030 0000 – 0x9030 003F 1MB SER Port #3 0x9030 0040 – 0x9030 007F 1MB SER Port #4 0x9040 0000 – 0x904F FFFF 1MB IEEE-1284 0x9050 0000 – 0x905F FFFF 1MB I2C 0x9060 0000 – 0x906F FFFF 1MB BBUS Utility 0x9070 0000 – 0x9FFF FFFF Reserved

  9. AHB ArbiterBlock Diagram Memory Controller: One port is for the CPU and the other port is for all other masters. Two ports are used to maximize the overall performance to the external memory.

  10. AHB ArbiterExample Bandwidth Calculation The bandwidth for the masters on the AHB arbiter is configurable via control registers in the SCM. The following example shows a typical configuration. Assumptions • 5 AHB masters – Ethernet Rx, Ethernet Tx, PCI, BBus, and LCD. • Memory clock frequency – 100MHz (max AHB clock frequency). • Average access time per 32-byte memory access – 16 clock cycles. • The ARM926 is guaranteed one half the total memory bandwidth (this is accounted for in the “100MHz/2” part of the formula below). Per Master Bandwidth Calculation [(100MHz/2) / (16clock cycles per access x 5masters)] x 32bytes = 20 Mbytes/master

  11. AHB ArbiterExample Bandwidth Calculation Arbiter Configuration If 20Mbytes per second meets the requirements of all of the masters, then the AHB arbiter will be programmed as follows. BRC0[31:24] ARM926 BRC0[23:16] Ethernet Rx BRC0[15:8] ARM926 BRC0[7:0] Ethernet Tx BRC1[31:24] ARM926 BRC1[23:16] PCI BRC1[15:8] ARM926 BRC1[7:0] BBus BRC2[31:24] ARM926 BRC2[23:16] LCD BRC2[15:8] disabled BRC2[7:0] disabled BRC3[31:24] disabled BRC3[23:16] disabled BRC3[15:8] disabled BRC3[7:0] disabled

  12. AHB ArbiterExample Bandwidth Calculation Now assume that the LCD master needs more than 20Mbytes, and the other masters need less than 20Mbytes. The new requirements are: • Ethernet Rx - 12.5Mbytes • Ethernet Tx - 12.5Mbytes • PCI - 16Mbytes • BBus - 4Mbytes • LCD - 25Mbytes • Total - 70Mbytes New Per Master Bandwidth Calculation [(100MHz/2) / (16clock cycles per access x 6masters)] x 32bytes = 16.667 Mbytes/master

  13. AHB ArbiterExample Bandwidth Calculation New Arbiter Configuration The AHB arbiter will now be programmed as follows with the LCD module assigned 2 arbiter channel slots. BRC0[31:24] ARM926 BRC0[23:16] Ethernet Rx BRC0[15:8] ARM926 BRC0[7:0] Ethernet Tx BRC1[31:24] ARM926 BRC1[23:16] LCD (first slot) BRC1[15:8] ARM926 BRC1[7:0] PCI BRC2[31:24] ARM926 BRC2[23:16] BBus BRC2[15:8] ARM926 BRC2[7:0] LCD (second slot) BRC3[31:24] disabled BRC3[23:16] disabled BRC3[15:8] disabled BRC3[7:0] disabled

  14. AHB Bus Monitoring The following events can be programmed to cause a chip reset, interrupt, or save status only. • AHB Bus Arbiter Timeout – triggers when the AHB bus is granted to a new master and the bus continues to be in the IDLE state for longer than the AHB Bus Arbiter Timeout Period configuration register.   • AHB Bus Monitor Timeout - triggers when a bus master starts a slave access and no slave acknowledges the bus access within the AHB Bus Monitor Timeout Period configuration register. • AHB Slave Error Response Detect – triggers when a slave ERROR response type is received.   • AHB Max Burst Detect – triggered when burst transfers greater than the value programmed in the AHB Max Burst Detect Length configuration register.  

  15. Vectored Interrupt ControllerBlock Diagram

  16. Interrupt 0 – Watchdog Timer Interrupt 1 – AHB Bus Error Interrupt 2 – BBus Aggregate1 Interrupt 3 – reserved Interrupt 4 – Ethernet Rx Interrupt 5 – Ethernet Tx Interrupt 6 – Ethernet Phy Interrupt 7 – LCD Interrupt 8 – PCI Interrupt 9 – PCI Arbiter Interrupt 10 – PCI Ext Int 0 Interrupt 11 –PCI Ext Int 1 Interrupt 12 – PCI Ext Int 2 Interrupt 13 – PCI Ext Int 3 Interrupt 14 – I2C Interrupt 15 – BBus DMA Interrupt 16 – Timer 0 Interrupt 17 – Timer 1 Interrupt 18 – Timer 2 Interrupt 19 – Timer 3 Interrupt 20 – Timer 4 Interrupt 21 – Timer 5 Interrupt 22 – Timer 6 Interrupt 23 – Timer 7 Interrupt 24 – Timer 8 and 9 Interrupt 25 – Timer 10 and 11 Interrupt 26 – Timer 12 and 13 Interrupt 27 – Timer 14 and 15 Interrupt 28 – Ext Int 0 Interrupt 29 – Ext Int 1 Interrupt 30 – Ext Int 2 Interrupt 31 – Ext Int 3 Vectored Interrupt ControllerSources

  17. Vectored Interrupt ControllerConfiguration Sequence • Configure the Interrupt Vector Address register for each level, 31-0. • Assign a source Interrupt Assign ID, IRQ or FIQ, and enable each level by writing to the Config registers. Disable any levels that are not used. • Configure the operation of the external interrupts by writing to the External Interrupt Control registers (3-0). The external interrupts can be negative or positive edge, or negative or positive level triggered. • Wait for an interrupt to occur. • Read the Active Interrupt Level Status register to determine the interrupt level. This step is optional.

  18. Vectored Interrupt ControllerConfiguration Sequence • Read the Interrupt Service Routine Address register (ISRADDR) to determine the address to jump to. This read operation masks out this and all lower interrupt levels until the interrupt service routine has finished. • Jump to ISRADDR and service the interrupt. The routine should clear the interrupt at the source. • After the interrupt service routine is finished, perform a write (any value) to the ISRADDR register. This write operation will unmask this and all lower interrupt levels.

  19. Timer/Counter Modules • The Timer/Counters are 32-bits wide. • The clock for each Timer/Counter is configurable to be the ARM926 clock rate divided by 1, 2, 4, 8, 16, 32 or 64, or an external event via GPIO. • The Timer/Counters can be concatenated together to form larger counters. • 8 of the Timer/Counters have dedicated inputs to the Vectored Interrupt Controller. The other 8 Timer/Counters share 4 inputs. • A status register is available to read the current value of each Timer/Counter, (Timer 0-15 Read register). • The Timer/Counter registers can be configured to rollover or stop on terminal count.

  20. Software Watchdog Timer • Provided to detect gross system failures and configuration errors. • The clock rate can be configured to be the ARM926 clock divided by 2, 4, 8, 16, 32, or 64. • The timeout range can be configured from microseconds to minutes. • When enabled the system software must write to the Software Watch Dog Timer register before it expires. • When the Software Watch Dog Timer does time out, the system can be configured to generate an IRQ, a FIRQ, or a RESET to restart the whole system.

  21. Bootstrap Initialization Internal pull-up resistors on the pins provide a default configuration by either inverting or not inverting the signal from the pin. To change the default configuration, use a pull-down resistor in the 2.2k-2.4k range.

  22. Bootstrap Initialization

  23. Bootstrap Initialization

  24. Bootstrap Initialization

More Related