-
Notifications
You must be signed in to change notification settings - Fork 131
Home
Bogdan Bogush edited this page Dec 27, 2020
·
24 revisions
Welcome to the nand_programmer wiki!
- Download Gerber files from Google Drive release/nando-x.x.x/PCB/gerber/
- Register on one of the PCB manufacture websites, for example, https://jlcpcb.com/
- Create order and load gerber files.
- Configure PCB parameters as in following example:
The received PCBs:
The device is based on STM32F103VCT6 in LQFP100 package with 256KB flash and 48KB SRAM. The other MCUs are not supported because firmware HAL supports only current family. In some cases it is not theoretically possible to port to another MCU due to flash memory size (<256 KB) or missing FSMC as in STM32F103Vx.
The crystal is in HC49-SD package, 8MHz and 18pF load capacitance. If clystal with the same load capacitance is missing the other one can be taken. The values of load capacitors should be fixed as follows:
Cl1 = Cl2 = 2 * (Cl - Cs) = 2 * (18pF - 3pF) = 30pF
Cl1 = Cl2 = 2 * (Cl - Cs) = 2 * (16pF - 3pF) = 26pF.
Resistors, capacitors, LEDs are in the 0805 package. Pinheaders with 2.54mm step.
Parts for adapters are not included in the BOM file but it is just a few pinheaders and TSOP-48 socket. TSOP-48 socket can be bought on https://www.ebay.com. Another option is to order a TSOP-48 adapter for TL866.



To be continued...