I'm a quite newbie for the stm32 platform. Rather this is my first attempt at it. So please excuse me.
I'm trying to repurpose a custom board which came for a 3D printer.

schematics https://github.com/bigtreetech/BIGTREET ... %9B%BE.pdf
PCB https://github.com/bigtreetech/BIGTREET ... 9B%BE.docx
So far I was able to;
- Connect to the board via serial
- Use ST demonstrator to fully erase the chip
- Connect to the board via serial through Arduino and upload the blink sketch.
Issue;
- LED blinks a few seconds (5 sec) and stops either in an on or off state.
- LED do not blink continuously.
My guess; (which could be wrong and silly, so pls excuse me) since I did a full erase of the chip, the custom bootloader which was there with the board is erased and Arduino is loading the blink sketch to the bootloader space of the memory.
Kindly help me here and thank you.