This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I am having a strange issue on my custom board where the code uploads without errors to the MSP430 but it doesn't do anything. I am simply just trying to toggle an LED but having no output from the micro. How can I test if the code is truly being uploaded correctly to the chip?
Thanks!
RESET pin must be connected to VCC over 47 kohm resistor and to ground over 1 nF capacitor. On your schematic RESET is not pulled up, so device after disconnecting from FET will never start with program execution.
For checking if device was flashed correctly, can be used any type of verify command.
Dev board schematic is correct. There is 47 kohm pull up on RESET line. 2 x 100 nF caps are for VCC decoupling, not related to RESET. 2xx device can run without 1 nF cap on RESET pin.
Don't see connection point on wire crossing (SRC_MSP / RESET) in your schematic, so 47 kohm resistor together with cap is connected to ground.
For some reason my schematic editor didn't create the node connection marker at that spot, but indeed they actually are connected. I've verified this on the layout as well. Sorry to not have been clear about this.
Any other thoughts as to why this could be happening? Are there any instructions I need to load to the chip before code? I read in the datasheet the USB bootloader is pre-loaded.
Interestingly it was only a section of the pins that would not respond to the code. I swapped out the chip and it all worked fine!
**Attention** This is a public forum