Hello,
You can find the software examples in the product folder. In the link below, under the software section, you will find the code examples.
www.ti.com/.../toolssoftware
You could also take a look at the example code for the MSP430FR4133…
Okay thanks for the advice! I'll grab the MSP-EXP430FR4133 and the DLP-7970ABP. From there I should be able to pass the temperature from the MSP-EXP430FR4133 to the Arduino using i2c or spi correct?
Hello Mesut,
I do not understand your explanation.
Could you explain?
I do not have MSP-EXP430FR4133, however I have many other LaunchPads containing the Enhanced USCI A interface module and I am ready to help and recreate your issue.
Abenezer,
Code Composer Studio does not provide a simulator, it requires you to have a development board.
For MSP430FR4133 there is a low cost development board called a LaunchPad available: www.ti.com/.../msp-exp430fr4133
Regards,
John
Table 1. Debug Probes Features and Device Compatibility of MSP Debuggers shows that the MSP-EXP430G2 only supports F20xx, F21x2, F22xx, G2x01, G2x11, G2x21, G2x31, G2x53 devices.
Whereas the MSP-EXP430FR4133 contains a eZ-FET emulation which the MSP…
Part Number: MSP-EXP430FR5994 Other Parts Discussed in Thread: MSP-EXP430FR4133 Tool/software: Code Composer Studio Hello,
My msp-exp430FR5994 is not detected in CCS. CCS is installed on Kubuntu 20.04. Error returned is:
{"msg":"ttyACM0: Could not…
Tried to connect the MSP430FR4133 MCU to the MSP430FR2100 SPI master using the measuring wires soldered on the prototype board. Using this setup I get an interrupt for every char. Therefore the missing interrupt issue must be caused by missing configuration…
USCI A0 is shared between the MSP-EXP430FR4133's backchannel UART and header pins, you will not be able to communicate with the host PC and SIM800C GPRS/GSM Shield with the same communication peripheral. In order to only communicate with the SIM800C you…
Part Number: MSP430F6435 Other Parts Discussed in Thread: MSP-EXP430FR4133 , UNIFLASH , MSP430WARE , MSP-FET , MSP430F67791 Tool/software: Code Composer Studio Hello,
I am working on MSP430F6435 micro controller.
And I am using MSP-EXP430FR4133 launchpad…
Part Number: MSP430FR4133 Other Parts Discussed in Thread: MSP-EXP430FR4133 , MSP430WARE Hi there!
I've just received my launchpad MSP-EXP430FR4133 and tried to run some sample code examples from MSP430Ware.
None of the examples with timers (A0 or…