Part Number: MSP430FR6877 I have an issue with SPI communication with MFRC522, so I am trying to use SPI listen mode to test my configuration, however when I do, SPI stucks on waiting for UCRXIFG which is never set. Should it be set in the listen mode? …
Part Number: MSP430FR6877 When I do certain code change, the disassembly has this line at the beginning of the main:
007CEC 00B1 000C suba #0xC,SP
Do anyone know what does it mean?
Part Number: MSP430FR6877 Other Parts Discussed in Thread: MSP430WARE Hi,
I am using ADC input on A8 and it is working fine (I am configuring mem0 for it).
But I have another ADC input on A12, when I tried the same configuration as the working one (using…
Part Number: MSP430FR6877 I am initializing the SMCLK and MCLK to 16 MHz as following:
CS_setDCOFreq(DCORSEL, DCOFSEL_4); CS_initClockSignal(CS_SMCLK, SELM__DCOCLK, CS_CLOCK_DIVIDER_1); CS_initClockSignal(CS_MCLK, SELM__DCOCLK, CS_CLOCK_DIVIDER_1);
…
Part Number: MSP430FR6877 I am using an interrupt on a pin in port 4 and TA0 timer interrupt. I want the timer interrupt when it comes to interrupt the port interrupt. Is there a way to setup the interrupts priority so that the timer is higher priority…
Part Number: MSP430FR6877 Hello,
MSP430FR6877 is connected to MFRC522 through SPI, the SPI communication is fine, writing to/reading from registers is fine.
However when it comes to reading from cards, the data count in the FIFO is always 0.
I tried the…
Part Number: MSP430FR6877 I am using IAR for flashing/debugging, and I am configuring Port 4.2 as interrupt, and this pin is connected to a switch.
When I run the first time after flashing, the interrupt comes. When I do reset using the IAR then run again…
Part Number: MSP430FR6877 Other Parts Discussed in Thread: MSP430WARE How to do LCD blinking in mux mode 8.
The LCD blinking frequency is done using:
LCD_C_setBlinkingControl(LCD_C_BASE, LCD_C_BLINK_FREQ_CLOCK_DIVIDER_1, LCD_C_BLINK_FREQ_CLOCK_PRESCALAR_32768…
Part Number: MSP430FR6877 I am configuring GPIO 9.6 as output:
GPIO_setAsOutputPin(GPIO_PORT_P9, GPIO_PIN5 | GPIO_PIN6 | GPIO_PIN7);
GPIO_setOutputLowOnPin(GPIO_PORT_P9, GPIO_PIN5 | GPIO_PIN6 );
Then I am trying to set it to high:
GPIO_setOutputHighOnPin…
Hi Quote,
I must say assumption will have no help, if you can't get the problem board.
My colleague will help you under this thread: MSP430FR6877: Suddenly writing becomes impossible due to GANG
Eason