Jithesh Balan said: 1) Hi Charles, Thanks for the information, need to clarify one more thing, In the datasheet of MSP432E, they mentioned integrated ethernet phy, so external ethernet phy chip is not required? please clarify
That is correct. You can…
Hi Peter,' You can execute code out of SDRAM. Please refer to this TI reference design.
https://www.ti.com/lit/pdf/tidu893
https://www.ti.com/tool/TIDM-TM4C129SDRAMNVM
Hi,
The TI Reference design https://www.ti.com/tool/TIDM-TM4C129SDRAMNVM is everything we have. Refer to section 3.2.2 for details.
Below is the software collateral.
TIDM-TM4C129SDRAMNVM.zip
Hi,
Please take a look at this TI Reference Design. https://www.ti.com/tool/TIDM-TM4C129SDRAMNVM . Although this design was for TM4C129 MCU but it is the same silicon as MSP432E. They use the same driverlib. This design should run code out of SDRAM…
HI,
This TI reference design TIDM-TM4C129SDRAMNVM Execute from SDRAM with code storage in NVM for high performance MCU may also help. It uses the SSI interface to read the MicroSD card. The assumption is that a PC has already copied the program images…
Hi,
Serial NAND Flash memory should follow the industry-standard serial peripheral interface (SPI x1/x2/x4). There is no reason MSP432E cannot support NAND flash.
Here is one TI reference design that uses TM4C129 MCU to interface with serial flash…
Hi,
In MSP432E SDK, we have a basic SDRAM example that you can find at C:\ti\simplelink_msp432e4_sdk_4_20_00_12\examples\nortos\MSP_EXP432E401Y\driverlib\epi_sdram_basic. I strongly suggest you run this example first on your board to make sure you…
Hi Mike,
Thanks for posting your question to E2E. I couldn't find any QSPI (seems to be synonymous with Quad-SPI, Quad-SSI or QSSI) examples that use SysConfig, but I did find a DriverLib code example that demonstrates the MSP432E401Y's QSSI interface…