|
SPI problem
Hi, is there an option to run SPI on zephyr driver with MOSI with option Active_Low? I would really appreciate your answer. Best regards, Dominika Sułot
Hi, is there an option to run SPI on zephyr driver with MOSI with option Active_Low? I would really appreciate your answer. Best regards, Dominika Sułot
|
By
Dominika Sułot
·
|
|
Analog and temperature sensors on BT610
#driver
#nrf52840
#gpio
Howdy y'all, I am working on bringing up some of the features on the Laird BT610 board. I've been able to bring up the digital and magnetic sensors. However, I'm a bit confused with the analog and tem
Howdy y'all, I am working on bringing up some of the features on the Laird BT610 board. I've been able to bring up the digital and magnetic sensors. However, I'm a bit confused with the analog and tem
|
By
Garrett
·
|
|
bt_le_per_adv_start() failing successfully
Hi, I’m developing a broadcast audio application with the nRF5340 SoC, based on the iso_broadcast and iso_receive sample. At the moment, I can connect the broadcaster with multiple receivers and trans
Hi, I’m developing a broadcast audio application with the nRF5340 SoC, based on the iso_broadcast and iso_receive sample. At the moment, I can connect the broadcaster with multiple receivers and trans
|
By
Jason Bens
·
|
|
CPP support 4 messages
Hi Zephyr users! I'm new to Zephyr and was asked to write a small "study" project in c++. I didn't find much in the documentation about c++, except one sample and the following page: https://docs.zeph
Hi Zephyr users! I'm new to Zephyr and was asked to write a small "study" project in c++. I didn't find much in the documentation about c++, except one sample and the following page: https://docs.zeph
|
By
Guy Morand
·
|
|
Using mcuboot with STM32H7 2 messages
In our project we are using the microcontroller STM32H753. We are trying to use mcuboot with the sample smp_svr (overlay-udp.conf) for software updates over Ethernet. This has been working good for th
In our project we are using the microcontroller STM32H753. We are trying to use mcuboot with the sample smp_svr (overlay-udp.conf) for software updates over Ethernet. This has been working good for th
|
By
Per-Erik Klarenfjord
·
|
|
Enabling Exceptions in C++ Build 5 messages
#CPP
#CPP_Exceptions
I am trying to get my code to build with C++ exceptions enabled. Here are my configurations: CONFIG_CPLUSPLUS=y CONFIG_NEWLIB_LIBC=y CONFIG_LIB_CPLUSPLUS=y CONFIG_MINIMAL_LIBC=n CONFIG_NEWLIB_LIBC_NAN
I am trying to get my code to build with C++ exceptions enabled. Here are my configurations: CONFIG_CPLUSPLUS=y CONFIG_NEWLIB_LIBC=y CONFIG_LIB_CPLUSPLUS=y CONFIG_MINIMAL_LIBC=n CONFIG_NEWLIB_LIBC_NAN
|
By
apion@...
·
|
|
C++ support with debug optimiations 2 messages
#debugging
Hi All, We're trying to turn on debug optimizations, with C++ support. We have the following settings in our prj.conf: CONFIG_DEBUG_OPTIMIZATIONS=y CONFIG_NO_OPTIMIZATIONS=y but this leads to an undef
Hi All, We're trying to turn on debug optimizations, with C++ support. We have the following settings in our prj.conf: CONFIG_DEBUG_OPTIMIZATIONS=y CONFIG_NO_OPTIMIZATIONS=y but this leads to an undef
|
By
mbarrett@...
·
|
|
out of tree arch build? 2 messages
#customboard
Hi, is there a way to support out of tree arch build like SOC or board? Any advise is appreciated. Sheng
Hi, is there a way to support out of tree arch build like SOC or board? Any advise is appreciated. Sheng
|
By
canyon_lake@...
·
|
|
gsm_modem sample changed in Zephyr 2.7 6 messages
#ppp
Hi there, I was using the Zephyr 2.6 branch, and I got the gsm_sample to work for my application. I was using the nrf5340dk_nrf5340_cpuapp with a U-blox R211 gsm modem. However, when I updated to Zeph
Hi there, I was using the Zephyr 2.6 branch, and I got the gsm_sample to work for my application. I was using the nrf5340dk_nrf5340_cpuapp with a U-blox R211 gsm modem. However, when I updated to Zeph
|
By
Brenton Chetty
·
|
|
Clocks reset to start-up config after exiting STOP mode 2 messages
#stm32
#pm
Hello, I'm using the Zephyr RTOS on a STM32F091 and have recently started working on implementing some low-power states (sleep and STOP). The system is fed by the PLL (48MHz) which is in turn fed by a
Hello, I'm using the Zephyr RTOS on a STM32F091 and have recently started working on implementing some low-power states (sleep and STOP). The system is fed by the PLL (48MHz) which is in turn fed by a
|
By
Marijn Stam
·
|
|
Flash write support for hyperflash on mimxrt1050_evk
#flash
#driver
I'm in the process of adding device firmware upgrade support for the mimxrt1050_evk using the hyperflash. To use the flash_img api I had to make the following change: --- a/dts/bindings/mtd/nxp,imx-fl
I'm in the process of adding device firmware upgrade support for the mimxrt1050_evk using the hyperflash. To use the flash_img api I had to make the following change: --- a/dts/bindings/mtd/nxp,imx-fl
|
By
mbarrett@...
·
|
|
How to add support for STM32H7B0 SoC to Zephyr 2 messages
#stm32
This is my first time trying to add support for a board and using Zephyr RTOS, so any help would be appreciated: I believe Zephyr RTOS already has support for my architecture (ARM), CPU core (Arm Cort
This is my first time trying to add support for a board and using Zephyr RTOS, so any help would be appreciated: I believe Zephyr RTOS already has support for my architecture (ARM), CPU core (Arm Cort
|
By
Laura
·
|
|
CoAP client observer 3 messages
Dear Sirs, can anyone point me to some docs to read, some code examples or some tutorial about CoAP observer? Starting from CoAP client example, I'm stuck in a point where I, from a client, can ask to
Dear Sirs, can anyone point me to some docs to read, some code examples or some tutorial about CoAP observer? Starting from CoAP client example, I'm stuck in a point where I, from a client, can ask to
|
By
Alessio
·
|
|
Asking for NVS detail documentation
Hello Zephyr team I am a software engineer of ITR VN company in Viet Nam country. Our develop team is well using Zephyr OS in our current project, but there are some unclear things related to NVS libr
Hello Zephyr team I am a software engineer of ITR VN company in Viet Nam country. Our develop team is well using Zephyr OS in our current project, but there are some unclear things related to NVS libr
|
By
Nhi Ngo Nhat
·
|
|
Espressif ESP32 development setup script and tutorial.
#risc-v
#esp32
A Zephyr RTOS & Espressif ESP32 SOC Development Environment: Linux setup script and tutorial. git clone https://github.com/Burtrum/scripts-zephyr This single script installs ALL of the tools needed to
A Zephyr RTOS & Espressif ESP32 SOC Development Environment: Linux setup script and tutorial. git clone https://github.com/Burtrum/scripts-zephyr This single script installs ALL of the tools needed to
|
By
Robert C
·
|
|
use esp32 can't build project 2 messages
Hi I used ESP32 and setup the build environment acording to the docs as https://docs.zephyrproject.org/latest/boards/xtensa/esp32/doc/index.html. The mainly environment are as follows: Linux: Ubuntu18
Hi I used ESP32 and setup the build environment acording to the docs as https://docs.zephyrproject.org/latest/boards/xtensa/esp32/doc/index.html. The mainly environment are as follows: Linux: Ubuntu18
|
By
zhichunlee
·
|
|
Configuration? 5 messages
Hi, I have just started working with Zephyr and struggled the other day with getting sprintf working for floats. After searching the internet I found out that when using CONFIG_NEWLIB_LIBC=y I also ha
Hi, I have just started working with Zephyr and struggled the other day with getting sprintf working for floats. After searching the internet I found out that when using CONFIG_NEWLIB_LIBC=y I also ha
|
By
Anders
·
|
|
Zephyr support for USB-host and USB-OTG
Thanks Carles, its a blocking issue for many of us. Have a great Thanksgiving (if you're in USA), Best Regards, Dave -- Dave Nadler, USA East Coast voice (978) 263-0097, drn@..., Skype Dave.Nadler1
Thanks Carles, its a blocking issue for many of us. Have a great Thanksgiving (if you're in USA), Best Regards, Dave -- Dave Nadler, USA East Coast voice (978) 263-0097, drn@..., Skype Dave.Nadler1
|
By
Dave Nadler
·
|
|
newlib Configuration? 2 messages
That's great to hear Carles! Thanks for letting us know, Best Regards, Dave PS: Now about Zephyr support for USB-host and USB-OTG... -- Dave Nadler, USA East Coast voice (978) 263-0097, drn@..., Skype
That's great to hear Carles! Thanks for letting us know, Best Regards, Dave PS: Now about Zephyr support for USB-host and USB-OTG... -- Dave Nadler, USA East Coast voice (978) 263-0097, drn@..., Skype
|
By
Dave Nadler
·
|
|
Hawkbit sample - Gateway Security Token Authentication
Hi, I am attempting to use the Hawkbit sample to connect to an online hawkbit server. I am using the nrf5340dk with a gsm modem. The board has internet connectivity, i.e. I tested the board by connect
Hi, I am attempting to use the Hawkbit sample to connect to an online hawkbit server. I am using the nrf5340dk with a gsm modem. The board has internet connectivity, i.e. I tested the board by connect
|
By
Brenton Chetty
·
|