-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New blue board support ? #22
Comments
Yes I’m having the same troubles. I have managed to read the new code using stm32box software. I can not erase or download .bin file. The device shows up as a stm32L4Qxx or stm32L4Pxx . STM32L is very different microchip. Keil software says not st product. |
This is the link where I realized I was in over my head |
The BIN file I pulled out with STM32_CubeProgrammer (my mistake calling it STM32Box) github doesn't support this type of file being copied. when I convert it to text file it looks like this Again Way over my head. Thank you for all your help, Imdroning |
I messed around with this as well some time ago, without much results. But today when I wanted to check if there have been any breakthroughs since then, I stumbled upon the datasheet of the chip -> http://bbs.panchip.com/forum.php?mod=viewthread&tid=36 (I don't think this link was available back then, there also seems to be a flashing description?) And while I'm here I guess I might as well write about my other findings from back then: After messing/searching around a bit (I was and still am fairly unexperienced with this kind of hardware interfacing) I learned about openocd and was able to figure out the idcode of the board being Using openocd's The parts that I was able to dump weren't really useful back then, but now with the datasheet they might be, so I'll attach the most interesting parts here -> dumps.zip (openocd might have automatically swapped the data, so I'm not sure if the endianness is correct) Unfortunately I was unable to locate the Anyway, hope this helps in some way. It would be nice if this board could still be hacked with custom firmware for some acro flying :) PS: @ImDroning Text encoding is not really useful for binary data, you might want to put that file in a zip archive and upload that instead (or just rename the extension to something Github allows) |
Hello,
Is there any plan to support the new blue board ? Or do you know someone that managed to flash it ?
Thanks in advance for your answer ;-)
The text was updated successfully, but these errors were encountered: