Component: FLASH (CAL) (Misc): Difference between revisions
Appearance
m Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable"" |
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead"" |
||
| Line 78: | Line 78: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''EraseAll''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''EraseAll''' | ||
|- | |- | ||
| Line 97: | Line 97: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ErasePage''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ErasePage''' | ||
|- | |- | ||
| Line 116: | Line 116: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ReadInstruction''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ReadInstruction''' | ||
|- | |- | ||
| Line 140: | Line 140: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''WriteInstruction''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''WriteInstruction''' | ||
|- | |- | ||
| Line 164: | Line 164: | ||
{| class="mtx-class-macrotable wikitable" | {| class="mtx-class-macrotable wikitable" | ||
|- | |- | ||
| width="10%" align="center" | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''WriteInstructionRow''' | | width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''WriteInstructionRow''' | ||
|- | |- | ||
Revision as of 14:17, 13 July 2026
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Misc |
FLASH (CAL) component
CAL - Code Abstraction Layer A low level implementation giving direct access to Flash read and write routines.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_FLASH.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_FLASH.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
EraseAll
| EraseAll | |
| Erase all flash memory locations on the device. | |
| Aux | |
| 0=Primary Flash, 1=Aux Flash if available | |
| Return | |
ErasePage
| ErasePage | |
| Erase the minimum amount of flash (usually a page) at the selected address. | |
| Address | |
| Start address of page | |
| Return | |
ReadInstruction
| ReadInstruction | |
| Reads a single instruction from the device memory. Loads the result into the Data array. | |
| Address | |
| Start address of page | |
| Data | |
| Return | |
WriteInstruction
| WriteInstruction | |
| Writes a the minimum number of instructions to the device memory. Takes the values from the data array. | |
| Address | |
| Data | |
| Return | |
WriteInstructionRow
| WriteInstructionRow | |
| Writes a complete row of instructions to the device memory. Takes the values from the data array. | |
| Address | |
| Data | |
| Return | |