Hi there,
what about the support of the stlink v2? Is the code from the branch stlink still valid? Are there any flash instructions?
Is there any chance that the current master state can be flashed onto the stlink?
Thanks, Julian
Hi there,
what about the support of the stlink v2? Is the code from the branch stlink still valid? Are there any flash instructions?
Is there any chance that the current master state can be flashed onto the stlink?
Thanks, Julian
The current master can be built for the st-link hardware by building with 'make PROBE_HOST=stlink'.
Flashing it to your st-link is a bit tricky, since you need an SWD programmer to reprogram it.
The 'stlink' branch was old and abandonned, I have now deleted it.
Thanks for your quick answer! Maybe include this in the readme, if it's not already in there! Is there any programming scripts, etc.? Or do I have to find out myself?
May I ask what programmer have you been using?
There is no really easy way to get it onto the stlink. I've used the blackmagic native hardware to connect to the swd pins. You can also use the system memory bootloader, there are many programs around to do this. The bootprog.py script in this repo can be used.
There is now a port to the f4discovery that can be used for bootstrapping:
http://embdev.net/articles/STM_Discovery_as_Black_Magic_Probe
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?