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 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 writing…
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 unwanted…
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,…
Part Number: MSP430FR5964 Other Parts Discussed in Thread: MSP430FR5969 , MSP430F6779 Tool/software: I'm trying to assign the full 20-bits of the DMAxSA register. The user manual specifies, "Reading or writing bits 19-16 requires the use of extended instructions…
Part Number: MSP430FR5964 Other Parts Discussed in Thread: MSP-GANG , Tool/software: Hello, I have written a small test program. The file f1.txt looks like this:
@1c00
00 00 00
@4000
31 40 00 3C B2 40 80 5A 5C 01 82 44 00 1C 82 45
01 1C 14 53 FE 3F…
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 the…
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…
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 of…
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…