|
Re: __ASSERT - transfer to error handler
Hello Kristoffer,
As a quick reply, definitely ack on the problem statement. I can say
more, I'm patiently waiting for a paradise times when on CPU exception,
assert, etc., we'll be ending up in
Hello Kristoffer,
As a quick reply, definitely ack on the problem statement. I can say
more, I'm patiently waiting for a paradise times when on CPU exception,
assert, etc., we'll be ending up in
|
By
Paul Sokolovsky
·
#5365
·
|
|
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
Hallo Zephyr community,
Anyone knowing why the BD address is always the ZERO address, when using the nRF52 board running the Zephyr HCI uart hex.
I also see that the random address remains the
Hallo Zephyr community,
Anyone knowing why the BD address is always the ZERO address, when using the nRF52 board running the Zephyr HCI uart hex.
I also see that the random address remains the
|
By
frv
·
#5364
·
|
|
Re: #nrf52840 #ble unstable connection
#nrf52840
#ble
https://github.com/zephyrproject-rtos/zephyr/pull/11231
Could you please test the PR on your board and let me know if its better.
Find attach the patch file as alternative to the diff in PR. Use
https://github.com/zephyrproject-rtos/zephyr/pull/11231
Could you please test the PR on your board and let me know if its better.
Find attach the patch file as alternative to the diff in PR. Use
|
By
Chettimada, Vinayak Kariappa
·
#5363
·
|
|
__ASSERT - transfer to error handler
Current implementation:
The __ASSERT macro is extensively used in the Zephyr code base and in application code for debugging during development.
In case of an ASSERT, the code jumps to __ASSERT_POST
Current implementation:
The __ASSERT macro is extensively used in the Zephyr code base and in application code for debugging during development.
In case of an ASSERT, the code jumps to __ASSERT_POST
|
By
kristoffer.skoien@...
·
#5362
·
|
|
Re: #nrf52840 #ble unstable connection
#nrf52840
#ble
Hi Vinayak,
Thanks for your reply. If you have any idea about this issue I can do the tests from my site.
Regards,
Randy
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...> 於
Hi Vinayak,
Thanks for your reply. If you have any idea about this issue I can do the tests from my site.
Regards,
Randy
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...> 於
|
By
Randy Chou <rchou3@...>
·
#5361
·
|
|
Re: NRF52832 - setting up NFFS for the external flash W25QXXDV
Hey Faisal,
we recently had trouble with the Winbond driver as well, but in the context of FCB and NVS. Something we found is that the current driver doesn't support writing across write pages. So if
Hey Faisal,
we recently had trouble with the Winbond driver as well, but in the context of FCB and NVS. Something we found is that the current driver doesn't support writing across write pages. So if
|
By
Johannes Hutter
·
#5360
·
|
|
Re: #nrf52840 #ble unstable connection
#nrf52840
#ble
Your config file looks ok.
I will check if errata 201 will solve your issues. I will try to send you a patch by this weekend.
As I will need to reproduce the issue, you will need to help me if it is
Your config file looks ok.
I will check if errata 201 will solve your issues. I will try to send you a patch by this weekend.
As I will need to reproduce the issue, you will need to help me if it is
|
By
Chettimada, Vinayak Kariappa
·
#5359
·
|
|
Re: usb device network on nrf52840 platform
Jukka,
Thanks...learn something new everyday! This is also a reason for NOT renaming the .conf file for
your project to something unique....which, of course, I did on my first project!
Cheers,
Chuck
Jukka,
Thanks...learn something new everyday! This is also a reason for NOT renaming the .conf file for
your project to something unique....which, of course, I did on my first project!
Cheers,
Chuck
|
By
cpmcparland@...
·
#5358
·
|
|
NRF52832 - setting up NFFS for the external flash W25QXXDV
Hi
At the moment I am struggling to mount W25QXXDV external flash as NFFS. We have a custom board with nrf52832 connected to the external spi flash W25QXXDV. So Zephyr provides the driver for
Hi
At the moment I am struggling to mount W25QXXDV external flash as NFFS. We have a custom board with nrf52832 connected to the external spi flash W25QXXDV. So Zephyr provides the driver for
|
By
faisal.saleem@...
·
#5357
·
|
|
【HCI_UART】hci_uart sample cannot advertise controlled by HCI commands
#nrf52832
#uart
#hci
Hi guys, I met a problem with official hci_uart sample. Hope anybody can give me any advice,thanks.
I use NRF52832's official develop board running hci_uart sample as a controller, I send hci commands
Hi guys, I met a problem with official hci_uart sample. Hope anybody can give me any advice,thanks.
I use NRF52832's official develop board running hci_uart sample as a controller, I send hci commands
|
By
icephyr
·
#5356
·
|
|
How to use Nordic ppi on zephyr.
#nrf52
#ppi
Hey guys,
I'm tryinig to create an external counter on nrf52 for 10MHz using PPI, GPIOTE and time counter but I don't know where I'm doing it wrong. Follow my code so far. The commented part is just a
Hey guys,
I'm tryinig to create an external counter on nrf52 for 10MHz using PPI, GPIOTE and time counter but I don't know where I'm doing it wrong. Follow my code so far. The commented part is just a
|
By
Felipe Gabardo Gonçalves <felipe@...>
·
#5355
·
|
|
Re: #nrf52840 #ble unstable connection
#nrf52840
#ble
Hi Vinayak,
I did some test today by using the latest master, there is no connection parameter update that means the CI keeps in 7.5ms, the connection keeps alive.
I try to update the CI to 30ms
Hi Vinayak,
I did some test today by using the latest master, there is no connection parameter update that means the CI keeps in 7.5ms, the connection keeps alive.
I try to update the CI to 30ms
|
By
Randy Chou <rchou3@...>
·
#5354
·
|
|
Re: usb device network on nrf52840 platform
BTW, you can also say
$ cmake -DOVERLAY_CONFIG=overlay-netusb.conf -DBOARD=nrf52840_pca10056
../..
as prj.conf is automatically included anyway.
Using -DCONF_FILE="prj.conf overlay-netusb.conf"
BTW, you can also say
$ cmake -DOVERLAY_CONFIG=overlay-netusb.conf -DBOARD=nrf52840_pca10056
../..
as prj.conf is automatically included anyway.
Using -DCONF_FILE="prj.conf overlay-netusb.conf"
|
By
Jukka Rissanen
·
#5353
·
|
|
Re: [Question] zephyr file transfer via BLE
Hi Carles
I have a question
NOW
Scenario
BLE file transfer UART(file)
Android app (mcumgr) ----------------------à
Hi Carles
I have a question
NOW
Scenario
BLE file transfer UART(file)
Android app (mcumgr) ----------------------à
|
By
우승우 <du5102@...>
·
#5352
·
|
|
Re: usb device network on nrf52840 platform
Andrezej, thanks for looking at this. To keep things simple, I went back to the sample project:
samples/net/echo_server
With the exception of adding the first line, I don't believe I have changed
Andrezej, thanks for looking at this. To keep things simple, I went back to the sample project:
samples/net/echo_server
With the exception of adding the first line, I don't believe I have changed
|
By
cpmcparland@...
·
#5351
·
|
|
Re: usb device network on nrf52840 platform
Hi
I’m unable to reproduce this problem – I mean that I did not encounter problem compiling usbd along with newlibc.
Can you point prj.conf you used, or even the project?
Hi
I’m unable to reproduce this problem – I mean that I did not encounter problem compiling usbd along with newlibc.
Can you point prj.conf you used, or even the project?
|
By
Puzdrowski, Andrzej
·
#5350
·
|
|
Re: usb device network on nrf52840 platform
Well, as is usually the case, as soon as I'm convinced I'm stuck and send off a note, I try something else and make a bit
of progress......sigh. The new project I was trying to integrate with an ecm
Well, as is usually the case, as soon as I'm convinced I'm stuck and send off a note, I try something else and make a bit
of progress......sigh. The new project I was trying to integrate with an ecm
|
By
cpmcparland@...
·
#5349
·
|
|
usb device network on nrf52840 platform
Has anyone had any luck adding usb device networking to a project outside of samples/net/echo_server ?
I have built the above project with -DCONF_FILE="prj.conf overlay-netusb.conf" and it appears to
Has anyone had any luck adding usb device networking to a project outside of samples/net/echo_server ?
I have built the above project with -DCONF_FILE="prj.conf overlay-netusb.conf" and it appears to
|
By
cpmcparland@...
·
#5348
·
|
|
Re: Zephyr SDK 0.9.5 Release
Thanks!
By
Marti Bolivar <marti@...>
·
#5347
·
|
|
Re: Zephyr SDK 0.9.5 Release
We don’t need DTC greater than 1.4.6, so Mac & Windows should still be ok. Mostly updated the SDK version to get additional warning checks.
- k
We don’t need DTC greater than 1.4.6, so Mac & Windows should still be ok. Mostly updated the SDK version to get additional warning checks.
- k
|
By
Kumar Gala
·
#5346
·
|