请问在PXA270的BSP中对FLASH--P33(64M)的Erase操作有这样一段代码: if ( ((flashType == L18) || (flashType == L30) || (flashType == P33))&& (num_l3_blocks_erased > 0) )
{
// We need to take care of the first 16K blocks if there are any
pdwFlash += (L3_BLOCK_SIZE / 4);
num_l3_blocks_erased--;
} else
{
pdwFlash += (BLOCK_SIZE / 2);
}