2020-04-01 12:48 PM
I'm creating code for an STM32L073 that will connect to another system. The final boards are not done yet (and will not be for a while) so we have a Nucleo board that we will be wired into the demo board for the system. I made a spreadsheet with the pin numbers/port GPIO/Schematic name and it worked well. I then spent a lot of time printing the spreadsheet out reduced to match the pin spacing on the Nucleo board.
This was a bunch of work, and if I update the pin-outs I have to go through it all again.
Does anyone know of a utility that will automatically print in the right scale?
I think it would be a good project for an intern, or a college student looking for a project??
(Sorry, I am not at liberty to discuss the details of the project)
Solved! Go to Solution.
2020-04-01 01:18 PM
Excel can do it. Set the cell height to 2,54mm (I'm a metric comma guy) and use a small font size of 5.
Mbed has some nice drawings https://os.mbed.com/platforms/ST-Nucleo-L073RZ/ but to me, there is too much information for each pin to print it all (like pin type TT FT FTf).
2020-04-01 01:18 PM
Excel can do it. Set the cell height to 2,54mm (I'm a metric comma guy) and use a small font size of 5.
Mbed has some nice drawings https://os.mbed.com/platforms/ST-Nucleo-L073RZ/ but to me, there is too much information for each pin to print it all (like pin type TT FT FTf).
2020-04-01 01:37 PM
Cool! Thanks!