Flash is an electrically erasable/programmable non-volatile memory that can be programmed and erased many times to ease code development. Flash memory can be used primarily as a program memory for the core, and secondarily as static data memory. This guide describes the usage of the flash API library to perform erase, program and verify operations for the on-chip Flash memory of F29H85x devices.
Arm® is a registered trademark of Arm Limited (or its subsidiaries) in the US and/or elsewhere.
All trademarks are the property of their respective owners.
This reference guide provides a detailed description of Texas Instruments' F29H85x Flash API Library (F29H85x_NWFlashAPI_v21.00.00.00.lib) functions that can be used to erase, program and verify Flash on F29H85x devices. Note that Flash API v21.00.00.00 should be used only with F29H85x devices. The Flash API Library is provided in the F29H85x SDK at "f29h85x-sdk > source > flash_api"
C28 Flash API Function Signature | C29 Flash API Function Signature |
---|---|
|
|
|
|
|
No longer required/deprecated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Deprecated. Use
|
|
|
|
|
|
|
|
|
|
|
|
|
Unlike F28P65x devices, the F29H85x memory model uses an interleaved flash bank system to keep up with the CPU processing speed. Figure 1-1 shows a diagram of the flash architecture.
This means that program and erase commands must be called twice, once for each interleaved bank. The exact specifics are handled within FlashAPI, with reads and writes now done through up to four Flash Read Interfaces (FRI-n) rather than a raw bank base address. There are four BankModes to choose from, affecting the memory split between CPUs 1 and 3 and whether or not swap is enabled. More specifics can be found in the F29H85x and F29P58x Real-Time Microcontrollers Technical Reference Manual.
To meet the requirements of this new architecture, several new parameters have been added to the functions, as shows above:
Additionally, the F29 series of devices are byte/8-bit addressable, unlike the C28's 16-bit addressability.
For specific documentation on the flash architecture, see the F29H85x and F29P58x Real-Time Microcontrollers Technical Reference Manual.