-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
STM32F410RBTx not supported #418
Comments
Could you test with 9c635e4 I have not tested it on real hardware. |
Sorry for the delay in testing, yesterday was crazy. Anyway, it is getting closer, but not quite there yet. This is the output now:
Compiled version:
Thanks! |
There is something wrong now with selection of the correct flash loader because the coreid is not recognized. |
Is this something that you need from me? I would be happy to help but am not clear on what you need. |
I'm not sure yet either because the flash loader mechanism is build by other people. I'm trying to figure out why it doesn't recognized correctly. What it does: st-flash writes a program (flash loader) in to SRAM and then runs it. Then the interaction is done using the flash loader to program the internal memory. |
Gotcha. When you figure it out, let me know what I can do to help. |
We need to add the F410 chipid to that flash-loader selector, hopefully fixed here: As seen now, the chipid doesn't select the flash-loader itself and is semi-hardcoded in Let me know if it works (or not) |
Beautiful!
This looks to be working as far as I am concerned. Thank you very much for your quick fix! Cheers |
Very nice, have fun 👍. I have not 100% verified the chipid parameters are correctly set. But the chip should have 32KB SRAM and 128KB flash (16KB pages). |
Hello all,
I am trying to program an STM32F410RBTx chip with stlink, and it is failing with error:
Looking at include/stlink/chipid.h I can see that there is no entry for ID 458. Unfortunately I am not clear on the different parameters in src/chipid.c to add this chip myself, as I am quite new to ARM programming.
I am programming the chip on a custom board via the NUCLEO F411RE dev board in target mode. I know the programmer works, as I can program it correctly using st-link. I know the custom board + chip works as I can program it via the Nucleo in USB mass storage mode.
I would prefer to use this command line tool for programming, as it integrates with Makefiles better than the USB mass storage programming mode; plus it will open up my options for other programmers (not just using the Nucleo).
Output:
Expected/description:
st-link does not appear to support the STM32F410RBTx chip.
The text was updated successfully, but these errors were encountered: