Thank you Ryan for your reply .I did not have access to my device before. The exact specs are as follows:
OS: Linux raspberrypi 4.9.41-v7+ on Raspberry pi Model B.
libmsp430.so version: MSP430.dll v3.3.1.4
Since I am using the launchpad kit for MSP430FR5994…
Hello.
Downloading, compiling and loading the fatfs example on the MSP-EXP430FR5994 target it works without any error.
After changing any of the project options mentioned in the previous post, the code could be compiled without any error but not operating…
Hi Jim,
This is some strange behavior that I'd like to look into further. If you're comfortable, you can submit whatever code you have that exhibits the behavior to me via personal message. You can do this by requesting my friendship on E2E. I'll test…
Kevin,
Thanks for the clarification. I've actually found the issue. The download link online never got changed, but in MSP430Ware v3.6 we changed this dependency. The new download link will be available within a day or so. For now go to TI Resource…
I am the author, so for any info send me pm. PC side is open source. It is working by native CDC OS drivers. There is no need to install anything. It is not compatible with TI software. Clemens suggestion is related to use (open source) eZ-FET Lite (part…
That's a good question.
UART is push-pull and transmitter drives the line.
But oftentimes (and it's a good practice) the Rx line is tied to Vcc either with external or internal pull-up to prevent spurious interrupts and glitches on the line when…
The maximum timer input clock frequency is 16 MHz for FRAM devices and 25 MHz for F5xx/6xx flash devices, but the input capture timing is 20 ns for either. You will need to run some benchmark tests to make sure that this is adequate for your application…
Hi Lachlan! First, you will want to have the jumpers connected so that you can program your board. When you are ready to program your board, click the debug icon (the "bug" in the top bar). After your board is programmed, you will want to remove the Spy…
Hi Tom,
I took a look into your issue - thanks for providing so much detail. I was able to reproduce the problem on my MSP-EXP430FR5994 Launchpad. The problem in this case is your linker file. Currently, it is placing .cio and .sysmem, used for the…