Part Number: MSP432E411Y-BGAEVM I am looking for the complete design files for this eval board.
I would like the BOM, PCB fabrication drawing and gerber fiels.
I have not been able to locate these on the site.
Could someone please help me with this…
Part Number: MSP432E411Y-BGAEVM Other Parts Discussed in Thread: SYSBIOS Hello, I am trying to commit a TI RTOS project to version control, but I am having trouble finding all the project files that need to be under version control in order to allow the…
Part Number: MSP432E411Y-BGAEVM In the Eval board design, the USB connector has a power pin, labeled TARGET_VBUS and this is connected to pin B16, USB0VBUS.
In my my design, I am using the processor as a device, not a master, in that power is coming…
Part Number: MSP432E411Y-BGAEVM Other Parts Discussed in Thread: MSP432E401Y
Dear Team,
in our custom design of MSP432E401Y SDRAM is connected with EPI Bus interface. But there is single pin change when compared with given SDRAM example code of SDK.
…
Part Number: MSP432E411Y-BGAEVM Hi,
Is there a similar trick for setting pthread_mutex_t labels (i.e. In the same way as there was a trick for setting pthread task labels in the related question), to show up in the ROV.
I have had a problem with a task…
Part Number: MSP432E411Y-BGAEVM Other Parts Discussed in Thread: MSP432E401Y , MSP432E411Y Hey guys, I'm working on a project where I'm supposed to implement the communication with a sensor over RS-485 connected to UART using Modbus-RTU. I have implemented…
Found std::mutex which notes that the TI compiler doesn't support C++11 concurrency features which require integration with the underlying OS or RTOS.
And [FAQ] Compiler: Which C++ standard is supported? contains:
Generally speaking, most of the standard…
Part Number: MSP432E411Y-BGAEVM Other Parts Discussed in Thread: SYSBIOS Hi,
I am porting a reasonable size project from a Linux platform to TI RTOS.
I quite often find the processor stuck in ti_sysbios_family_arm_m3_Hwi_excHandlerAsm__I, at
b $1 …
Part Number: MSP432E411Y-BGAEVM Other Parts Discussed in Thread: UNIFLASH , MSP432E411Y I'm trying to program my BGAEVM via the UART bootloader using the BSL-Rocket. I'm using (or have access to) the following tools:
CCS 10.4.0.00006
TI Emulators…
Part Number: MSP432E411Y-BGAEVM Other Parts Discussed in Thread: SYSBIOS I am porting a Linux C++ application to run under TI RTOS.
To use overridden, derived class methods as the task function, I have implemented an extern "C" function as an intermediate…