Hi all,
I start with stm32 mks robin nano 1.2 board for learn about 3d printing board programming.
I woul like start with very simple program (Hello world on tft35 screen).
I took information about mks board and I did some test but are present some point that is not very clear to me.
- Stm32 have a pin schema but is standard or change base of what mks did on the board?
- How can i find the correct pin number?
- I would like start from zero and where I can find the library that i need for start?
I used Marlin source code and mks source code for the driver but both have some missing library and do this manual inspection 1 by 1 without strong experience require a lot time.
I just would like know if is possible use the standard stm32 library with my mks board and flash the firmawer on it for see what i have created.
If i use stm32cube or arduino framework i can compile, upload the firmware with sd card and the screen show TFT updating message.
When arrive at 100% still freze. I close and reopen but booting… message still freeze.
Can someone help me for understand hownto set up the project, map the pin base on mks schema and upload it and see hello world?
Thank you for your time.