|
OS abstraction layer - CMSIS RTOS v1/v2 with Zephyr OS
#osal
#cmsis
#api
Hello. Are there any more specifics than provided in https://docs.zephyrproject.org/latest/guides/portability/index.html to be able use the CMSIS RTOS v2 (or V1) in Zephyr OS? When enabled does it dis
Hello. Are there any more specifics than provided in https://docs.zephyrproject.org/latest/guides/portability/index.html to be able use the CMSIS RTOS v2 (or V1) in Zephyr OS? When enabled does it dis
|
By Cap Able
·
|
|
Help using SystemView on an STM32 Nucleo board with re-flashed ST-Link 2 messages
#jlink
#stm32
Hello: I was wondering if the community could help me with using SystemView with Zephyr. When I connect to the board using JLink and then try to record with Systemview, I get a message telling me that
Hello: I was wondering if the community could help me with using SystemView with Zephyr. When I connect to the board using JLink and then try to record with Systemview, I get a message telling me that
|
By carlos.rodriguez@...
·
|
|
Network forum agenda
Hi all, There is a network forum meeting tomorrow Tue 6 Apr at 8AM PST / 17.00 CET. Currently the agenda has one item: * Network traffic monitoring (demo) If there are any other network related topics
Hi all, There is a network forum meeting tomorrow Tue 6 Apr at 8AM PST / 17.00 CET. Currently the agenda has one item: * Network traffic monitoring (demo) If there are any other network related topics
|
By Jukka Rissanen
·
|
|
custom board 3 messages
#customboard
#dts
Created a custom board file, based on the DTS for a sample board. Changed the name of the file, and the references to the new board. Attempting to build, I received this error. C:\zephyrproject\zephyr
Created a custom board file, based on the DTS for a sample board. Changed the name of the file, and the references to the new board. Attempting to build, I received this error. C:\zephyrproject\zephyr
|
By wbasser@...
·
|
|
Advertising/Scan ISO ticker nodes
#ble
Hello, When using CONFIG_BT_CTLR_ADV_ISO or CONFIG_BT_CTLR_SYNC_ISO, is it necessary to define ticker nodes in subsys/bluetooth/controller/ll_sw/ull.c: #if defined(CONFIG_BT_CTLR_ADV_ISO) #define BT_A
Hello, When using CONFIG_BT_CTLR_ADV_ISO or CONFIG_BT_CTLR_SYNC_ISO, is it necessary to define ticker nodes in subsys/bluetooth/controller/ll_sw/ull.c: #if defined(CONFIG_BT_CTLR_ADV_ISO) #define BT_A
|
By Carl Stehle
·
|
|
UART API Blocking TX 2 messages
Hi, I'm using Zephyr's UART API ( https://docs.zephyrproject.org/latest/reference/peripherals/uart.html ) and especially the *uart_tx()* function. However, the function being non-blocking is giving me
Hi, I'm using Zephyr's UART API ( https://docs.zephyrproject.org/latest/reference/peripherals/uart.html ) and especially the *uart_tx()* function. However, the function being non-blocking is giving me
|
By jleng
·
|
|
Using SPI Port Question - Fanstel BT840 2 messages
Greetings, I wonder if this is the correct place to seek help with a problem I am seeing. I am trying to use the SPI port on a Fanstel BT840, and was hoping to use the spi_read() and spi_write() funct
Greetings, I wonder if this is the correct place to seek help with a problem I am seeing. I am trying to use the SPI port on a Fanstel BT840, and was hoping to use the spi_read() and spi_write() funct
|
By Mike Marks
·
|
|
Analog Microphone sensortile box
Hello I am trying to get some samples from the MP23ABS1 (analog sound sensor) in the STM32L4R9ZI chip . I am using the ADC zephyr driver to try and interact with the microphone but i am not reading an
Hello I am trying to get some samples from the MP23ABS1 (analog sound sensor) in the STM32L4R9ZI chip . I am using the ADC zephyr driver to try and interact with the microphone but i am not reading an
|
By
Dimitrios Kosyvas
·
|
|
Flash Circular Buffer on external spi flash
Hello Is it possible to use FCB on external spi flash? I see that FCB functions do not really contain any references to a flash device so I'm not sure if it can only be used against internal flash? -a
Hello Is it possible to use FCB on external spi flash? I see that FCB functions do not really contain any references to a flash device so I'm not sure if it can only be used against internal flash? -a
|
By antoker@...
·
|
|
Porting a board - running twister 2 messages
#nrf5
#test
#nrf52
#nrf53
Greetings, I'm preparing some PRs to add our u-blox nRF52 and nRF53 EVK boards to Zephyr. I'd like to run twister locally and seem to have things working. I'm running out of drive space due to the siz
Greetings, I'm preparing some PRs to add our u-blox nRF52 and nRF53 EVK boards to Zephyr. I'd like to run twister locally and seem to have things working. I'm running out of drive space due to the siz
|
By
Bob Recny
·
|
|
Compiling windbond spi flash driver 5 messages
Hello I am fail to compile winbond spi flash driver (SPI_FLASH_W25QXXD)I fail to compile: I get errors like : zephyr/include/generated/devicetree_fixups.h:205:32: error: 'DT_ST_STM32_SPI_FIFO_40003C00
Hello I am fail to compile winbond spi flash driver (SPI_FLASH_W25QXXD)I fail to compile: I get errors like : zephyr/include/generated/devicetree_fixups.h:205:32: error: 'DT_ST_STM32_SPI_FIFO_40003C00
|
By
Raz
·
|
|
Message Queues 4 messages
Hi! I'm trying to create my own app. I decided to start by modifying a "synchronization" sample. In my app I want to have 2 threads and 1 queue, so one thread can send messages to this queue and anoth
Hi! I'm trying to create my own app. I decided to start by modifying a "synchronization" sample. In my app I want to have 2 threads and 1 queue, so one thread can send messages to this queue and anoth
|
By
Olga Syrbachova
·
|
|
Error by building own app 3 messages
Hi! I want to create my own app. So I've followed the instructions given on the website https://docs.zephyrproject.org/latest/application/index.html. For the beginning I just copied the src/main.c, CM
Hi! I want to create my own app. So I've followed the instructions given on the website https://docs.zephyrproject.org/latest/application/index.html. For the beginning I just copied the src/main.c, CM
|
By
Olga Syrbachova
·
|
|
DeviceTree binding problem 2 messages
#dts
#customboard
I created some local GPIO pins in a custom device tree for the project. It build correctly and I can see the entries in both the "build/zephyr.dts" and "build/includes/generated/devicetree_unfixed.h".
I created some local GPIO pins in a custom device tree for the project. It build correctly and I can see the entries in both the "build/zephyr.dts" and "build/includes/generated/devicetree_unfixed.h".
|
By wbasser@...
·
|
|
CANbus to USB using Zephyr ? 2 messages
Is there CANbus to USB code using Zephyr ? I seem to recall seeing a reference to one in a slide deck ... but didn't make a note of it. FYI, there is a number of "bare metal" code : https://github.com
Is there CANbus to USB code using Zephyr ? I seem to recall seeing a reference to one in a slide deck ... but didn't make a note of it. FYI, there is a number of "bare metal" code : https://github.com
|
By popeye22202
·
|
|
Performance analysis tooling 3 messages
Hello. Are there any performance analysis tools that can help gain a sense of where and how much CPU time is consumed more? For comparison, the gprof tool under Linux provides such capability for user
Hello. Are there any performance analysis tools that can help gain a sense of where and how much CPU time is consumed more? For comparison, the gprof tool under Linux provides such capability for user
|
By Cap Able
·
|
|
tech support
Hello! I'm Dmitry, working in Moeco to create IoT solutions for the b2b market. We're settling a new project - bluetooth temperature \ himidity sensor in connection with gateway, based on bluetooth lo
Hello! I'm Dmitry, working in Moeco to create IoT solutions for the b2b market. We're settling a new project - bluetooth temperature \ himidity sensor in connection with gateway, based on bluetooth lo
|
By
Dmitry Shichenko
·
|
|
Implementing passkey
Hi, I have successfully implemented OTA DFU using the smp_svr sample on my nrf52840dk. I'm now worried that anyone can connect to the device and update the firmware remotely using the nrf connect mobi
Hi, I have successfully implemented OTA DFU using the smp_svr sample on my nrf52840dk. I'm now worried that anyone can connect to the device and update the firmware remotely using the nrf connect mobi
|
By reniervdw1@...
·
|
|
ODP: ODP: [Zephyr-users] console_getline vs 0ms char delay in UART comms 2 messages
Just to be sure. Specifying pins is not enough. hw-flow-control property must be set like here: https://github.com/zephyrproject-rtos/zephyr/blob/0f93d58994cd17753cfdf02fd022c2f226ec0471/samples/bluet
Just to be sure. Specifying pins is not enough. hw-flow-control property must be set like here: https://github.com/zephyrproject-rtos/zephyr/blob/0f93d58994cd17753cfdf02fd022c2f226ec0471/samples/bluet
|
By Chruściński, Krzysztof
·
|
|
ODP: [Zephyr-users] console_getline vs 0ms char delay in UART comms 2 messages
Hi, do you have flow control enabled? When it is disabled then after each byte receiver is stopped and restarted after reading the byte. Restarting may happen when transmitter is already started, in t
Hi, do you have flow control enabled? When it is disabled then after each byte receiver is stopped and restarted after reading the byte. Restarting may happen when transmitter is already started, in t
|
By Chruściński, Krzysztof
·
|