Part Number: MSP430FR5739 According to the MSP430FR57xx Family User Guide, the "XT1 may be used with an external clock signal on the XIN pin". Could someone please confirm that we can use a clock signal from a PLL, instead of a crystal?
Thanks!
Part Number: MSP430FR5739 Tool/software: Code Composer Studio Hi,
I am used to using the "Outline" list under " View" in the CCS 8. I cannot seem to find this feature or equivalent in CCS CLOUD to easily locate my functions within my code..
Thanks…
Hi,
Yes my issue is resolved and I would like to close this.
Thanks,
Ahmad
Peter Spevak said: Hi Ahmad, it seems you continued working on this topic within the other thread. If this is the case, please close this one. If you have a new and different…
Hi Michael
Refer to the MSP430FR5739 UserGuide chapter 19.3.7 "The eUSCI module provides automatic clock activation for use with low-power modes." The SMCLK clock will remove when the communication is finished. So I don't think we need to switch off…
Part Number: MSP430FR5739-EP Other Parts Discussed in Thread: CC2500 , SIMPLICITI , MSP-EXP430FR5739 , CC1101 , CC1120 , MSP-EXP430FR2355 Tool/software: Code Composer Studio I am trying to implement P2P SimpliciTI on MSP-EXP430FR5739 with CC2500 radios…
/* The following line should ideally wait until DMAEN goes down which is a sign
of end of transaction through which one can tell that Pi has acknowledged the
"data ready flag (P3.0 being one).
However, for some reason DMAEN or DMAIFG remains low for…
Part Number: MSP430FR5739 Hi 430 team,
From FR5739 datasheet, the init state of digital I/O after reset is Input. Is that the same as FR2522? In FR2522 the init state of all pins is high-impedance with Schmitt trigger after a BOR; and all pins are configured…