|
Re: [Zephyr-users] assertion fail in nordic nrf5 i2c driver
Thanks, I'll check it out.
Thanks, I'll check it out.
|
By
Manu R
·
#5235
·
|
|
Re: Segger RTT / Help or ? command
Hi there,
I believe RTT only currently supports output of characters, and not input.
There’s an issue logging this in case you want to follow it, or contribute code to improve
Hi there,
I believe RTT only currently supports output of characters, and not input.
There’s an issue logging this in case you want to follow it, or contribute code to improve
|
By
Carles Cufi
·
#5234
·
|
|
Re: [Zephyr-users] assertion fail in nordic nrf5 i2c driver
Hi Manu,
I think I had the same problem and solved using the process showed here.
https://youtu.be/vioi4OsmB_U
Cheers,
Marco
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Hi Manu,
I think I had the same problem and solved using the process showed here.
https://youtu.be/vioi4OsmB_U
Cheers,
Marco
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
By
Marco Tozzini <lists@...>
·
#5233
·
|
|
Re: [Zephyr-users] assertion fail in nordic nrf5 i2c driver
Hi Manu,
Please try with the following configs:
CONFIG_I2C=y
CONFIG_I2C_0_NRF_TWI=y
CONFIG_I2C_0=y
CONFIG_I2C_NRFX=y
CONFIG_I2C_0_NRF_TWI=y
CONFIG_NRFX_TWI=y
Some of these configurations may not be
Hi Manu,
Please try with the following configs:
CONFIG_I2C=y
CONFIG_I2C_0_NRF_TWI=y
CONFIG_I2C_0=y
CONFIG_I2C_NRFX=y
CONFIG_I2C_0_NRF_TWI=y
CONFIG_NRFX_TWI=y
Some of these configurations may not be
|
By
Giuliano Franchetto <giuliano.franchetto@...>
·
#5232
·
|
|
Regarding the fxos8700 (accelerometer) program
Hello,
I was trying to understand how and when interrupts occur in accelerometer program, how and when the thread switching happens.
Could you please help me regarding this issue?
Thanks
Kowsar
Hello,
I was trying to understand how and when interrupts occur in accelerometer program, how and when the thread switching happens.
Could you please help me regarding this issue?
Thanks
Kowsar
|
By
Hossain, Md Kowsar <mdkowsar-hossain@...>
·
#5231
·
|
|
Re: [Zephyr-users] assertion fail in nordic nrf5 i2c driver
Hi Manu,
Try this:
diff --git a/samples/drivers/i2c_fujitsu_fram/prj.conf b/samples/drivers/i2c_fujitsu_fram/prj.conf
index f9659582c..484e813e7 100644
---
Hi Manu,
Try this:
diff --git a/samples/drivers/i2c_fujitsu_fram/prj.conf b/samples/drivers/i2c_fujitsu_fram/prj.conf
index f9659582c..484e813e7 100644
---
|
By
Himanshu Jha <himanshujha199640@...>
·
#5230
·
|
|
Segger RTT / Help or ? command
CONFIG_HAS_SEGGER_RTT=yCONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n
Is there anything else that I am missing out?
I simply want the RTT viewer to get a response to 'help' command.
Thank you,
CONFIG_HAS_SEGGER_RTT=yCONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n
Is there anything else that I am missing out?
I simply want the RTT viewer to get a response to 'help' command.
Thank you,
|
By
Muzammil Patel
·
#5229
·
Edited
|
|
Re: [Zephyr-users] assertion fail in nordic nrf5 i2c driver
Carles, I am trying to use 1.13 and am having some issues. I can build hello_world, but when i tried to build anything with i2c, I have issues. ( drivers__i2c was created without source
Carles, I am trying to use 1.13 and am having some issues. I can build hello_world, but when i tried to build anything with i2c, I have issues. ( drivers__i2c was created without source
|
By
Manu R
·
#5228
·
|
|
Re: [Zephyr-users] assertion fail in nordic nrf5 i2c driver
Carles, appreciate the response.
That was definitely one of my experiments to try.
However, we have had a relatively stable base with r1.12 and I am not sure we can change to 1.13 without some
Carles, appreciate the response.
That was definitely one of my experiments to try.
However, we have had a relatively stable base with r1.12 and I am not sure we can change to 1.13 without some
|
By
Manu R
·
#5227
·
|
|
Re: [Zephyr-users] assertion fail in nordic nrf5 i2c driver
Hi Manu,
The I2C driver has since been completely rewritten to use nrfx, our common driver codebase.
Would it be possible for you to try with current master (or at least 1.13) to see if you still
Hi Manu,
The I2C driver has since been completely rewritten to use nrfx, our common driver codebase.
Would it be possible for you to try with current master (or at least 1.13) to see if you still
|
By
Carles Cufi
·
#5226
·
|
|
Strange power consumption _after_ I2C transactions on nrf52840
Hi All,
We have a custom board with a nrf52840 and multiple I2C devices( accel, pressure, etc).
We noticed that anytime we do an I2C transaction ( reads in particular), the current draw is abnormally
Hi All,
We have a custom board with a nrf52840 and multiple I2C devices( accel, pressure, etc).
We noticed that anytime we do an I2C transaction ( reads in particular), the current draw is abnormally
|
By
Manu R
·
#5225
·
|
|
cant read device using i2c sample code on nrf52
I'm trying to run the sample i2c code from samples/drivers/i2c_fujitsu_fram on my board.
I've tweaked the address to use the i2c address of my device, and am trying to read the who_am_i register, but
I'm trying to run the sample i2c code from samples/drivers/i2c_fujitsu_fram on my board.
I've tweaked the address to use the i2c address of my device, and am trying to read the who_am_i register, but
|
By
gurpreet+zephy@...
·
#5224
·
|
|
assertion fail in nordic nrf5 i2c driver
Hi all,
I am using a lis2dh12 with a nrf52840, and am on occasion seeing an assertion.
It happens in the i2c_nrf5_read
err=0 txd=0 rxd=0 stopped=0 errsrc=0x0
ASSERTION FAIL [data->stopped] @
Hi all,
I am using a lis2dh12 with a nrf52840, and am on occasion seeing an assertion.
It happens in the i2c_nrf5_read
err=0 txd=0 rxd=0 stopped=0 errsrc=0x0
ASSERTION FAIL [data->stopped] @
|
By
Manu R
·
#5223
·
|
|
Re: HCI_UART
Charles,
Thank you very much for the advice, I figured out that I built the .hex file with the incorrect parameters:
cmake -DBOARD=nrf52840_pca10059 ../..
When I needed:
cmake
Charles,
Thank you very much for the advice, I figured out that I built the .hex file with the incorrect parameters:
cmake -DBOARD=nrf52840_pca10059 ../..
When I needed:
cmake
|
By
Cale Collins <ccollins@...>
·
#5222
·
|
|
Re: Bluetooth: about latest Kernel OOPS
Hi Carles,
Oh !! That's Great news !!
Hi Carles,
Oh !! That's Great news !!
|
By
vikrant8051 <vikrant8051@...>
·
#5221
·
|
|
Re: Choosing Tx Buffers in BLE stack
Note that if you do not own a BLE sniffer you can still use a Nordic board to sniff traffic over the air:
https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Sniffer
Carles
Note that if you do not own a BLE sniffer you can still use a Nordic board to sniff traffic over the air:
https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Sniffer
Carles
|
By
Carles Cufi
·
#5220
·
|
|
Re: Choosing Tx Buffers in BLE stack
Do you have a sniffer trace you can send to me email?
It appears the peer is not responding to a control procedure.
-Vinayak
Do you have a sniffer trace you can send to me email?
It appears the peer is not responding to a control procedure.
-Vinayak
|
By
Chettimada, Vinayak Kariappa
·
#5219
·
|
|
Re: Bluetooth: about latest Kernel OOPS
Fix is now merged: https://github.com/zephyrproject-rtos/zephyr/pull/10391
Fix is now merged: https://github.com/zephyrproject-rtos/zephyr/pull/10391
|
By
Carles Cufi
·
#5218
·
|
|
Re: Bluetooth: about latest Kernel OOPS
Hi Vikrant,
It appears a recent merged PR has introduced regression. https://github.com/zephyrproject-rtos/zephyr/pull/10289
I am analysing the issue, meanwhile you can revert the said commit so as
Hi Vikrant,
It appears a recent merged PR has introduced regression. https://github.com/zephyrproject-rtos/zephyr/pull/10289
I am analysing the issue, meanwhile you can revert the said commit so as
|
By
Chettimada, Vinayak Kariappa
·
#5217
·
|
|
Bluetooth: about latest Kernel OOPS
Hi,
Today I synced my local repo with Zephyr master & while testing with
Bluetooth Mesh App I got following Kernel OOPS:
***** Kernel OOPS! *****
Hi,
Today I synced my local repo with Zephyr master & while testing with
Bluetooth Mesh App I got following Kernel OOPS:
***** Kernel OOPS! *****
|
By
vikrant8051 <vikrant8051@...>
·
#5216
·
|