|
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
·
|
|
porting cyclictest to zephyr
Hello,
In [1], and not only, it is mentioned that cyclictest was used with zephyr. However, I cannot find any specific documentation regarding this combination (zephyr + cyclictest).
Could anyone
Hello,
In [1], and not only, it is mentioned that cyclictest was used with zephyr. However, I cannot find any specific documentation regarding this combination (zephyr + cyclictest).
Could anyone
|
By
joaocostalapin@...
·
#2618
·
|
|
Re: Zephyr 2.6.0 and st_ble_sensor sample on the nucleo_wb55rg board.
#ble
#bluetooth
#stm32
Hi Kevin,
Thanks for reporting this.
Would you mind creating a github issue ?
We'll investigate the point
BR
Erwan
Hi Kevin,
Thanks for reporting this.
Would you mind creating a github issue ?
We'll investigate the point
BR
Erwan
|
By
Erwan Gouriou
·
#2617
·
|
|
Zephyr 2.6.0 and st_ble_sensor sample on the nucleo_wb55rg board.
#ble
#bluetooth
#stm32
I would like to move a BLE project from Zephyr 2.5.0 to 2.6.0. The st_ble_sensor sample included in the Zephyr 2.5.0 tree compiles and runs successfully with the nucleo_wb55rg eval board, but does not
I would like to move a BLE project from Zephyr 2.5.0 to 2.6.0. The st_ble_sensor sample included in the Zephyr 2.5.0 tree compiles and runs successfully with the nucleo_wb55rg eval board, but does not
|
By
kevin@...
·
#2616
·
|
|
Re: Activate shell over uart
Hi Jacob,
> I'm trying to enable the shell subsystem over the uart console on my board with no luck.
It seems to be a problem in the board/test config for the ARC hsdk board. Watson is looking
Hi Jacob,
> I'm trying to enable the shell subsystem over the uart console on my board with no luck.
It seems to be a problem in the board/test config for the ARC hsdk board. Watson is looking
|
By
Ruud Derwig
·
#2615
·
|