Jump to content
43oh

Morbak

Members
  • Content Count

    2
  • Joined

  • Last visited

  1. ok, so i can either move interrupt vector in the RAM. (i d'ont know how to do, i'll try this solution after, ), or i can either move the interrupt vectors in the FRAM. For keeping them into the FRAM, how doing?i don't understand what you said by: "you will need to copy these into the alternative area within the RAM"& "activate the alternative interrupt setting before enabling interrupts." ?
  2. I can't find the correct way to relocate Interrputs Vectors with CCS6.2 for MSP430FR5969. The blink led application use TIMER_A0 : #include "msp430.h" #define DOUBLE_BLINK //#pragma LOCATION(main, 0xF000) void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT PM5CTL0 &= ~LOCKLPM5; // Setup GPIO P1OUT &= ~0x01; // Set P1.0 to output low P1DIR |= 0x01; // P1.0 output // Setup Timer_A3 TA0CCTL0 = CCIE
×
×
  • Create New...