XFlashTiming - XFlashTiming - 2026.1 English - UG643

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2026-06-23
Version
2026.1 English
Flash timing.

Declaration

typedef struct
{
  u16 WriteSingle_Us;
  u16 WriteBuffer_Us;
  u16 EraseBlock_Ms;
  u16 EraseChip_Ms;

} XFlashTiming;
Table 1. Structure XFlashTiming Member Description
Member Description
WriteSingle_Us Time to program a single word unit Units are in microseconds.
WriteBuffer_Us Time to program the contents of the write buffer.

Units are in microseconds If the part does not support write buffers, then this value is zero.

EraseBlock_Ms Time to erase a single block Units are in milliseconds.
EraseChip_Ms Time to perform a chip erase Units are in milliseconds.