URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Subversion Repositories openmsp430
[/] [openmsp430/] [trunk/] [core/] [sim/] [rtl_sim/] [src/] [tA_modes.s43] - Rev 129
Go to most recent revision | Compare with Previous | Blame | View Log
/*===========================================================================*//* Copyright (C) 2001 Authors *//* *//* This source file may be used and distributed without restriction provided *//* that this copyright statement is not removed from the file and that any *//* derivative work contains the original copyright notice and the associated *//* disclaimer. *//* *//* This source file is free software; you can redistribute it and/or modify *//* it under the terms of the GNU Lesser General Public License as published *//* by the Free Software Foundation; either version 2.1 of the License, or *//* (at your option) any later version. *//* *//* This source is distributed in the hope that it will be useful, but WITHOUT*//* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or *//* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public *//* License for more details. *//* *//* You should have received a copy of the GNU Lesser General Public License *//* along with this source; if not, write to the Free Software Foundation, *//* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *//* *//*===========================================================================*//* TIMER A *//*---------------------------------------------------------------------------*//* Test the timer A: *//* - Check RD/WR register access. *//* - Check the clock divider. *//* - Check the timer modes. *//* *//* Author(s): *//* - Olivier Girard, olgirard@gmail.com *//* *//*---------------------------------------------------------------------------*//* $Rev: 111 $ *//* $LastChangedBy: olivier.girard $ *//* $LastChangedDate: 2011-05-20 22:39:02 +0200 (Fri, 20 May 2011) $ *//*===========================================================================*/.global main.set DMEM_BASE, (__data_start ).set DMEM_200, (__data_start+0x00).set DMEM_202, (__data_start+0x02).set DMEM_204, (__data_start+0x04).set DMEM_206, (__data_start+0x06).set DMEM_208, (__data_start+0x08).set DMEM_20A, (__data_start+0x0A).set DMEM_20C, (__data_start+0x0C).set DMEM_20E, (__data_start+0x0E).set DMEM_210, (__data_start+0x10).set DMEM_212, (__data_start+0x12).set DMEM_214, (__data_start+0x14).set DMEM_216, (__data_start+0x16).set DMEM_218, (__data_start+0x18).set DMEM_21A, (__data_start+0x1A).set DMEM_21E, (__data_start+0x1E).set DMEM_220, (__data_start+0x20).set DMEM_222, (__data_start+0x22).set DMEM_224, (__data_start+0x24).set DMEM_226, (__data_start+0x26).set DMEM_228, (__data_start+0x28).set DMEM_22A, (__data_start+0x2A).set DMEM_230, (__data_start+0x30).set DMEM_232, (__data_start+0x32).set DMEM_234, (__data_start+0x34).set DMEM_236, (__data_start+0x36).set DMEM_238, (__data_start+0x38).set DMEM_23A, (__data_start+0x3A).set DMEM_240, (__data_start+0x40).set DMEM_242, (__data_start+0x42).set DMEM_244, (__data_start+0x44).set DMEM_246, (__data_start+0x46).set DMEM_248, (__data_start+0x48).set DMEM_24A, (__data_start+0x4A).set DMEM_250, (__data_start+0x50).set DMEM_254, (__data_start+0x54).set DMEM_256, (__data_start+0x56).set DMEM_262, (__data_start+0x62).set DMEM_296, (__data_start+0x96).set DMEM_2D6, (__data_start+0xD6).set TACTL, 0x0160.set TAR, 0x0170.set TACCTL0, 0x0162.set TACCR0, 0x0172.set TACCTL1, 0x0164.set TACCR1, 0x0174.set TACCTL2, 0x0166.set TACCR2, 0x0176.set TAIV, 0x012EWAIT_FUNC:dec r14jnz WAIT_FUNCretmain:mov #DMEM_250, r1 ; # Initialize stack pointermov #0x0000, &DMEM_200/* -------------- TIMER A TEST: RD/WR ACCESS --------------- */mov #0xaaaa, &TACTL ; # TACTLmov &TACTL, &DMEM_200mov #0x5555, &TACTLmov &TACTL, &DMEM_202mov #0x0000, &TACTLmov &TACTL, &DMEM_204mov #0x0000, &TACTLmov &TACTL, &DMEM_206mov #0xaaaa, &TAR ; # TARmov &TAR, &DMEM_208mov #0x5555, &TARmov &TAR, &DMEM_20Amov #0x0000, &TARmov &TAR, &DMEM_20Cmov #0xaaaa, &TACCTL0 ; # TACCTL0mov &TACCTL0, &DMEM_210mov #0x5555, &TACCTL0mov &TACCTL0, &DMEM_212mov #0x0000, &TACCTL0mov &TACCTL0, &DMEM_214mov #0xaaaa, &TACCR0 ; # TACCR0mov &TACCR0, &DMEM_216mov #0x5555, &TACCR0mov &TACCR0, &DMEM_218mov #0x0000, &TACCR0mov &TACCR0, &DMEM_21Amov #0xaaaa, &TACCTL1 ; # TACCTL1mov &TACCTL1, &DMEM_220mov #0x5555, &TACCTL1mov &TACCTL1, &DMEM_222mov #0x0000, &TACCTL1mov &TACCTL1, &DMEM_224mov #0xaaaa, &TACCR1 ; # TACCR1mov &TACCR1, &DMEM_226mov #0x5555, &TACCR1mov &TACCR1, &DMEM_228mov #0x0000, &TACCR1mov &TACCR1, &DMEM_22Amov #0xaaaa, &TACCTL2 ; # TACCTL2mov &TACCTL2, &DMEM_230mov #0x5555, &TACCTL2mov &TACCTL2, &DMEM_232mov #0x0000, &TACCTL2mov &TACCTL2, &DMEM_234mov #0xaaaa, &TACCR2 ; # TACCR2mov &TACCR2, &DMEM_236mov #0x5555, &TACCR2mov &TACCR2, &DMEM_238mov #0x0000, &TACCR2mov &TACCR2, &DMEM_23Amov #0xaaaa, &TAIV ; # TAIVmov &TAIV, &DMEM_240mov #0x5555, &TAIVmov &TAIV, &DMEM_242mov #0x0000, &TAIVmov &TAIV, &DMEM_244mov #0x1000, r15/* -------------- TIMER A TEST: INPUT DIVIDER --------------- */mov #0x0200, &TACTLmov #0x0000, &TACCTL0eintmov #0x0200, &TACTLmov #0x0020, &TACCR0mov #0x0216, &TACTL ; # /1mov #0x0001, &DMEM_200mov #0x0010, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0010, &TACCR0mov #0x0256, &TACTL ; # /2mov #0x0002, &DMEM_200mov #0x0010, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0008, &TACCR0mov #0x0296, &TACTL ; # /4mov #0x0003, &DMEM_200mov #0x0010, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0004, &TACCR0mov #0x02D6, &TACTL ; # /8mov #0x0004, &DMEM_200mov #0x0010, r14call #WAIT_FUNCdintmov #0x0000, &DMEM_200mov #0x2000, r15/* -------------- TIMER A TEST: UP MODE ----------------- */mov #0x0200, &TACTLmov #0x0000, &TACCTL0eintmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0x0012, &TACCR0 ; # Check timing for period = 0x12 +1mov #0x0256, &TACTLmov #0x0001, &DMEM_200mov #0x0010, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0x001E, &TACCR0 ; # Check timing for period = 0x1E +1mov #0x0256, &TACTLmov #0x0002, &DMEM_200mov #0x0020, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0x0012, &TACCR0 ; # Check timing for period = 0x12 +1mov #0x0254, &TACTLmov #0x0010, &TACCTL0mov #0x0003, &DMEM_200mov #0x0010, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0x001E, &TACCR0 ; # Check timing for period = 0x1E +1mov #0x0254, &TACTLmov #0x0010, &TACCTL0mov #0x0004, &DMEM_200mov #0x0020, r14call #WAIT_FUNCdintmov #0x0000, &DMEM_200mov #0x3000, r15/* -------------- TIMER A TEST: CONTINUOUS MODES ----------------- */mov #0x0200, &TACTLmov #0x0000, &TACCTL0eintmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0xfff0, &TAR ; # Continuous modemov #0x0262, &TACTLmov #0x0001, &DMEM_200mov #0x0020, r14call #WAIT_FUNCdintmov #0x0000, &DMEM_200mov #0x4000, r15/* -------------- TIMER A TEST: UP-DOWN MODE ----------------- */mov #0x0200, &TACTLmov #0x0000, &TACCTL0eintmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0x0031, &TACCR0 ; # Up-Down mode - timing 1mov #0x0000, &TARmov #0x0236, &TACTLmov #0x0010, &TACCTL0mov #0x0001, &DMEM_200mov #0x0050, r14call #WAIT_FUNCmov #0x0002, &DMEM_200dintmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0x0000, &DMEM_200mov #0x5000, r15/* ---------------------- END OF TEST --------------- */end_of_test:nopbr #0xffff/* ---------------------- INTERRUPT ROUTINES --------------- */TIMERA_CCR0_VECTOR:mov &TAR, &DMEM_204retiTIMERA_TAIV_VECTOR:mov &TAR, &DMEM_202bic #0x0001, &TACTLreti/* ---------------------- INTERRUPT VECTORS --------------- */.section .vectors, "a".word end_of_test ; Interrupt 0 (lowest priority) <unused>.word end_of_test ; Interrupt 1 <unused>.word end_of_test ; Interrupt 2 <unused>.word end_of_test ; Interrupt 3 <unused>.word end_of_test ; Interrupt 4 <unused>.word end_of_test ; Interrupt 5 <unused>.word end_of_test ; Interrupt 6 <unused>.word end_of_test ; Interrupt 7 <unused>.word TIMERA_TAIV_VECTOR ; Interrupt 8 <unused>.word TIMERA_CCR0_VECTOR ; Interrupt 9 <unused>.word end_of_test ; Interrupt 10 Watchdog timer.word end_of_test ; Interrupt 11 <unused>.word end_of_test ; Interrupt 12 <unused>.word end_of_test ; Interrupt 13 <unused>.word end_of_test ; Interrupt 14 NMI.word main ; Interrupt 15 (highest priority) RESET
Go to most recent revision | Compare with Previous | Blame | View Log
