Jump to content

Specific Process Knowledge/Etch/DRIE-Pegasus/TrenchCharacterisation: Difference between revisions

Jmli (talk | contribs)
No edit summary
Jmli (talk | contribs)
Line 11: Line 11:


= Characterization of DRIE silicon trenches =
= Characterization of DRIE silicon trenches =
Dry etched silicon trenches come in many sizes and shapes. In most cases the best way of characterizing them is to cleave the wafer perpendicularly to the trench and inspect the profile in an SEM or optical microscope. The SEM provides by far the best information as there are no challenges with limited depth of focus or image resolution. To make a complete data set with, say, variations trench widths as
Dry etched silicon trenches come in many sizes and shapes. In most cases the best way of characterizing them is to cleave the wafer perpendicularly to the trench and inspect the profile in an SEM or optical microscope. The SEM provides by far the best information as there are no challenges with limited depth of focus or image resolution. To make a complete data set with, say, variations trench widths or etch loads
The work of adding measurements to SEM images, collecting the data and making sure that it is complete is, however, tedious.  
the work of adding measurements to SEM images, collecting the data and making sure that it is complete is, however, tedious. Instead of adding a ton of measurements to each SEM image while at the SEM and hence spend an unreasonable amount of time there, one can postpone making the measurements till afterwards by using a Matlab script as the one described below.


== Using Matlab scripts ==
== Using Matlab scripts ==


A Matlab script automating the measurements from SEM images has been developed. It follows the sequence:
A Matlab script automating the measurements from SEM images on etched trenches has been developed in the Matlab AppDesigner. It follows the sequence:
# '''Input parameters''': The information required in terms of
# '''Input parameters''': The information about the etch process can be entered manually or read from a text file.
## Date
## Date
## Wafer info: Substrate size, conditions, mask material and thickness
## User
## Material etched, exposed area
## Wafer info: Substrate size, material etched, etch load, mask material and thickness
## Recipe:
## Chamber conditioning, steps before the actual etch
 
## Wafer ID, Labmanager process log
Many users make measurements using the annotations in the SEM. Either top view measurements of heights/widths or tilted samples
## Recipe, duration
## Comments
#


=== Input parameters ===
=== Input parameters ===
Line 29: Line 31:
'''At the SEM'''
'''At the SEM'''


  However, instead of adding a ton of measurements to each SEM image while at the SEM and hence spend an unreasonable amount of time there, one can postpone making the measurements till afterwards. The only requirement is that the pixel size of every SEM image is known - one can add it to the datazone: See any SEM manual for instructions - for instance [http://labmanager.dtu.dk/d4Show.php?id=2180&mach=275#dafs29430 '''HERE''']
  However, The only requirement is that the pixel size of every SEM image is known - one can add it to the datazone: See any SEM manual for instructions - for instance [http://labmanager.dtu.dk/d4Show.php?id=2180&mach=275#dafs29430 '''HERE''']


'''Making measurements'''
'''Making measurements'''