Part Number: MSP430FR5735 Outputs – General-Purpose I/O (P1.0 to P1.7, P2.0 to P2.7, P3.0 to P3.7, P4.0 to P4.1, PJ.0 to PJ.5) what is the absolute max current can sink and source for one of those pins?
is there a hardware data sheet that supports…
Other Parts Discussed in Thread: MSP430FR5735 I am using an MSP430FR5735 Microcontroller to talk to a battery charger IC. The process is simple, send a data register byte for the location that you want to read from, then read one byte.
I call the function…
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: MSP430FR5735 In CCS 5, I generated a class by using File=>New=>Class and called it CharQueue. Which generated two files, CharQueue.h and CharQueue.cpp. the listing of the class is below.
class CharQueue { private: …
The story so far...
1) Built the demo successfully with another chip. Crisis averted. Pretty ugly, but hopefully they will take our word that it will look far less fragile with more than a couple hours to bash it together and operate on even punier power…
As one more update, you can find the full revision table of compatible hardware and software revisions included in the release notes:
Release-Notes-MSP-GANG.htm
See the section called "Version Matrix"
Hi SeaFesse, If you check the release notes from version 1.2.8.0, in the Version Matrix section, you'll see that the MSP-GANG HW v1.04 is only compatible with version 1.2.1.0 and higher. So this combination should not be used - please use the latest…