I have a new Arduino Pro Mini 328 3.3v, the only thing i have done to it is to solder header pins so that i can plug it onto a breadboard and also to connect a basic FTDI for uploading.
I downloaded the arduino 0022 on my Mac and tried to upload the blink example but all i got was the error message avrdude: stk500_recv(): programmer is not responding, twice.
I made sure that I selected the right board and serial port (for me it was /dev/tty.usbserial-A600eJSK).
I pressed the reset button (the green LED blinked once) before clicking the upload button. Then the TX on the FTDI board blinked a few times and the green LED on the Mini blinked twice. Then nothing happens for a few seconds followed by the error message.
Gone through the troubleshooting guide and couldn't figure out what I may have missed.
Could you post a clear picture of how you have things connected?
Also, the reset timing on the pro-mini is tighter than the mini v4 since it allows for auto reset. This is done by connecting the GRN pin to the DTR signal on your usb to serial cable/device.
If this does not work, take a ohm meter and check the TXD and RXD traces back to the chip.
Yes. After the upload button is clicked, the green LED on the Mini blinks twice, then the TX on the FTDI board blinks twice while the green LED on the Mini blinks once more, followed by another blink on the FTDI TX, and comes the error messages.
Well, I'm stumped. You've proven that everything works up to the processor. As far as I can tell, the processor is the only left that could be the problem.
Are you certain it is an ATmega328 processor? (I can't tell from the image.)