|
Re: thread permissions issue
The userspace infrastructure has facilities for this, but as I commented in your patch, what you are doing is only intended for system call handlers. The Zephyr kernel running in supervisor mode is
The userspace infrastructure has facilities for this, but as I commented in your patch, what you are doing is only intended for system call handlers. The Zephyr kernel running in supervisor mode is
|
By
Boie, Andrew P
·
#5395
·
|
|
Resources Regarding assembly coding on Cortex arm-4
Hello,
I was looking for some useful links from where I can learn how to do assembly coding on Cortex arm-4 more specifically calling a c function from an assembly file. Could you please provide me
Hello,
I was looking for some useful links from where I can learn how to do assembly coding on Cortex arm-4 more specifically calling a c function from an assembly file. Could you please provide me
|
By
Md Kowsar Hossain <auvikuet@...>
·
#5394
·
|
|
Re: Calling a function not compiled as part of Zephyr from within Zephyr
Could you try turning off CONFIG_USERSPACE and/or provide a minimal test case that demonstrates the failure?
________________________________________
Sent: Monday, November 12, 2018 2:15:11 PM
To:
Could you try turning off CONFIG_USERSPACE and/or provide a minimal test case that demonstrates the failure?
________________________________________
Sent: Monday, November 12, 2018 2:15:11 PM
To:
|
By
Sebastian Boe
·
#5393
·
|
|
Calling a function not compiled as part of Zephyr from within Zephyr
Hi,
I am attempting to run an external function on an nRF52840 which is present on the module's flash at a known address but is not part of the Zephyr environment (consider it external). The function
Hi,
I am attempting to run an external function on an nRF52840 which is present on the module's flash at a known address but is not part of the Zephyr environment (consider it external). The function
|
By
Jamie Mccrae <Jamie.Mccrae@...>
·
#5392
·
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi there,
For me using the Nordic's nRFConnect smartphone app is very useful in the debug process.
My experience so far is when the public address of the HCI controller is set as 00:00:00:00:00:00
Hi there,
For me using the Nordic's nRFConnect smartphone app is very useful in the debug process.
My experience so far is when the public address of the HCI controller is set as 00:00:00:00:00:00
|
By
frv
·
#5390
·
Edited
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi,guys, It seems that I met a similar problem with Frank.
I use nRF52832 running HCI_UART sample as a controller. I want to make the controller advertise unconnectable packets outside, so I use
Hi,guys, It seems that I met a similar problem with Frank.
I use nRF52832 running HCI_UART sample as a controller. I want to make the controller advertise unconnectable packets outside, so I use
|
By
icephyr
·
#5389
·
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi Carles,
Thanks a lot, I hope soon a proper answer can be given, nevertheless progress is made and it just to know if this is normal behaviour.
Best regards,
Frank
Hi Carles,
Thanks a lot, I hope soon a proper answer can be given, nevertheless progress is made and it just to know if this is normal behaviour.
Best regards,
Frank
|
By
frv
·
#5388
·
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi Frank,
Right, since this seems to be more about BlueZ and Qt than about Zephyr or nRF, because nRF chipsets do not come with a public address registered and burned into the chip, I have copied
Hi Frank,
Right, since this seems to be more about BlueZ and Qt than about Zephyr or nRF, because nRF chipsets do not come with a public address registered and burned into the chip, I have copied
|
By
Carles Cufi
·
#5387
·
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi Carles,
Humm... not quite, I have recently created a QT bug report (See : https://bugreports.qt.io/browse/QTBUG-71727) although I think different parties are to blame, I'm still not sure who is
Hi Carles,
Humm... not quite, I have recently created a QT bug report (See : https://bugreports.qt.io/browse/QTBUG-71727) although I think different parties are to blame, I'm still not sure who is
|
By
frv
·
#5386
·
Edited
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi Frank,
I understand, so does that mean that you don’t need a public address? Since Qt seems to be doing the right thing.
Carles
Hi Frank,
I understand, so does that mean that you don’t need a public address? Since Qt seems to be doing the right thing.
Carles
|
By
Carles Cufi
·
#5385
·
|
|
Re: Zephyr Project using Eclipse
Fwd: List
On 12/11/18 09:44, Serafin wrote:
Fwd: List
On 12/11/18 09:44, Serafin wrote:
|
By
Serafin
·
#5384
·
|
|
Re: Zephyr Project using Eclipse
Morning,
A bit tricky because Eclipse CDT integration of cmake is only available at the latest release and imho not very good.
1.) build from eclipse
Simplest way:
Morning,
A bit tricky because Eclipse CDT integration of cmake is only available at the latest release and imho not very good.
1.) build from eclipse
Simplest way:
|
By
Stefan Jaritz
·
#5383
·
|
|
Re: #nrf52840 #ble unstable connection
#nrf52840
#ble
Hi Vinayak,
I merge the patch, host (nRF Connect) get update connection parameter request. After CI change to 30ms, it can keep connection a bit longer but it still disconnect after few minutes
Hi Vinayak,
I merge the patch, host (nRF Connect) get update connection parameter request. After CI change to 30ms, it can keep connection a bit longer but it still disconnect after few minutes
|
By
Randy Chou <rchou3@...>
·
#5382
·
|
|
Re: Zephyr (v1.13.0) HCI_UART running on nRF52 DK why BD address is always 00:00:00:00:00:00 after power cycle
#nrf52832
Hi Carles,
Thanks for the feedback.
It seems the Qt QLowerEnergyController object selects the first valid address different from the zero address for addressing the HCI controller/adapter. In my case
Hi Carles,
Thanks for the feedback.
It seems the Qt QLowerEnergyController object selects the first valid address different from the zero address for addressing the HCI controller/adapter. In my case
|
By
frv
·
#5381
·
Edited
|
|
Re: lwip integration with OpenThread
#nrf52840
#lwip
#openthread
Hi Paul,
I have found it in this link - https://github.com/zephyrproject-rtos/zephyr/issues/10561
By referring the config file also we can able to find Echo client and server example can be built for
Hi Paul,
I have found it in this link - https://github.com/zephyrproject-rtos/zephyr/issues/10561
By referring the config file also we can able to find Echo client and server example can be built for
|
By
deepa.gopinath@...
·
#5380
·
|
|
Re: thread permissions issue
I managed to solve this by calling
"k_thread_access_grant(k_current_get(), dev, NULL)" before calling the
"Z_SYSCALL_DRIVER_SENSOR" macro.
This question remains open.
I managed to solve this by calling
"k_thread_access_grant(k_current_get(), dev, NULL)" before calling the
"Z_SYSCALL_DRIVER_SENSOR" macro.
This question remains open.
|
By
Diego Sueiro
·
#5379
·
|
|
thread permissions issue
Hello Zephyrs,
I'm developing a shell module for the sensor drivers and I want to
validate if the device name passed from the user is a sensor device.
I have the CONFIG_USERSAPCE=y.
After calling
Hello Zephyrs,
I'm developing a shell module for the sensor drivers and I want to
validate if the device name passed from the user is a sensor device.
I have the CONFIG_USERSAPCE=y.
After calling
|
By
Diego Sueiro
·
#5378
·
|
|
Re: Zephyr Project using Eclipse
Hi Nick,
Once you’ve generated your project with CMake and imported it into Eclipse, you can edit source files in Eclipse and click the “Make” button to recompile your application.
Just be
Hi Nick,
Once you’ve generated your project with CMake and imported it into Eclipse, you can edit source files in Eclipse and click the “Make” button to recompile your application.
Just be
|
By
Maureen Helm
·
#5377
·
|
|
Zephyr Project using Eclipse
Hello,
I want to develop applications using the FRDM-K64F board from NXP using Eclipse. Is there any way to use Eclipse as an IDE and create a program, then flash it onto the board? I want to do
Hello,
I want to develop applications using the FRDM-K64F board from NXP using Eclipse. Is there any way to use Eclipse as an IDE and create a program, then flash it onto the board? I want to do
|
By
Nicholas Yameen <Nicholas.Yameen@...>
·
#5376
·
|
|
Re: __ASSERT - transfer to error handler
We do dump this info to the console on a fatal CPU exception. On x86 there's even a crude stack trace.
But it would be nice, if running some application under GDB, for the exception to simply break
We do dump this info to the console on a fatal CPU exception. On x86 there's even a crude stack trace.
But it would be nice, if running some application under GDB, for the exception to simply break
|
By
Boie, Andrew P
·
#5375
·
|