URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Subversion Repositories openmsp430
[/] [openmsp430/] [trunk/] [core/] [sim/] [rtl_sim/] [src/] [tA_modes.s43] - Rev 94
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: 19 $ *//* $LastChangedBy: olivier.girard $ *//* $LastChangedDate: 2009-08-04 23:47:15 +0200 (Tue, 04 Aug 2009) $ *//*===========================================================================*/.global main.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 #0x0250, r1 ; # Initialize stack pointermov #0x0000, &0x0200/* -------------- TIMER A TEST: RD/WR ACCESS --------------- */mov #0xaaaa, &TACTL ; # TACTLmov &TACTL, &0x0200mov #0x5555, &TACTLmov &TACTL, &0x0202mov #0x0000, &TACTLmov &TACTL, &0x0204mov #0x0000, &TACTLmov &TACTL, &0x0206mov #0xaaaa, &TAR ; # TARmov &TAR, &0x0208mov #0x5555, &TARmov &TAR, &0x020Amov #0x0000, &TARmov &TAR, &0x020Cmov #0xaaaa, &TACCTL0 ; # TACCTL0mov &TACCTL0, &0x0210mov #0x5555, &TACCTL0mov &TACCTL0, &0x0212mov #0x0000, &TACCTL0mov &TACCTL0, &0x0214mov #0xaaaa, &TACCR0 ; # TACCR0mov &TACCR0, &0x0216mov #0x5555, &TACCR0mov &TACCR0, &0x0218mov #0x0000, &TACCR0mov &TACCR0, &0x021Amov #0xaaaa, &TACCTL1 ; # TACCTL1mov &TACCTL1, &0x0220mov #0x5555, &TACCTL1mov &TACCTL1, &0x0222mov #0x0000, &TACCTL1mov &TACCTL1, &0x0224mov #0xaaaa, &TACCR1 ; # TACCR1mov &TACCR1, &0x0226mov #0x5555, &TACCR1mov &TACCR1, &0x0228mov #0x0000, &TACCR1mov &TACCR1, &0x022Amov #0xaaaa, &TACCTL2 ; # TACCTL2mov &TACCTL2, &0x0230mov #0x5555, &TACCTL2mov &TACCTL2, &0x0232mov #0x0000, &TACCTL2mov &TACCTL2, &0x0234mov #0xaaaa, &TACCR2 ; # TACCR2mov &TACCR2, &0x0236mov #0x5555, &TACCR2mov &TACCR2, &0x0238mov #0x0000, &TACCR2mov &TACCR2, &0x023Amov #0xaaaa, &TAIV ; # TAIVmov &TAIV, &0x0240mov #0x5555, &TAIVmov &TAIV, &0x0242mov #0x0000, &TAIVmov &TAIV, &0x0244mov #0x1000, r15/* -------------- TIMER A TEST: INPUT DIVIDER --------------- */mov #0x0200, &TACTLmov #0x0000, &TACCTL0eintmov #0x0200, &TACTLmov #0x0020, &TACCR0mov #0x0216, &TACTL ; # /1mov #0x0001, &0x0200mov #0x0010, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0010, &TACCR0mov #0x0256, &TACTL ; # /2mov #0x0002, &0x0200mov #0x0010, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0008, &TACCR0mov #0x0296, &TACTL ; # /4mov #0x0003, &0x0200mov #0x0010, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0004, &TACCR0mov #0x02D6, &TACTL ; # /8mov #0x0004, &0x0200mov #0x0010, r14call #WAIT_FUNCdintmov #0x0000, &0x0200mov #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, &0x0200mov #0x0010, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0x001E, &TACCR0 ; # Check timing for period = 0x1E +1mov #0x0256, &TACTLmov #0x0002, &0x0200mov #0x0020, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0x0012, &TACCR0 ; # Check timing for period = 0x12 +1mov #0x0254, &TACTLmov #0x0010, &TACCTL0mov #0x0003, &0x0200mov #0x0010, r14call #WAIT_FUNCmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0x001E, &TACCR0 ; # Check timing for period = 0x1E +1mov #0x0254, &TACTLmov #0x0010, &TACCTL0mov #0x0004, &0x0200mov #0x0020, r14call #WAIT_FUNCdintmov #0x0000, &0x0200mov #0x3000, r15/* -------------- TIMER A TEST: CONTINUOUS MODES ----------------- */mov #0x0200, &TACTLmov #0x0000, &TACCTL0eintmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0xfff0, &TAR ; # Continuous modemov #0x0262, &TACTLmov #0x0001, &0x0200mov #0x0020, r14call #WAIT_FUNCdintmov #0x0000, &0x0200mov #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, &0x0200mov #0x0050, r14call #WAIT_FUNCmov #0x0002, &0x0200dintmov #0x0200, &TACTLmov #0x0000, &TACCTL0mov #0x0000, &0x0200mov #0x5000, r15/* ---------------------- END OF TEST --------------- */end_of_test:nopbr #0xffff/* ---------------------- INTERRUPT ROUTINES --------------- */TIMERA_CCR0_VECTOR:mov &TAR, &0x0204retiTIMERA_TAIV_VECTOR:mov &TAR, &0x0202bic #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
