
ADSP-BF59x Blackfin Processor Hardware Reference
16-69
System Reset and Booting
C prototype:
s32 bfrom_Crc32 (
s32 *pLut,
void *pData,
s32 dByteCount,
s32 dInitial);
This routine calculates the CRC32 checksum for a given array of bytes.
The look-up table is typically generated by the
BFROM_CRC32POLY
routine.
During the boot process this routine is called by the
BFROM_CRC32CALLBACK
routine. The
dInitial
value is normally set to zero unless the CRC32 rou-
tine is called in multiple slices. Then, the
dInitial
parameter expects the
result of the former run.
BFROM_CRC32POLY
Entry address:
0xEF00 0032
Arguments:
• pointer to look-up table in
R0
• polynomial in
R1
• updated block count returned in
R0
C prototype:
s32 bfrom_Crc32Poly (
unsigned s32 *pLut,
s32 dPolynomial);
This function generates a 1024-byte look-up table from a given CRC
polynomial. During the boot process this routine is hidden by the
BFROM_CRC32INITCODE
routine.
Содержание ADSP-BF59x Blackfin
Страница 64: ...Development Tools 1 22 ADSP BF59x Blackfin Processor Hardware Reference...
Страница 74: ...Processor Specific MMRs 2 10 ADSP BF59x Blackfin Processor Hardware Reference...
Страница 204: ...Unique Information for the ADSP BF59x Processor 5 104 ADSP BF59x Blackfin Processor Hardware Reference...
Страница 244: ...Programming Examples 6 40 ADSP BF59x Blackfin Processor Hardware Reference...
Страница 345: ...ADSP BF59x Blackfin Processor Hardware Reference 9 9 Core Timer Unique Information for the ADSP BF59x Processor None...
Страница 346: ...Unique Information for the ADSP BF59x Processor 9 10 ADSP BF59x Blackfin Processor Hardware Reference...
Страница 398: ...Unique Information for the ADSP BF59x Processor 11 42 ADSP BF59x Blackfin Processor Hardware Reference...
Страница 622: ...Unique Information for the ADSP BF59x Processor 15 38 ADSP BF59x Blackfin Processor Hardware Reference...
Страница 700: ...Programming Examples 16 78 ADSP BF59x Blackfin Processor Hardware Reference...
Страница 738: ...Boundary Scan Architecture B 8 ADSP BF59x Blackfin Processor Hardware Reference...