Part Number: MSP432E401Y Hi team,
Here's an issue from the customer may need your help:
1) Is there any docs available for this chip to use the can updater for reference?
2) Dose it use ROM-based or FLash-based updates?
3) If ROM-based update, submission…
Part Number: MSP432E401Y Hi,
I have TI-RTOS based code and want read and write to EEPROM of the controller. I am using the following code block to read:
void readEEPROM(){ uint8_t i; Display_printf(display, 0, 0,"%p\n",(void *)&getDatafromEEPROM[0]);…
Part Number: MSP432E401Y Other Parts Discussed in Thread: MSP432P401R , Hello, Good morning!
I just bought "LAUNCHPAD MSP432E401Y EVAL BRD". I ran the program used for MSP432P401R LaunchPad", but I got the error shown as below: corlab4@corlab3…
Part Number: MSP432E401Y Hi,
I am trying to add ethernet connectivity feature to MSP432E401YT controller for that I need MAC & IP of that controller, so please suggest me
1. How to add ethernet feature to MSP432 and how to bring up the ethernet…
Part Number: MSP432E401Y Other Parts Discussed in Thread: SYSCONFIG , In my new design pcb and I have write a program to toggling GPIO pin and I have done programming successfully 1st time in new pcb but after that I am trying to do programming it shows me…
Part Number: MSP432E401Y Other Parts Discussed in Thread: MSP-EXP432E401Y , Hi,
We currently program our MSP432E401Y based product by running a ribbon cable from the XDS110 on an MSP-EXP432E401Y development board to a header on the product after it has been…
Part Number: MSP432E401Y Hi,
I have a custom board and TI-RTOS based code that currently launches 3 main threads that reads ADC ports, send values via ethernet and controlls LEDs. The code works perfectly fine but I also want to add capability to update…
Hey, happy new years
I forgot to update this thread, I am using TI-RTOS based project and I tried to change the address by changing the origin defined in the linker file (.cmd) first it gave errors saying DEFAULT memory range overlaps existing memory…
Part Number: MSP432E401Y I was looking through the simplelink example files and couldn't find one that uses the ethernet. I am sure there should be one maybe you just can't search ethernet in the resource explorer. Anyone know of an example that sets…
Part Number: MSP432E401Y Dear Team,
I am using PD7 as GPIO output pin to drive the LED.
1. I am MSP432E401Y SDK and after studying TRM i got to know that PD7 pin is locked.
2. How to unlock the register using GPIO driver API calls.
Regards,
Naga Narasimha…