|
Re: toolchain version used in zephyr sdk
#nrf52840
That is the version of the ARM embedded toolchain. You can use that version, however Zephyr has an SDK under linux. 0.9.3 is the version of the Zephyr SDK under linux.
- k
That is the version of the ARM embedded toolchain. You can use that version, however Zephyr has an SDK under linux. 0.9.3 is the version of the Zephyr SDK under linux.
- k
|
By
Kumar Gala
·
#1168
·
|
|
toolchain version used in zephyr sdk
#nrf52840
What version of the GNU toolchain is used in the zephyr sdk(1.13.99)?
documentation on the following
What version of the GNU toolchain is used in the zephyr sdk(1.13.99)?
documentation on the following
|
By
reverett@...
·
#1167
·
|
|
Re: Reassigning the SPI pins on and nRF52840_pca10056
<snip>
Thanks! especially for the pointer to the documentation, I'm still
trying to get familiar with Zephyr. Yesterday I did get it to work by
changing the nrf52840_pca10056.dts but an overlay makes
<snip>
Thanks! especially for the pointer to the documentation, I'm still
trying to get familiar with Zephyr. Yesterday I did get it to work by
changing the nrf52840_pca10056.dts but an overlay makes
|
By
Ormund Williams
·
#1166
·
|
|
Re: Reassigning the SPI pins on and nRF52840_pca10056
Hi Ormund,
The SPI pins are now configured in Device Tree. The default values for the nrf52840_pca10056 board can be found
Hi Ormund,
The SPI pins are now configured in Device Tree. The default values for the nrf52840_pca10056 board can be found
|
By
Andrzej G??bek
·
#1165
·
|
|
Reassigning the SPI pins on and nRF52840_pca10056
Hi All,
I tried to reassign the SPI pins by adding the following lines to my
proj.conf file:
CONFIG_SPI_0_NRF_SCK_PIN=3
CONFIG_SPI_0_NRF_MOSI_PIN=4
CONFIG_SPI_0_NRF_MISO_PIN=28
but
Hi All,
I tried to reassign the SPI pins by adding the following lines to my
proj.conf file:
CONFIG_SPI_0_NRF_SCK_PIN=3
CONFIG_SPI_0_NRF_MOSI_PIN=4
CONFIG_SPI_0_NRF_MISO_PIN=28
but
|
By
Ormund Williams
·
#1164
·
|
|
Re: BT840F EV mesh without crystal
Hi Vinayak,
Thanks. I have added to my proj.conf but it did not help. Any other clues?
One new observation is that some times it gets connected but disconnected immediately. Other
Hi Vinayak,
Thanks. I have added to my proj.conf but it did not help. Any other clues?
One new observation is that some times it gets connected but disconnected immediately. Other
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1163
·
|
|
Re: BT840F EV mesh without crystal
Hi Venkat,
Please include the following, when using RC as LF clock source:
CONFIG_CLOCK_CONTROL_NRF5_K32SRC_500PPM=y
Regards,
Vinayak
Hi Venkat,
Please include the following, when using RC as LF clock source:
CONFIG_CLOCK_CONTROL_NRF5_K32SRC_500PPM=y
Regards,
Vinayak
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1162
·
|
|
Re: How to integrate code tests into projects containing own boards and drivers?
#test
#ztest
Hi Stefan,
Why not join the testing working group and share your input there as
Hi Stefan,
Why not join the testing working group and share your input there as
|
By
Carles Cufi
·
#1161
·
|
|
Re: How to integrate code tests into projects containing own boards and drivers?
#test
#ztest
Thanks for the information and feedback. In my eyes it would be perfect if, on the long run, a formalized test system is available.
I think for the users it would be perfect to have the possibility
Thanks for the information and feedback. In my eyes it would be perfect if, on the long run, a formalized test system is available.
I think for the users it would be perfect to have the possibility
|
By
Stefan Jaritz
·
#1160
·
|
|
BT840F EV mesh without crystal
Hi,
I have tried mesh on-off sample program on nRF52 DK with and without using crystal and it works fine. I am able to provision nRF52 DK using bluez.
When I try mesh program on
Hi,
I have tried mesh on-off sample program on nRF52 DK with and without using crystal and it works fine. I am able to provision nRF52 DK using bluez.
When I try mesh program on
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1159
·
|
|
Re: How to integrate code tests into projects containing own boards and drivers?
#test
#ztest
Really quickly, I’m not sure if we’ve done anything like this. Typically the testing support has been focused on what we’d use as a developer community for the zephyr project. So we have
Really quickly, I’m not sure if we’ve done anything like this. Typically the testing support has been focused on what we’d use as a developer community for the zephyr project. So we have
|
By
Kumar Gala
·
#1158
·
|
|
How to integrate code tests into projects containing own boards and drivers?
#test
#ztest
Hey,
I like to do some code tests for parts of my firmware. I struggling to find out how to setup testing.
There is some explanation
Hey,
I like to do some code tests for parts of my firmware. I struggling to find out how to setup testing.
There is some explanation
|
By
Stefan Jaritz
·
#1157
·
|
|
Cannot write with i2c NRF52832 (TWI and TWIM)
Hi,
I am trying to use the i2c on my custom board. I can read data from the devices, but (oddly) I cannot write to any of the 3 devices "attached" to the i2c line. I am using SDA on pin P0.06 and SCL
Hi,
I am trying to use the i2c on my custom board. I can read data from the devices, but (oddly) I cannot write to any of the 3 devices "attached" to the i2c line. I am using SDA on pin P0.06 and SCL
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#1156
·
|
|
Re: #customboard #defconfig #supervisormode
#customboard
#defconfig
#supervisormode
@all Thanks a lot for your support. Thanks Jean !
--
regards,
Sathya
@all Thanks a lot for your support. Thanks Jean !
--
regards,
Sathya
|
By
Sathya Narayanan N <sathya281@...>
·
#1155
·
|
|
Re: STM32f0 Stop Mode
Hi Erwan,
Thank you for the promising leads! The stm32_clock_control_init() is
definitely what I would like. I managed to get a reference to this
function using device_get_binding():
/* configure
Hi Erwan,
Thank you for the promising leads! The stm32_clock_control_init() is
definitely what I would like. I managed to get a reference to this
function using device_get_binding():
/* configure
|
By
Rob Weber
·
#1154
·
|
|
Re: #customboard #defconfig #supervisormode
#customboard
#defconfig
#supervisormode
Hi Sathya,
Zephyr for riscv runs only in machine mode. All threads execute in machine mode.
Regards,
Jean-Paul
Hi Sathya,
Zephyr for riscv runs only in machine mode. All threads execute in machine mode.
Regards,
Jean-Paul
|
By
Jean-Paul Etienne
·
#1153
·
|
|
Re: #customboard #defconfig #supervisormode
#customboard
#defconfig
#supervisormode
Hi Andrew,
Thanks a lot. Sorry for the trouble.
Hi Andrew,
Thanks a lot. Sorry for the trouble.
|
By
Sathya Narayanan N <sathya281@...>
·
#1152
·
|
|
Re: #customboard #defconfig #supervisormode
#customboard
#defconfig
#supervisormode
What RISC-V calls "machine mode" is what the Zephyr documentation refers to as "supervisor" or "privileged" mode.
You don't need to do anything.
Andrew
From: users@... [mailto:users@...]On
What RISC-V calls "machine mode" is what the Zephyr documentation refers to as "supervisor" or "privileged" mode.
You don't need to do anything.
Andrew
From: users@... [mailto:users@...]On
|
By
Boie, Andrew P
·
#1151
·
|
|
Re: #customboard #defconfig #supervisormode
#customboard
#defconfig
#supervisormode
We are talking past each other. What is your definition of "user mode"? I don't think we are using the same terminology. I don't know what you mean by "machine mode". You can't have the entire kernel
We are talking past each other. What is your definition of "user mode"? I don't think we are using the same terminology. I don't know what you mean by "machine mode". You can't have the entire kernel
|
By
Boie, Andrew P
·
#1150
·
|
|
Re: Example code showing setup of SPI
+ Andrzej
On 16/10/2018, 23:26, "users@... on behalf of Ormund Williams" <users@... on behalf of ormundw@...> wrote:
Hi All,
I was
+ Andrzej
On 16/10/2018, 23:26, "users@... on behalf of Ormund Williams" <users@... on behalf of ormundw@...> wrote:
Hi All,
I was
|
By
Carles Cufi
·
#1149
·
|