Hi all,
I've been working with MSP430F5438 for some time and using the 100-pin target board for learning (MSP-TS430PZ5x100) and the debugging tool MSP-FET430UIF.
I'm using the MCU to collect sample data and write it to a memory card, and that's just about it. I want to make a PCB with the MCU and memory card holder and thereby make the whole thing smaller for my usage - but coming from a software background and little knowledge of PCB I have certain questions. I looked at the schematic of the target board which I assume is a good starting point to see how things are connected on it.
1) There are a number of 0R resistors - what are they for? Do I need to put those on my board?
2) Many capacitors and some resistors have DNP written next to it. They are on the target board too, again what does that mean and do I need them?
3) What is the purpose of capacitors placed between Vcc and Gnd? (are they 'filter capacitors'?) If so, why do they differ on different Vcc pins?
4) Since I am not using any external capacitor or component on the target board, what is the minimum set of components I need on the board to get it running? My initial understanding is that having the MCU connected to supply and a connector for JTAG programming (and SD slot) is enough for the job, is that right?