Part Number: MSP430FR5994 hi,
There is a problem with the new version of msp430fr5994.h header file.
I understand there is a problem with the newer version of header file in driverlib source.
I can't read pin value of port 3 or higher port because…
Part Number: MSP430FR5994 Hello,
I working with the MSP430FR5994 for a while.
I know how to receive data using an interrupt and usually used the main loop in order to send UART data using the 'EUSCI_A_UART_transmitData' function.
Now, in order to…
Part Number: MSP430FR5994 Hi,teams
I want to add IEC60730-related content to the code. I would like to consult. In the routine given by the system, the ADC reference voltage selects the internal reference voltage. In the function library called, the…
Part Number: MSP430FR5994 what's the difference AVCC1 and AVCC2 in msp430fr5994? Are they having the same function? Do i need to connect all pins of them?
Part Number: MSP430FR5994
Hello Automatically translated. Uses MSP430FR5994 Uses a UART when connected to an onboard 485 adapter that actually outputs a 485 Half duplex port. In the 485 adapter I need to transfer it via GPIO pins between Tx mode and…
Part Number: MSP430FR5994 Other Parts Discussed in Thread: ENERGYTRACE , ADS1220 , Hello,
I'm making a delay function using timers and I came across the following situation:
Without calling the delay function, the current consumption is 10uA in LPM3…
Part Number: MSP430FR5994
Hello,
I read data from an SPI flash using DMA.
Randomly, there is one byte in the read buffer that is corrupted. The corrupted byte is always equal to 0xFC.
It happens more frequently as the transfer size increases.…
Part Number: MSP430FR5962 Other Parts Discussed in Thread: MSP430FR5994 HI teams:
I am currently doing SPI communication between two chips. MSP430 is used as a slave. I want the slave to receive data through DMA, then parse it and then send the data…