ChibiOS  0.0.0
Abstract NOR Flash Class

Generic NOR Flash interface. More...

Collaboration diagram for Abstract NOR Flash Class:

Generic NOR Flash interface.

This module implements a generic class for NOR Flash devices.

Driver State Machine

The flash driver implements a state machine internally, not all the driver functionalities can be used in any moment, any transition not explicitly shown in the following diagram has to be considered an error and shall be captured by an assertion (if enabled).

dot_inline_dotgraph_14.png

Flash Operations.

This driver abstracts a generic PWM timer composed of:

A PWM channel output can be in two different states:

Note that the two states can be associated to both logical zero or one in the PWMChannelConfig structure.