Part Number: MSP-EXP432E401Y Other Parts Discussed in Thread: MSP432E401Y , UNIFLASH , TPS6594-Q1 Dear Teams,
Right now i am going to configurate TPS6594 PMIC NVM from Scaleble PMICs GUI by MSP-EXP432E401Y development kits through I2C communication, But…
Part Number: MSP-EXP432E401Y my project is based on the MQTTclient example.
At startup I wish to read a GPIO pin to determine whether this is device A or device B, then depending on which device it is to set the IP address to either 192.168.1.10, or 192…
Part Number: MSP-EXP432E401Y Other Parts Discussed in Thread: BOOSTXL-SHARP128 , Hello,
I have been working on a Web server using the HTTPServer module available in the Network Services code that comes with the "simplelink_msp432e4_sdk_4_20_00_12" SDK…
Part Number: MSP-EXP432E401Y Is there a runtime means to adjust the internal comparator voltage level ?
SYSCFG sets it compile time: Comparator.referenceLevel = "1.65V"; , but I don't see how to adjust it after that.
Part Number: MSP-EXP432E401Y Other Parts Discussed in Thread: SYSBIOS Hi,
I import tcpecho example under ns folder as CCS project and verified it works well.
Then I put something new:
- receive some command and data via tcp socket.
- find if it is registered…
Part Number: MSP-EXP432E401Y Other Parts Discussed in Thread: TM4C129ENCPDT I'm trying to recreate the MSP-EXP432E401Y circuitry on a prototype board of my application so I can continue to develop the interface to its peripheral components. To do this…
Part Number: MSP-EXP432E401Y Other Parts Discussed in Thread: SYSBIOS Hi,
I import uartecho project into CCS and add some codes to test how to save data into flash area.
So I changed .cmd file as follows: --stack_size=8192 /* C stack is also used for ISR…
Hello Jkull,
I don't believe we have a Dual Mode Bluetooth plug-in for the MSP430E4, but I'm going to move this thread to the Bluetooth forum as they would know better and they may also have other Bluetooth solutions that could meet your needs.…
Part Number: BOOST-LP5569EVM Other Parts Discussed in Thread: MSP-EXP432E401Y , , MSP432P401R The user’s guide of the BOOST-LP5569EVM mention the MSP-EXP432P401R but is no more in production, in fact the link in the PDF is directing to the new MSP-EXP432E401Y…
Evan,
I've been able to copy the relevant code over from usbdevcserial and get it to compile and run successfully in my project. Thank you! It now works the same way as the usbdevcserial example.
One problem I'm having is that there is a conflict with…