|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Hi,
Did you, "Look for the “-L … “ option supplied when compiling."???
What folder path do you have? Incorrect library supplied will cause the hardfault when div operations is
Hi,
Did you, "Look for the “-L … “ option supplied when compiling."???
What folder path do you have? Incorrect library supplied will cause the hardfault when div operations is
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1024
·
|
|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Try: “ninja -v”
If using make, then, its “make VERBOSE=1”
Look for the “-L … “ option supplied when compiling.
You can join the IRC #zephyrproject channel at
Try: “ninja -v”
If using make, then, its “make VERBOSE=1”
Look for the “-L … “ option supplied when compiling.
You can join the IRC #zephyrproject channel at
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1023
·
|
|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Hi Phil,
Could you please build with verbose and check if correct gcc library for armv7e-m is compiled in (from the correct gcc revision).
Which version of GCC do you use?
Hi Phil,
Could you please build with verbose and check if correct gcc library for armv7e-m is compiled in (from the correct gcc revision).
Which version of GCC do you use?
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1022
·
|
|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Thank you for letting me know.
May be others in the community can follow up on the original issue with the toolchain from SDK-ng.
Vinayak
Thank you for letting me know.
May be others in the community can follow up on the original issue with the toolchain from SDK-ng.
Vinayak
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1021
·
|
|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Hi, about the possible lib gcc toolchain issue.
Of the available gcc.a, I am using the one suffixed with '#' when
using the sdk. Note that it seems that this is different on
Hi, about the possible lib gcc toolchain issue.
Of the available gcc.a, I am using the one suffixed with '#' when
using the sdk. Note that it seems that this is different on
|
By
Bøe, Sebastian <Sebastian.Boe@...>
·
#1020
·
|
|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
On my linux machine now…
For the gcc I am using it is:
-L"/usr/lib/gcc/arm-none-eabi/8.2.0/thumb/v7e-m/nofp"
On my linux machine now…
For the gcc I am using it is:
-L"/usr/lib/gcc/arm-none-eabi/8.2.0/thumb/v7e-m/nofp"
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1019
·
|
|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
I fixed the issue by switching to the GNU ARM Embedded Toolchain downloaded here:
https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
I fixed the issue by switching to the GNU ARM Embedded Toolchain downloaded here:
https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads
|
By
Phil Hipp
·
#1018
·
|
|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Hey,
thanks a lot so far. What are the correct gcc libs that should be used?
Hey,
thanks a lot so far. What are the correct gcc libs that should be used?
|
By
Phil Hipp
·
#1017
·
|
|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Hey,
that’s the only reasonable line I found in the output.
-L"/Users/philippfinke/Documents/Git/zephyr/sdk/macos/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/7.3.0/thumb“
Mit freundlichen
Hey,
that’s the only reasonable line I found in the output.
-L"/Users/philippfinke/Documents/Git/zephyr/sdk/macos/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/7.3.0/thumb“
Mit freundlichen
|
By
Phil Hipp
·
#1016
·
|
|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Hey,
the output shows that armv7-m is given as architecture (-march=armv7e-m). It seems I’m using following compiler:
arm-zephyr-eabi-gcc (crosstool-NG 1.23.0.418-d590-dirty) 7.3.0
Copyright (C)
Hey,
the output shows that armv7-m is given as architecture (-march=armv7e-m). It seems I’m using following compiler:
arm-zephyr-eabi-gcc (crosstool-NG 1.23.0.418-d590-dirty) 7.3.0
Copyright (C)
|
By
Phil Hipp
·
#1015
·
|
|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Hey Vinayak,
how do I get these information? I’m using cmake with ninja as generator as recommended on the zephyr project page.
Mit freundlichen Grüßen / best regards,
Philipp Finke
Development
Hey Vinayak,
how do I get these information? I’m using cmake with ninja as generator as recommended on the zephyr project page.
Mit freundlichen Grüßen / best regards,
Philipp Finke
Development
|
By
Phil Hipp
·
#1014
·
|
|
MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
Hello,
I'm trying to run the BLE peripheral sample of the zephyr v1.12.0 branch on the NRF52840 PCA10056 DK. I built the sample under macOS 10.13.6 using the arm-zephyr-eabi toolchain built with
Hello,
I'm trying to run the BLE peripheral sample of the zephyr v1.12.0 branch on the NRF52840 PCA10056 DK. I built the sample under macOS 10.13.6 using the arm-zephyr-eabi toolchain built with
|
By
Phil Hipp
·
#1013
·
|
|
Re: native_posix on Windows?
I did some progress but the issue is not resolved.
The issues I've seen were:
Windows newline format
In Linux gcc creates ELF image, while on windows gcc creates COFF image. Zephyr explicitly
I did some progress but the issue is not resolved.
The issues I've seen were:
Windows newline format
In Linux gcc creates ELF image, while on windows gcc creates COFF image. Zephyr explicitly
|
By
Amir Gonnen
·
#1012
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Vinayak,
Is it possible for you to take it remotely and check the issue ?
Regards,
Kavin Kumar
Mobile: 9994889187
Hi Vinayak,
Is it possible for you to take it remotely and check the issue ?
Regards,
Kavin Kumar
Mobile: 9994889187
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#1011
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi,
You will need to check for already installed tools revision and your linux distribution version. I am clueless on the issues you are facing.
Zephyr kbuild is not very different from
Hi,
You will need to check for already installed tools revision and your linux distribution version. I am clueless on the issues you are facing.
Zephyr kbuild is not very different from
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1010
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Vinayak,
I have followed the below link to update SDN version and executed same comments .
Then i tried to run the make command , this time error didn't occur but it got stuck .
Please find the
Hi Vinayak,
I have followed the below link to update SDN version and executed same comments .
Then i tried to run the make command , this time error didn't occur but it got stuck .
Please find the
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#1009
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Can you try to follow the steps here:
http://docs.zephyrproject.org/1.9.0/getting_started/installation_linux.html#installing-the-zephyr-software-development-kit
Carles
From:<users@...> on
Can you try to follow the steps here:
http://docs.zephyrproject.org/1.9.0/getting_started/installation_linux.html#installing-the-zephyr-software-development-kit
Carles
From:<users@...> on
|
By
Carles Cufi
·
#1008
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Vinayak,
Thanks for the update . I am using version 1.9.2 .
I will check and let you know the status.
Regards,
Kavin Kumar
Mobile: 9994889187
Hi Vinayak,
Thanks for the update . I am using version 1.9.2 .
I will check and let you know the status.
Regards,
Kavin Kumar
Mobile: 9994889187
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#1007
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Kavin,
Depending on the Zephyr release you are using, pre v1.10 releases used KBuild and Post use cmake.
You will need to use the documentation for that release.
If you are on the
Hi Kavin,
Depending on the Zephyr release you are using, pre v1.10 releases used KBuild and Post use cmake.
You will need to use the documentation for that release.
If you are on the
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1006
·
|
|
Re: [Zephyr-devel] HCI Interface UART//USB
Hi Vinayak,
I have followed all the steps as per white paper to flash nRF52840 and got stuck with step4 where i am unable to build the application . Facing issue with make command .
Kindly help on
Hi Vinayak,
I have followed all the steps as per white paper to flash nRF52840 and got stuck with step4 where i am unable to build the application . Facing issue with make command .
Kindly help on
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#1005
·
|