Texas Instruments TMS320F20x/F24x DSP Ersparams, Arstack, Arprotect, Arsegst, Arsegend, Popd

Page 81

PRELIMINARY

C-Callable Interface to Flash Algorithms

* passes, the flash is ready to be reprogrammed. The

*

*

operations are performed on the segments of the flash *

* module described by the parameter list:

*

*

1)PROTECT±defines which flash segments to protect.*

*

2)SEG_ST ±start address of segment to be erased. *

*

3)SEG_END±end address of segment to be erased.

*

* To erase flash0 use erase(0xff00,0x0000,0x3fff).

*

* To erase flash1 use erase(0xff00,0x4000,0x7fff).

*

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

* CAUTION: Erasing individual segments is not allowed. *

*

The PROTECT parameter should always be set to

*

*

enable all segments, and SEG_ST and SEG_END

*

*

should be set to the end and start address of

*

*

the array to be erased.

*

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

_erase:

 

 

 

 

ERS_PARAMS

.set 3

 

 

AR_STACK

 

.set ar1

 

 

AR_PROTECT

.set ar2

 

 

AR_SEG_ST

 

.set ar3

 

 

AR_SEG_END

.set ar4

 

 

;Begin C Preprocessing

 

 

 

POPD

*+

;pop return address, push on software stack

 

sar

ar0,*+ ;save FP

 

 

sar

ar6,* ;save ar6

 

 

sbrk

#3

 

 

 

 

;get arguments and place them properly ± take them from

 

;the software stack and place them into their correct

 

;positions

 

 

 

lar

AR_PROTECT,*±

 

 

 

lar

AR_SEG_ST,*±

 

 

 

lar

AR_SEG_END,*±

 

 

 

adrk #ERS_PARAMS+4

;ar1 = next empty point on stack (SP)

;End C Preprocessing

 

 

 

LDP

#PARMS

 

 

 

SAR

AR1,SV_AR1

;Save AR1.

 

 

SPLK

#0,ERS_COUNT

;Set erase fail count to 0.

 

 

SPLK

#0,ERROR

;Set algo error flag to 0 (no errors).

**********Put parameters where they belong.**********

 

 

SAR

AR_PROTECT,PROTECT

 

 

SAR

AR_SEG_ST,SEG_ST

 

 

SAR

AR_SEG_END,SEG_END

 

***********Next Setup to clear flash ************

 

ers_loop:

 

 

 

 

 

CALL

GCLR

;Clear flash.

 

 

LACL

ERROR

;Check for CLEAR/ERASE error

 

 

BCND

ers_error,neq ;If error, then hard fail.

 

***********Next Setup to erase flash ************

 

 

CALL

GERS

;Erase flash.

 

 

LACL

ERROR

;Check for CLEAR/ERASE error

 

 

BCND

depletion,neq ;If error, try Flash±write.

 

 

LACL

#1

;Else, no errors erasing.

 

 

B

 

ers_done

;Restore registers and return.

 

depletion:

 

 

 

 

LACL

ERS_COUNT

;Get erase fail count.

 

PRELIMINARY

Assembly Source Listings and Program Examples

A-29

Image 81
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 ±1. TMS320 Devices With On-Chip Flash Eeprom TMS320F20x/F24x Flash Module±1. TMS320F20x/F24x Program Space Memory Maps Benefits of Embedded Flash Memory in a DSP System Preliminary Topic Flash Operations and Control RegistersPreliminary Flash Operations and Control Registers ±1. Flash Memory Logic Levels During Programming and Erasing Accessing the Flash Module 1 TMS320F206 Flash Access-Control Register ±2. Memory Maps in Register and Array Access ModesOUT 2 TMS320F24x Flash Access-Control RegisterSegment Control Register Segctr Flash Module Control Registers±3. Segment Control Register Field Descriptions Write Address Register Wadrs Flash Test Register TSTWrite Data Register Wdata Read Modes Program Operation Erase Operation Recovering From Over-Erasure Flash-Write Operation Protecting the Array Reading From the Flash ArrayAlgorithm Implementations Software Considerations How the Algorithms Fit Into the Program-Erase-Reprogram Flow ±1. Algorithms in the Overall Flow ±2. The Programming Algorithm in the Overall Flow Programming or Clear AlgorithmPreliminary ±3. Programming or Clear Algorithm Flow Step Action Description Mask the data to program Preliminary ±4. Erase Algorithm in the Overall Flow Erase Algorithm±2. Steps for Applying One Erase Pulse Preliminary ±5. Erase Algorithm Flow ±6. Flash-Write Algorithm in the Overall Flow Flash-Write Algorithm±3. Steps for Applying One Flash-Write Pulse ±7. Flash-Write Algorithm Flow Preliminary Preliminary Assembly Source Listings Program Examples Header File for Constants and Variables, SVAR20.H Assembly Source for AlgorithmsBASE0 ErrorBASE+0 BASE1D5K ConstantsD7K DloopSegst Clear Algorithm, SCLR20.ASMSegend ProtectSplk #0,ERROR Gclr PROTECT,SEGST,SEGEND DELAY,REGS,ARRAYAR0 AR1Sacl Flst Exit Splk #1,ERRORLacl Fladrs NewrowSET Delay Call DELAY,*,AR6 Wait Stop Write Operation Splk Activate Write BIT Tblw SPAD1 Execute Command LARShutdown Write Operation Tblw SPAD1 Execute Command LAR Tblr FldataPrgbyte Call SETRDVER0 Tblw SPAD1 Execute Command LARLacl BASE2 Bcnd PBDONE,EQErase Algorithm, SERA20.ASM Erase Exebin Command Word Erase Command WordInverse Erase Command Word Flash Write Command WordSacl Flend Clrc OVMCall Setmode XoreraseInverase Splk #INVER,BASE0 Call Setmode Splk #STOP,BASE0Bldd Nextivers Lacl BASE1Flash Stop command, and Ffff for Wdata Flash-Write Algorithm, SFLW20.ASM Maxflw FlwsBldd #FLST,BASE1 Call DELAY,*,AR6 Call Array Access Flash Array DoneBcnd Flwrite SplkSetmode Call Lacl Tblw LAR Call Call RET LAR AR0,#MAXFLW CmprProgramming Algorithm, SPGM20.ASM AR3 PROTECT,DELAY,REGS,ARRAYAR4 GpgmjGpgmj Splk Setc Intm Globally Mask ALL Interrupts Splk #0,ERRORMask ALL Interrupts SUB Sacl BASE4Bcnd DONE, GT Rowdone Lacl FladrsLacl Fladrs Newrow Adjrow NEGSETRDVER0 Call Regs Access Flash Registers Shut Down Write Operation Tblw SPAD1 Execute Command LARXOR Fldata Bcnd PBEND,EQPbend RET Subroutines Used By All Four Algorithms, SUTILS20.ASM SPAD2,FACCESS1 OUT SPAD2,FACCESS0OUT SPAD2,F24XACCS Lacc Flst SUBCallable Interface to Flash Algorithms SEGST,SEGEND,PROTECT GclrPARMS+1 PARMS+2Ersparams Lacl ErrorArstack ArprotectCall Flws Sacl ErscountLAR AR1,SVAR1 1PROTECTCall Gpgmj Popd *+Assembly Code for TMS320F206 Sample Assembly Code to Erase and Reprogram the TMS320F206PARMS+1 SUB Memory Sections Block B2Psaram DLY PsaramSample C Code to Erase and Reprogram the TMS320F206 Linker Command File for TMS320F206 Sample C Code FLASH1 FLASH0BLKB2 Block B2 DsaramAssembly Code for TMS320F240 Sample Assembly Code to Erase and Reprogram the TMS320F240Wdcr RticrCKCR0 CKCR1PORRST, PLLRST, Illrst SWRST, Wdrst Lacl Syssr Accl = Syssr LDP #DPPF1Sacl Syssr LDP #PARMS SplkDaram LDP #PARMS Linker Command File for TMS320F240 Sample Assembly Code ExtramB0PGM Extram 0 /******Delay Subroutine Rev1.003/98 JGC Linker Command File for TMS320F240 Sample C Code B0DAT Block B2 DsramFunction for Disabling TMS320F240 Watchdog Timer Compute LengthLacl Wdcr Sacl Wdcr Functions for Initializing the TMS320F240Pshd SyscrSacl Wdtcr Index Assembly code SERA2x.ASM Described 10 to Margin Role in single program pulse WRITE/ERASE field Described