Part Number: MSP430FR5728 From the datasheet of MSP430FR572x, page 51, "6.10.8 DMA Controller":
"The DMA controller reduces system power consumption by allowing the CPU to remain in sleep mode, without having to awaken to move data to or from a peripheral…
Part Number: MSP430FR5728 Other Parts Discussed in Thread: MSP430FR5739 , MSP430FR5730 Hello,
We have noticed that some batches of MSP430FR5728IRGER have some issue with command ReadMemQuick_430Xv2 (in JTAG mode). The issue is in altering the content of …
Part Number: MSP430FR5728 Other Parts Discussed in Thread: TIDA-00807 Hi,
I'm working on a Fault Indicator opportunity. I'm following the "TIDA-00807 Over Head Fault Indicator" ref design.
There is a need to detect the current surge …
Other Parts Discussed in Thread: MSP430FR5728 I have been attemting to Coordinate my MSP430 with a seperate Flash chip known as the N25Q00AA. Over a month ago I posted a problem I was having on the forum as can be seen here for anyone that wishes to look…
Other Parts Discussed in Thread: CC110L , CC1101 , MSP430FR5728 , MSP430FR5969 I am attempting to create a wireless receiver for my project, so that my MCU will be able to act according to what the user wishes for it to do. After significant research, I came…
Your FlashByte function probably does not do what you want. After writing to TXBUF, it waits for TXIFG being set again. Then you read RXBUF. However, if you start an operation, TXIFG is set again immediately. Nothing has been received yet. Maybe you should…
Other Parts Discussed in Thread: MSP430FR5728 , MSP430F169 , MSP430F2274 I would like to implement modbus ASCII on an MSP430FR5728 device (using a SN65HVD12D transceiver on the PCB)
I found the freemodbus library (http://www.freemodbus.org/) which also has…
Other Parts Discussed in Thread: MSP430FR5728 Hello,
can anyone help me with the additional external capacitors for the MSP430FR5728 to get a stable oscillation?
I picked a 32.768kHz crystal with a load capacitance of Cl=9pF. After reading through several…
Other Parts Discussed in Thread: MSP430FG4619 , MSP430FR5728 , CC2520 , MSP430F2618 Hey guys,
I am trying to establish a communication between two custom boards. One is using CC2520 + MSP430FG4619 and the other one CC2520 + MSP430FR5728.
It is my first time…
I am trying to modify the MSP430FR57xx_adc10_10.c example (which samples 3 inputs in a sequence and transfers to an array using DMA).
The main change I want to make, is to trigger the sampling using timerB0 (to generate a fixed sampling time) instead…