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…
Gordon,
Glad to help you find the addressing issue. In previous projects I've used masterSendMultiByte commands followed by masterReceiveMultiByte logic to create a repeated start instead of a stop condition. The syntax doesn't quite follow since only…
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…
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…
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: void…
Other Parts Discussed in Thread: MSP430FR5735 , MSP-EXP430FR5739 I wonder if you can help me? I am trying get the webserver demo running for the FRAM MSP430FR5735 board with the CC3000 module but I can’t get the standard code to compile.
Here is what…
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 software…