-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
blinky on nRF51DK + mbed framework doesn't work #533
Comments
We have the same issue #500 and working on it. |
+1 might be experiencing the same thing with my Nucleo board also as per http://stackoverflow.com/questions/35544404/mbed-platformio-org-advice/35560136#35560136 |
Thanks, @valeros looking forward to the next version! |
valeros
added a commit
that referenced
this issue
Aug 2, 2016
ivankravets
added a commit
that referenced
this issue
Aug 2, 2016
* develop: (21 commits) Use stable docs Version bump to 2.11.2 (issues #500, #533, #732, #731, #737, #733, #438, #722, #52, #725) Update project configuration template Use stable docs Implement firmware merging with base firmware for Nordic nRF51 development platform // Resolve #500 , Resolve #533 Fix firmware uploading to Atmel SAMD21-XPRO board using ARM mbed framework // Resolve #732 Add firmware merging process for nordicnrf51 // Issue #533, #500 Add OpenOCD as an alternative upload method for atmelsam platform // Issue #732 Sync flags parser with PlatformIO 3.0 branch // Resolve #738 Update ``udev`` rules for the new STM32F407DISCOVERY boards // Resolve #731 Add explanation about "Failed to find MSBuild toolsets directory" Add support for local "--echo" for Serial Port Monitor // Resolve #733 Update history Improve support for Microchip PIC32 development platform and ChipKIT boards // Resolve #438 Fix Project Generator for ESP8266 and ARM mbed based projects Switch to gcc-built LwIP library for espressif platform Push 2.11.2.dev2 Fix linking process for microchippic32 platfrom // Issue #438 Improve Project Generator for PlatformIO IDE (fixes incorrect linter errors)
4 tasks
davidji
added a commit
to davidji/platformio
that referenced
this issue
Aug 30, 2016
Version bump to 2.11.2 (issues platformio#500, platformio#533, platformio#732, platformio#731, platformio#737, platformio#733, platformio#438, platformio#722, platformio#52, platformio#725)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've tried mbed framework on nucleo_f411re and nucleo_f303k8 the result is works like a charm but
doesn't work on nrf51.
here's my config.
[env:nrf51_dk]
platform = nordicnrf51
framework = mbed
board = nrf51_dk
upload_port = /Volumes/JLINK
.hex header from mbed online compier
:020000040000FA
:10000000C0070000D1060000D1000000B1060000CA
:1000100000000000000000000000000000000000E0
:100020000000000000000000000000005107000078
:100030000000000000000000DB000000E500000000
:10004000EF000000F9000000030100000D010000B6
but .hex from platformio is
:020000021000EC
:10C000000080002025D4010061D4010063D4010028
:10C010000000000000000000000000000000000020
:10C0200000000000000000000000000065D40100D6
:10C03000000000000000000067D4010069D4010086
:10C040006BD401006BD40100E5D501006BD4010075
:10C050006BD40100000000006BD401006BD4010020
The text was updated successfully, but these errors were encountered: