Electrical – ARM Cortex M4f microcontroller on a breadboard

armcortex-m4usbasp

I recently bought an ARM based microcontroller from Texas Instruments (MSP432P401R). However I found out too late that it is not a in a Dual In-line Package and so I cannot use it on a breadboard. What do I do in order to use it on a breadboard?

Additionally, can I use USBASP to program this microcontroller?

Best Answer

You do not. You buy the development board, in your case the MSP-EXP432P401R, and you use wires to the breadboard.

Or you buy a development board you can breadboard, mbed has some.

Putting this category of chips on a breadboard gives you a deluxe package of problems, if you are going that way, you'd better start funding this website.


You program that chip with an SWD or JTAG programmer. Like Segger, ULink or with the upper part of the MSP-EXP432P401R development board. It has an XDS110 debugger on board.

Related Topic