Sales Order No: Web Order No: Order Date: |
242789421 14270760 29-May-18 |
Sales Order No: Web Order No: Order Date: |
242789421 14270760 29-May-18 |
Please add nRF52840_DK to boards os.mbed.com/.../
Hello,
mbed is not driven by Nordic, so you have to ask mbed to add the nRF52840_DK to https://os.mbed.com/platforms/
As for the first question:
Which usb port on the DK do you use?
You should use the one on the left in the upper picture in this link.
The switches should be in position VDD and DEFAULT.
So if you want to program the nRF52840 DK, you should use the USB connector with the red circle around, SW9 - nRF power source: VDD and SW6: DEFAULT.
I am not familiar with mbed, but if the nRF52840 is not yet supported there, you can check out our SDK, which contains a lot of examples you can play around with. Segger Embedded Studio (Segger's IDE platform) is also supported, which is free of charge to use, with no limitations.
Best regards,
Edvin
Hello,
mbed is not driven by Nordic, so you have to ask mbed to add the nRF52840_DK to https://os.mbed.com/platforms/
As for the first question:
Which usb port on the DK do you use?
You should use the one on the left in the upper picture in this link.
The switches should be in position VDD and DEFAULT.
So if you want to program the nRF52840 DK, you should use the USB connector with the red circle around, SW9 - nRF power source: VDD and SW6: DEFAULT.
I am not familiar with mbed, but if the nRF52840 is not yet supported there, you can check out our SDK, which contains a lot of examples you can play around with. Segger Embedded Studio (Segger's IDE platform) is also supported, which is free of charge to use, with no limitations.
Best regards,
Edvin
you are partners :
What kind of partner that say " it not my business " ? If you want to buy chips you must provide easiest way to customer and Mbed do it. I can't waste years to learn all libraries and API of current chip. I want to use high-level programming language with less code as possible.
Please make cooperation with ARMbed to add this board to compiler.
Hello,
It was not the purpose to be rude. Sorry if it was interpreted that way.
I found this site:
https://os.mbed.com/platforms/Nordic-nRF52840-DK/
I can also see, e.g. from this case on DevZone, that others have used the nRF52840 DK on mbed.
The nRF52832 and nRF52840 DKs use the same compiler. It is only some differences in the radio, and the memory size, and the GPIO pinout.
Do you use the usb port that I highlighted in the figure in my previous reply, and are the switches in the position described in the figure? Does the board seem to respond?
You can try e.g. this example, which will run on the nRF52840 DK. Does it work? It should toggle the lights on button presses when uploaded successfully.
Best regards,
Edvin
I also received this link from Ralph Fulchiero (Arm Mbed).
I
When I connect to PC Led5 is blink twice. In PC explorer I see
When I compile https://os.mbed.com/compiler/#nav:/mbed-os-example-blinky/main.cpp; with NRF52840_DK platform I receive a lot of warnings :
You can do it also and check what a problems.
After I drop "mbed-os-example-blinky_NRF52840_DK.bin" to DAPLINK and reset board no one Led is not on.
You can also make it with same board ( I suppose you must have).
Hello,
I was not able to follow your link. It opens my compiler environment, but not with the project that you are linking to.
Sorry. I am not very familiar with mbed. But I found an example called mbed-os-example-blinky. I suspect it is the same as you use. I found it here.
I compiled it, and downloaded the .hex file. I tried to drag'n'drop it, but with no luck. All the LEDs remained on.
Then I used nrfjprog or nRFgo Studio, and erased the board, and programmed the .hex file via that. Then I reset the board, and it worked. Can you try to use either nRFgo Studio or nrfjprog (command line tools) with the project that I linked to? (which hopefully is the same project that you linked to.)
Best regards,
Edvin
1.I used introduction link :https://os.mbed.com/docs/v5.9/tutorials/quick-start-online.html
2. I don't have this Studio and not CL tools.I want to use high-level programming language with less code as possible. for this kind users was created Mbed and I wan't to use it. So please make it work/