-
Notifications
You must be signed in to change notification settings - Fork 5
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
Flashing NRF52832Y #4
Comments
Yup. Some NRF52 are locked. You either need a real stlink (not a cheap clone) or another programmer (a jlink, a genuine stlink, a black magic probe, a daplink...) Alternatively, you can flash Black Magic Probe firmware on your stlink (eg: what I've done):
Once flashed, you can flash it using the makefile:
|
Have you manage to flash it ? |
I haven't. I have been struggling with building BMP for the stlink. In the current version when I make and compile I get the firmware.bin, but I do not get the bootloader.bin. I get a bootloader.elf.p file when I do the make. I ordered a BMP v2.3 board so I can just use it without having to fiddle with things. I'll update when I get the board and try to flash the nrf52832 |
If I recall correctly, you can built it like that:
I can send them to you if you need. |
I am having an issue trying to flash the NRF52832Y board and was wondering if anyone has configurations for successfully doing so.
I tried flashing it using an ST-Link V2 with the default Openocd.cfg
This results in an error
I then tried flashing it using a Raspberry Pi
This get me an error as well
I also tried "transport select hla_swd" but get error
The text was updated successfully, but these errors were encountered: