[ECOS] minor bug in flash_28fxxx.inl

Christoph Csebits christoph.csebits@frequentis.com
Wed Jun 20 01:24:00 GMT 2001


hi

maybe i found a bug in flash_28fxxx.inl.

a 28F160 have a block size of 32k ( 0x8000 )
the whole flash block size is multiplied with
the number of interleaved devices.
(thats clear)

but this multiplication is done twice:

# define FLASH_BLOCK_SIZE               (0x8000*CYGNUM_FLASH_INTERLEAVE)

// Hard wired for now
flash_info.block_size = FLASH_BLOCK_SIZE * CYGNUM_FLASH_INTERLEAVE;

regards, christoph

-- 
The day Microsoft makes something that doesn't suck
will probably be the day they start making vacuum-cleaners.
                                       -- unkwown source



More information about the Ecos-discuss mailing list