Part Number: MSP-EXP432E401Y I entered the link: https://www.ti.com/tool/SIMPLELINK-MSP432-SDK#downloads, but didn't find any download button. Is it removed?
Part Number: MSP432E401Y Other Parts Discussed in Thread: MSP-EXP432E401Y , UNIFLASH Hi,
I want to use the debugger msp-exp432e401y for scalable PMIC GUI which is prepared for the PMIC chip TPS6594X .
And the Launchpad shall be programmed FW version 1.0.3.6…
Part Number: MSP-EXP432E401Y Other Parts Discussed in Thread: UNIFLASH , LM36010EVM Where do you get the file MSP432fw.out? I've looked everywhere in my install folders and could not find it. Googling online or on the TI website doesn't return any good…
Part Number: MSP-EXP432E401Y Other Parts Discussed in Thread: DAC8568 , , BOOST-DAC8568 Hey I have the MSP-EXP432E401Y and the DAC8568. I noticed that the pinouts between these devices are most likely not compatible. The spi clk pin on the board in one…
Part Number: MSP-EXP432E401Y I am attempting to use SPI to drive a string of of ws2812b neopixels. I am using an array of bytes to create the bit pattern that I want to send out to the LEDs, this is almost working, except that when I send my array of…
Part Number: MSP-EXP432E401Y Hello,
I am trying to erase the main flash for ethernet bootloader example however there is no " MSP432E4_MASS_ERASE" or any other script available under scripts->default.
Part Number: MSP-EXP432E401Y Other Parts Discussed in Thread: BOOST-DAC8568 iFor the BOOST-DAC8568, it has a 32 bit word, with the first 12 bits being control bits, followed by 16 data bits, and 4 extra bits. This is a 32 bit message. According to the…
Part Number: MSP-EXP432E401Y Hi,
I am writing delay/sleep routine using SysTick driverlib APIs with interrupt in MSP-EXP432E401Y under TI-RTOS as follows.
1. enable UART (XDS110), open it, get date string to set current time
2. set current time with…
Part Number: MSP-EXP432E401Y Hi,
I am writing delay/sleep routine with SysTick driverlib APIs without interrupt in MSP-EXP432E401Y as follows:
hz4milliseconds = ui32SysClock / 1000;
SysTickEnable(); // no interrupt…
Part Number: MSP-EXP432E401Y Other Parts Discussed in Thread: MSP432E401Y , SYSBIOS I want to add a GateSWI to a project but the linker doesn't pick it up. . CCS 12.0.0.00009. Starting from udpecho_MSP_EXP432E401Y_tirtos_ccs with lots of mods. Gate implemented…