Part Number: MSP430F6779A Other Parts Discussed in Thread: TRF7970A , MSP430WARE Tool/software: Hi TI Community,
I am trying to integrate TRF7970A with msp430f6779a through SPI protocol for NFC application, I am using driverlib to setup SPI, to generate…
Part Number: MSP430F6779A Other Parts Discussed in Thread: TRF7970A Tool/software: Hi there , I'm currently working with the NFC functionality , and I am facing an issue with the NFC_run() function. the example code is used for MSP430f5529LP kit and…
Vishal Tyagi said: I understand that to receive the MISO byte, the master must generate additional clock cycles by sending a dummy byte along with the register address. I am now able to accurately capture the MISO data in variables:
TRF79X0_ISO_CONTROL_REG…
Part Number: TRF7970A Other Parts Discussed in Thread: MSP430F6779A , MSP-EXP430G2ET , DLP-7970ABP Tool/software: Hi There,
We currently have a working setup using the MSPF5529LP LaunchPad with the USB library for communicating with the TRF7970A RFID …
Part Number: MSP430F6779A
Tool/software:
Hello,
My question related to the following link.
https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/771736/msp430f6779a-three-phase-energy…
Other Parts Discussed in Thread: MSP430F6779A , MSP430F5529 , TRF7970A Tool/software: Hi There,
I am using Msp430F6779a controller with TRF7970A RFID, I used the example code of MSP430f5529 with TRF id and ported it into Msp430F6779a code but I'm not able…
Part Number: MSP430F6779A Tool/software: Hello TI, How to find max worst case operating current required for MSP430F6779AIPZ microcontroller power up with 3.3 DVCC & AVCC
Part Number: MSP430F6779A Tool/software: Hi,
I would like to consult about AUXxMD configuration since our project has 2 different types of boards below:
Board #1: Connect DVCC pin to DC power supply (3.3 V), Connect AUXVCC1 pin to battery (3.3 V)
Board…
Part Number: MSP430F6779A Tool/software:
Hi I am trying to make PWM of 1KHZ on Timer 0 channel 0 the period is fixed 25165 as per my clock at 25MHz. I am able to generate fixed PWM of 500Hz with 50 percent duty cycle the initialization code is given…