I have a microcontroller PCB designed I've inherited at work, where it is required to solder some wires onto the PCB and then short them together to get into programming mode.
The PCB has an STM33F303 micro where you have to pull the BOOT0 pin high to get it into programming mode. This...
I was requested to make a serial comms tester( RS232 spec) for a new product. This tester needs to be used on the production line to verify the hardware functionality. We just need it to basically read a packet of data in, then send a packet out at 9600 8N1. Nothing fancy at all. My first...