PDF: 4749051511/Source:7788125767
Aptina reserves the right to change products or specifications without notice.
MT9T111_DG - Rev. B 9/10 EN
77
©2007 Aptina Imaging Corporation. All rights reserved.
MT9T111: Developer Guide
Power-On Operation
Preliminary
Power-On Operation
The following list is an example of the host processor commands to be sent to the
MT9T111 after the power-on sequence. Depending on the application, the command
sequence can be changed or omitted.
1. The system powers up. All the power supplies are turned on and the external clock
(EXTCLK) is running. RESET and STANDBY signals are in an inactive state.
2. The PLL is disabled and in bypass mode.
3. Program the PLL and clock dividers.
4. Enable the PLL.
5. Wait for the PLL to lock.
6. Turn off the PLL bypass mode.
7. Set the output slew rate.
8. Enable parallel output.
9. Remove sensor from soft standby.
10. Load PGA coefficients for LSC settings.
11. Load CCM table values for AWB settings.
Example of ini File for Power-On Sequence:
The following examples show more detail for the power-on operation steps shown
above.
[ Basic Initialization]
// Reset Sensor
REG = 0x001A, 0x0219 // RESET_AND_MISC_CONTROL
DELAY=1
REG= 0x001A, 0x0218 // RESET_AND_MISC_CONTROL
// wait for Sensor to come out of reset
POLL_REG = 0x0000,0xFFFF, ! = 0x2680, DELAY = 10,TIMEOUT = 100
//DELAY=300
// Setup PLL
|LOAD = PLL Settings
// Enable Clock Pad
REG = 0x0016, 0x0400 // CLOCKS_CONTROL
// Enable Parallel Output
REG = 0x001A, 0x0218 // RESET_AND_MISC_CONTROL
// Maximize Slew Rate
REG = 0x001E, 0x0777 // PAD_SLEW_PAD_CONFIG
// Remove Sensor from Standby
REG = 0x0018, 0x4028 // STANDBY_CONTROL_AND_STATUS
// Wait for Sensor to come out of Standby
POLL_REG=0x0018, 0x4000, ! = 0x0000, DELAY = 10, TIMEOUT = 100
//DELAY = 300