Part Number: MSP430FR5730 Dear Support team,
I just realized, that in most of the distributors stores the MSP430FR5730 in VQFN-24 packaged is either not available or no longer stocked.
Will this device appear on the list of obsolescence in the near…
Hi Dennis,
Thank you for your help! I've tried to use P2.0 port as output of ACLK, it works as expected, finally I've got 8Mhz frequency.
Thanks, and best regards,
Alexander
Part Number: MSP430FR5730 Other Parts Discussed in Thread: MSP-FET
Hi folks,
I need your help again.
I have two boards with the MSP430FR5730 on them.
I'm using IAR EW430 v7.11.1. The effect I have was reproduced with both MSP-FET Debugger I have…
Part Number: MSP430FR5730
Hello,
I try to further reduce the power consumption in LPM4 in my MSP430FR5730 design.
I can't use LPM4.5, because the wake up source is Timer A0 clocked from an external ultra low power oscillator.
At the moment, I…
Part Number: MSP430FR5730 Hi,
I'm trying to implement an I2C driver as following for a MMA8452 (accelerometer)
I wrote following driver. However, I got some very strange output from the uC. When I tried to retrieve a single byte data from the bus…
Other Parts Discussed in Thread: MSP430FR5730 , MSP-FET Hello
first sorry for my english -
I try to debug the msp430fr5730, with the MSP-FET: MSP430 Flash Emulation Tool: link below
but you are unsure about how the wiring needs two be from the MSP…
Other Parts Discussed in Thread: MSP430FR5730 , MSP-EXP430F5529LP I bought MSP430FR573o and used it in my design unfortunately because I thought that I can program it with any launchpad. But now I see that I can not program, 'USB FET does not found' keeps…
The TIMER_B_CAPTURE_INPUTSELECT_xxx setting just selects one of the four possible inputs of the CCR.
The pin P2.1 has other possible functions (GPIO, eUSCI_A0, TB2.1), so you have to configure the pin, too.
You have to call GPIO_setAsPeripheralModuleFunctionInputPin…
Other Parts Discussed in Thread: MSP430FR5730 Hi,
I am porting FRAM code to msp430fr5730, but i am getting error as : Code cannot fit into available memory. I know fram size of 5730 is 4K, but my code is around 11k.
Is there any way to reduce this…