I'm a student designing a circuit board for a heat flux sensor. I built a prototype using the MSP-432P401R Launchpad in conjunction with my own circuitry as a prototype. Now, I wish to create a new board using my own circuitry and the necessary components from the Launchpad. I can upload my own Energia code into the MSP 432 MCU without the XDS-ET Emulator and Debugger (XDS110-ET Emulator) and have no intention of editing or changing it, thereby making any debugging unnecessary.
I have run into some issues:
1) Is there any way I can send/receive data from the USB port to the MSP-432 MCU without having to use the debugger (cost and space)?
2) I need +3V3 from the USB to power both the MCU and my own circuitry. From the schematics, I found that I need an "LDO" to change the 5V from the USB to the +3V3 that I need. This LDO is in the XDS110-ET portion of the board. How can I access this LDO if we don't need the debugger?
3) There are several external clocks connected to the MCU. Do I need to include all these different clocks for a simple circuit?
4) If we don't need the XDS110-ET Emulator/Debugger, do we need the "JTAG" Switch?
5) Is UART a way for the MCU can communicate with the USB?
Do you have any tips or questions for me for clarification?