Part Number: MSP430FR5964 Other Parts Discussed in Thread: MSP430FR2155 Tool/software: HI,
I am bringing up a MSP430FR5964IPNR on our development PCB. We are using the HFXT2 with an external 3.3V clock oscillator at 10MHz. (Note we have recently done…
Part Number: MSP430FR5964 Other Parts Discussed in Thread: MSP430FR5994 Tool/software: Is there no eval board for the MSP430FR5964? I saw a socketed version, but it didn't say it supported this part. Just trying to get a jump on things before our boards…
Part Number: MSP430FR5964 Tool/software: Hello team,
I am using the MSP430FR5964IPNR device with the DPL language. While attempting to erase data, I’ve encountered an issue where the informative memory is not erasing. It throws an error stating "cannot…
Part Number: MSP430FR5964 Other Parts Discussed in Thread: MSP430FR5994 Hi team,
When migrating from MSP430FR5964 to MSP430FR5994, can I use the MSP430FR5964 source code as is since I think the only difference between these is the presence of LEA? Please…
Part Number: MSP430FR5964
Tool/software:
Dear all,
I am working on a project where we use most of the available USCI modules, some for UART, 1 SPI and 3 I2C. The I2C modules are the last ones in ISR priority (UCB1-3). On UCB3 we sometimes get…
Part Number: MSP430FR5964 Tool/software: Dear All,
I have encountered a very strange behaviour while using I2C as MSP master with a slave.
I am trying to write 4 bytes of data to the slave to a given address. Sometimes during the second byte the…
Part Number: MSP430FR5964 Tool/software: After being away from CCS for a while, I'm back in there with some existing code, but am seeing some weird things when I load some test hardware. I hope it's not just because I am rusty!
In some cases, the logic…
Part Number: MSP430FR5964 The device symbol posted by this link https://vendor.ultralibrarian.com/TI/embedded/?gpn=MSP430FR5964&package=ZVW&pin=87&sid=018576ba35690008faef60a77f0205081001307900978&c=1 does not appear to be aligned with the device datasheet…
Part Number: MSP430FR5964 I am trying to program the device FRAM. i see in the spec sheet we have debug pins available.
I see we have Spy-Bi-Wire and JTAG interface to program the device.
Just wanted to confirm which interface can be used to program…
Part Number: MSP430FR5964 Hi,
I need to toggle P1.1 (A1) from ADC to GPIO after every sampling.
When I set P1SELC |= BIT1, just before I set ADC12CTL0 |= ADC12ENC | ADC12SC, the ADC is not working.
It works when I set P1SELC |= BIT1 at the beginning…