Texas Instruments TMS320F20x/F24x DSP manual Sacl Erscount, Call Flws, LAR AR1,SVAR1, 1PROTECT

Page 82

C-Callable Interface to Flash Algorithms

PRELIMINARY

ADD

#1

;Increment fail count.

SACL

ERS_COUNT

;Save new count.

SUB

#10

;CHECK for max of 10.

BCND

ers_error,GT

;If ers_cout>10 then hard fail.

CALL

FLWS

;Else, try to recover from depletion.

LACL

ERROR

;Check for FLASH±WRITE error.

BCND

ers_error,neq ;If couldn't recover, then hard fail.

B

ers_loop

;Else, try erase again.

ers_error:

 

LACL

#0

;Error while erasing.

ers_done:

 

 

LAR

AR1,SV_AR1

;Restore AR1.

CLRC

OVM

;Disable overflow.

********************************************

;Begin C Post Processing

mar *,ar1

 

sbrk #1

 

lar

ar6,*±

;save FP

lar

ar0,*±

;save ar6

pshd

*

;pop return address, push on s/w stack

;End C Post Processing ret

*****************END of _erase****************************

**********************************************************

*

function program(PROTECT,PRG_bufaddr,PRG_paddr,

*

*

PRG_length)

*

* Status will be returned in the accumulator.

*

*

0 = Fail, 1 = Pass

*

*********************************************************

*

This function performs the

program operation on the *

*

'F2XX flash. The values to

be programmed will be read *

*from a buffer in data memory. The function can program*

*one to n words of flash in a single call; restricted *

*

only by the data buffer size. If the function passes, *

*

the flash was programmed correctly. The function is

*

*

controlled by the following parameter list:

*

*

1)PROTECT

±flash segments to protect.

*

*

2)PRG_bufaddr ±Start address of program buffer in

*

*

 

data memory.

*

*

3)PRG_paddr

±Start address of flash locations to *

*

 

be programmed.

*

*

4)PRG_length

±Number of words to be programmed.

*

*

 

 

*

*

To program 20 words of flash1 starting at address

*

*

0x4020, from a buffer at 0x0800@data use this:

*

*

program(0xff00,0x0800,0x4020,20).

*

*********************************************************

_program:

PRG_PARAMS

.set

4

AR_STACK

.set

ar1

;**Parameters to be popped from s/w stack.

AR_PROTECT

.set ar2

AR_bufaddr

.set ar3

AR_paddr

.set ar4

AR_length

.set ar5

A-30

PRELIMINARY

Image 82
Contents Literature Number SPRU282 September Important Notice Read This First Preliminary Related Documentation From Texas Instruments Preliminary If You Need Assistance Viii Contents Contents Figures Tables Introduction Basic Concepts of Flash Memory Technology TMS320F20x/F24x Flash Module ±1. TMS320 Devices With On-Chip Flash Eeprom±1. TMS320F20x/F24x Program Space Memory Maps Benefits of Embedded Flash Memory in a DSP System Preliminary Flash Operations and Control Registers TopicPreliminary Flash Operations and Control Registers ±1. Flash Memory Logic Levels During Programming and Erasing Accessing the Flash Module ±2. Memory Maps in Register and Array Access Modes 1 TMS320F206 Flash Access-Control Register2 TMS320F24x Flash Access-Control Register OUTFlash Module Control Registers Segment Control Register Segctr±3. Segment Control Register Field Descriptions Flash Test Register TST Write Address Register WadrsWrite Data Register Wdata Read Modes Program Operation Erase Operation Recovering From Over-Erasure Flash-Write Operation Reading From the Flash Array Protecting the ArrayAlgorithm Implementations Software Considerations How the Algorithms Fit Into the Program-Erase-Reprogram Flow ±1. Algorithms in the Overall Flow Programming or Clear Algorithm ±2. The Programming Algorithm in the Overall FlowPreliminary ±3. Programming or Clear Algorithm Flow Step Action Description Mask the data to program Preliminary Erase Algorithm ±4. Erase Algorithm in the Overall Flow±2. Steps for Applying One Erase Pulse Preliminary ±5. Erase Algorithm Flow Flash-Write Algorithm ±6. Flash-Write Algorithm in the Overall Flow±3. Steps for Applying One Flash-Write Pulse ±7. Flash-Write Algorithm Flow Preliminary Preliminary Assembly Source Listings Program Examples Assembly Source for Algorithms Header File for Constants and Variables, SVAR20.HBASE+0 ErrorBASE0 BASE1D7K ConstantsD5K DloopSegend Clear Algorithm, SCLR20.ASMSegst ProtectAR0 Gclr PROTECT,SEGST,SEGEND DELAY,REGS,ARRAYSplk #0,ERROR AR1Lacl Fladrs Exit Splk #1,ERRORSacl Flst NewrowShutdown Write Operation Tblw SPAD1 Execute Command LAR Activate Write BIT Tblw SPAD1 Execute Command LARSET Delay Call DELAY,*,AR6 Wait Stop Write Operation Splk Tblr FldataLacl BASE2 Tblw SPAD1 Execute Command LARPrgbyte Call SETRDVER0 Bcnd PBDONE,EQErase Algorithm, SERA20.ASM Inverse Erase Command Word Erase Command WordErase Exebin Command Word Flash Write Command WordCall Setmode Clrc OVMSacl Flend XoreraseBldd Splk #STOP,BASE0Inverase Splk #INVER,BASE0 Call Setmode Nextivers Lacl BASE1Flash Stop command, and Ffff for Wdata Flash-Write Algorithm, SFLW20.ASM Flws MaxflwBldd #FLST,BASE1 Bcnd Call Array Access Flash Array DoneCall DELAY,*,AR6 Flwrite SplkLAR AR0,#MAXFLW Cmpr Setmode Call Lacl Tblw LAR Call Call RETProgramming Algorithm, SPGM20.ASM AR4 PROTECT,DELAY,REGS,ARRAYAR3 GpgmjMask ALL Interrupts Setc Intm Globally Mask ALL Interrupts Splk #0,ERRORGpgmj Splk SUB Sacl BASE4Lacl Fladrs Newrow Rowdone Lacl FladrsBcnd DONE, GT Adjrow NEGShut Down Write Operation Tblw SPAD1 Execute Command LAR SETRDVER0 Call Regs Access Flash RegistersBcnd PBEND,EQ XOR FldataPbend RET Subroutines Used By All Four Algorithms, SUTILS20.ASM OUT SPAD2,F24XACCS OUT SPAD2,FACCESS0SPAD2,FACCESS1 Lacc Flst SUBCallable Interface to Flash Algorithms PARMS+1 GclrSEGST,SEGEND,PROTECT PARMS+2Arstack Lacl ErrorErsparams ArprotectLAR AR1,SVAR1 Sacl ErscountCall Flws 1PROTECTPopd *+ Call GpgmjSample Assembly Code to Erase and Reprogram the TMS320F206 Assembly Code for TMS320F206PARMS+1 SUB Memory Psaram Block B2Sections DLY PsaramSample C Code to Erase and Reprogram the TMS320F206 Linker Command File for TMS320F206 Sample C Code BLKB2 FLASH0FLASH1 Block B2 DsaramSample Assembly Code to Erase and Reprogram the TMS320F240 Assembly Code for TMS320F240CKCR0 RticrWdcr CKCR1Sacl Syssr LDP #DPPF1PORRST, PLLRST, Illrst SWRST, Wdrst Lacl Syssr Accl = Syssr LDP #PARMS SplkDaram LDP #PARMS Extram Linker Command File for TMS320F240 Sample Assembly CodeB0PGM Extram 0 /******Delay Subroutine Rev1.003/98 JGC Linker Command File for TMS320F240 Sample C Code Block B2 Dsram B0DATCompute Length Function for Disabling TMS320F240 Watchdog TimerLacl Wdcr Pshd Functions for Initializing the TMS320F240Sacl Wdcr SyscrSacl Wdtcr Index Assembly code SERA2x.ASM Described 10 to Margin Role in single program pulse WRITE/ERASE field Described