There can be several independent TimerA or TimerB modules.
The MSP430FR5726 has:
one TimerA module (TA0) with 3 CCRs;
one TimerA module (TA1) with 3 CCRs;
one TimerB module (TB0) with 3 CCRs;
a watchdog timer;
a real-time clock.
(See…
Other Parts Discussed in Thread: MSP430F6736 , MSP430FR5726 , MSP430V543 The website and datasheet show that the "Hardware UART or I2C Bootstrap Loader (BSL)", but the latest BSL user guide SLAU319c did not mention anything about I2C. Any doc to support…
Robert Chen said: For MSP430, you can use internal CL to compensate without using external capacitors
Can you give a name of this feature? I can not find it in fr5726 or fr58xx families. The only things dependent on quartz are HFXTDRIVE / LFXTDRIVE…
The problem is solved in a canonical way. Daniel Beer found a bug in mspdebug v.0.23 and it's fixed in the latest git version .
So we can use PROG command as well as LOAD - the only difference is that mspdebug issues (on PROG) a warning not attempting…
You are right. Not all options were supplied.
I've found it out that the linker has not any info about the msp430fr5726.ld file in include directory. In invoking line for Compiler there's an -mmcu=msp430fr5726 option, while the Linker is being invoked…
I put together a small script that would automatically compile a small test main.c with all the fram targets and report back which ones ended up with no __MSP430_HAS_FRAM__ (please ignore the list from my first post):
https://github.com/rodan/reference_libs_msp430…
Other Parts Discussed in Thread: MSP-FET , MSP430FR5726 , MSP430G2553 , MSP-TS430RHA40A I am wiring the MSP-FET usb programmer to Device MSP430FR5726 like what is shown in the pic.
But the CCS couldn't find the chip after compiling: Error connecting…
Thank you very much!
Jens-Michael Gross said: a pragma that tells the linker to put it into modifiable FRAM data section. See the compiler/linker manual for details.
I've looked it up, but I liked another approach.
#define FRAM_VARS_START (uint16_t…
Chester,
Since Yevhen doesn't report on his solution of the problem, I try to go in the same direction myself. But the task is a little bit beyond my abilities, so far. I'll continue to make MSPDebug to serve as a GDB stub, but now my aim is more primitive…
Thank you for an answer!
Yes, you are absolutely right. My problem was the following: in standalone version of GRACE I tried to find a MSP430FR57xx family without creating a new project. As far as I created NEW project the program allowed me to choose…