|
stm32: DMA: driver bindings new packaging
Hi all,
I'd like to inform STM32 DMA users that I'm pushing a change [1] to simplify the definition of the<dma—cells> properties for dma peripherals of the stm32 MCUs.
This change now
Hi all,
I'd like to inform STM32 DMA users that I'm pushing a change [1] to simplify the definition of the<dma—cells> properties for dma peripherals of the stm32 MCUs.
This change now
|
By
Francois RAMU
·
#2638
·
|
|
Re: Issue flashing and running openthread rcp example samples/net/openthread/coprocessor on Arduino Nano 33 BLE
#nrf52480
Hi Nagesh,
USB device re-enumeration is a known issue for RCP and OTBR. The topic is still quite fresh in terms of Zephyr, as we do not implement “software” reset OTBR required so far.
Hi Nagesh,
USB device re-enumeration is a known issue for RCP and OTBR. The topic is still quite fresh in terms of Zephyr, as we do not implement “software” reset OTBR required so far.
|
By
Lubos, Robert
·
#2637
·
|
|
Issue flashing and running openthread rcp example samples/net/openthread/coprocessor on Arduino Nano 33 BLE
#nrf52480
Hi All,
Issue Description: I am trying to flash and run openthread rcp sample as explained in the link: https://docs.zephyrproject.org/latest/samples/net/openthread/coprocessor/README.html. I am able
Hi All,
Issue Description: I am trying to flash and run openthread rcp sample as explained in the link: https://docs.zephyrproject.org/latest/samples/net/openthread/coprocessor/README.html. I am able
|
By
nagesh.shamnur@...
·
#2636
·
|
|
Re: options for missing driver functions
Hi Jeff,
I have in plan to improve the lis2ds12 with
following stuff:
1. Adding stmemsc HAL i/f support
2. Support multi-instance
3. Use common i2c/spi routines
4. Move FS and ODR properties from
Hi Jeff,
I have in plan to improve the lis2ds12 with
following stuff:
1. Adding stmemsc HAL i/f support
2. Support multi-instance
3. Use common i2c/spi routines
4. Move FS and ODR properties from
|
By
Armando VISCONTI <armando.visconti@...>
·
#2635
·
|
|
Re: Zephyr on Hexiwear and integrated Display Support
Hi Marvin,
The Hexiwear board can use the same SPI driver as the FRDM-K64 board, but you need to configure the SPI pinmuxes. Check the schematic to determine which SPI instance and pins to use. They
Hi Marvin,
The Hexiwear board can use the same SPI driver as the FRDM-K64 board, but you need to configure the SPI pinmuxes. Check the schematic to determine which SPI instance and pins to use. They
|
By
Maureen Helm
·
#2634
·
|
|
Re: options for missing driver functions
Adding Armando as codeowner of this driver.
Adding Armando as codeowner of this driver.
|
By
Erwan Gouriou
·
#2633
·
|
|
Re: [EXTERNAL] Re: [Zephyr-users] Errors while using west flash
HI Erwan,
Thanks for the reply,
The second option worked for me, although the build is still showing as using openocd (its already installed ),
One more option is working for me
HI Erwan,
Thanks for the reply,
The second option worked for me, although the build is still showing as using openocd (its already installed ),
One more option is working for me
|
By
Pandey, Mithun
·
#2632
·
|
|
Re: Errors while using west flash
Hi Mithun,
Seeing this:
File "C:\Users\username\zephyrproject\zephyr\scripts/west_commands\runners\openocd.py", line 114, in do_run
self.require(self.openocd_cmd[0])
It seems that west is
Hi Mithun,
Seeing this:
File "C:\Users\username\zephyrproject\zephyr\scripts/west_commands\runners\openocd.py", line 114, in do_run
self.require(self.openocd_cmd[0])
It seems that west is
|
By
Erwan Gouriou
·
#2631
·
|
|
Errors while using west flash
HI,
I am following the setup steps in given in https://docs.zephyrproject.org/latest/getting_started/index.html
Using a Python (3.6) Virtual environment.
I was able to build the Blinky example,
HI,
I am following the setup steps in given in https://docs.zephyrproject.org/latest/getting_started/index.html
Using a Python (3.6) Virtual environment.
I was able to build the Blinky example,
|
By
Pandey, Mithun
·
#2630
·
|
|
options for missing driver functions
Relatively new Zephyr user here. We have a custom board with a LIS2DS12 IMU on it. I've been somewhat ignoring it up to now as it serves a secondary function and we sort of just threw it on there
Relatively new Zephyr user here. We have a custom board with a LIS2DS12 IMU on it. I've been somewhat ignoring it up to now as it serves a secondary function and we sort of just threw it on there
|
By
Jeff Haynes <feedyurhed@...>
·
#2629
·
|
|
Zephyr on Hexiwear and integrated Display Support
Hi guys,
I am using Zephyr on the Hexiwear Board. I accomplished to use the hearrate sensor and some other sensors on the board.
But I am still having trouble with the integrated Display (SSD1351
Hi guys,
I am using Zephyr on the Hexiwear Board. I accomplished to use the hearrate sensor and some other sensors on the board.
But I am still having trouble with the integrated Display (SSD1351
|
By
Marvin Beckmann <marvin@...>
·
#2628
·
|
|
Re: Not understanding how to enable peripherals in devicetree
Thanks Armand,
I think I‘ve got that working, now, and referenced properly in the CMakeList. A devicetree binding somewhere requires a couple pin definitions, but I can handle that.
I did
Thanks Armand,
I think I‘ve got that working, now, and referenced properly in the CMakeList. A devicetree binding somewhere requires a couple pin definitions, but I can handle that.
I did
|
By
Jason Bens <jason.bens@...>
·
#2627
·
|
|
Re: Not understanding how to enable peripherals in devicetree
Hi Jason,
You have to enable the peripheral in the board devicetree overlay (see below).
&i2s0 {
status = "okay";
};
Armand
Hi Jason,
You have to enable the peripheral in the board devicetree overlay (see below).
&i2s0 {
status = "okay";
};
Armand
|
By
Armand C. <rnx.lab@...>
·
#2626
·
|
|
Not understanding how to enable peripherals in devicetree
Hi,
I’m a complete newcomer to zephyr and devicetree, and I’m running into some trouble trying to enable the I2S peripheral on the nRF5340dk board. I’ve enabled both the I2S driver
Hi,
I’m a complete newcomer to zephyr and devicetree, and I’m running into some trouble trying to enable the I2S peripheral on the nRF5340dk board. I’ve enabled both the I2S driver
|
By
jason.bens@...
·
#2625
·
|
|
nRF9160 custom board Re-running CMake
#nrf9160
We have created a custom nRF9160 board which arrived in Las Vegas which I debug by Teams. The hardware engineer has the same version of Nordic nRF Connect SDK v1.51 (SES) as on my computer.
We both
We have created a custom nRF9160 board which arrived in Las Vegas which I debug by Teams. The hardware engineer has the same version of Nordic nRF Connect SDK v1.51 (SES) as on my computer.
We both
|
By
David Kaplan
·
#2624
·
Edited
|
|
Re: Questions regarding Zephyr's testing framework
They are used interchangeably. Its unfortunate we haven’t cleaned up platform to be board.
Fixtures are different from what is listed in ’supported’ in the board YAML. The board YAML is meant
They are used interchangeably. Its unfortunate we haven’t cleaned up platform to be board.
Fixtures are different from what is listed in ’supported’ in the board YAML. The board YAML is meant
|
By
Kumar Gala
·
#2623
·
|
|
Questions regarding Zephyr's testing framework
Hello,
I am trying to get a better understanding of Zephyr's testing framework.
I have read the documentation, but I still have two questions:
1. Is there a meaniningful difference between the
Hello,
I am trying to get a better understanding of Zephyr's testing framework.
I have read the documentation, but I still have two questions:
1. Is there a meaniningful difference between the
|
By
harald.boehm@...
·
#2622
·
|
|
how to turn off echo on USB serial port
Hi,
I use a CDC_ACM serial port with Zephyr (from git), and using IRQ driven. Here is my ISR:
static void usb_serial_irq(const struct device *usb_dev, void *user_data)
{
while
Hi,
I use a CDC_ACM serial port with Zephyr (from git), and using IRQ driven. Here is my ISR:
static void usb_serial_irq(const struct device *usb_dev, void *user_data)
{
while
|
By
Holger Schurig
·
#2621
·
|
|
Re: porting cyclictest to zephyr
No one ?
:/
João Costa <joaocostalapin@...> escreveu no dia quarta, 16/06/2021 à(s) 17:21:
No one ?
:/
João Costa <joaocostalapin@...> escreveu no dia quarta, 16/06/2021 à(s) 17:21:
|
By
João Costa <joaocostalapin@...>
·
#2620
·
|
|
stm32 quadrature decoder general purpose timer functionality
Hi,
I need to access STM32's general purpose timer's quadrature decoding functionality. I'm trying to understand what exactly is needed to expose this, either write a custom driver accessing
Hi,
I need to access STM32's general purpose timer's quadrature decoding functionality. I'm trying to understand what exactly is needed to expose this, either write a custom driver accessing
|
By
Matias N.
·
#2619
·
|