|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Andreas, Can you bisect this to narrow down where things stopped working for you? David
Andreas, Can you bisect this to narrow down where things stopped working for you? David
|
By
David Leach
· #2265
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Dejavu, I think I have seen this question before. I don’t have a H7 or F7, but I remember a similar question was posted in April. Here is what it said, unfortunately there was no follow up to say if t
Dejavu, I think I have seen this question before. I don’t have a H7 or F7, but I remember a similar question was posted in April. Here is what it said, unfortunately there was no follow up to say if t
|
By
Lawrence King
· #2252
·
|
|
STM32: Ethernet Driver not working on F7 and H7 with 2.4.0
#networking
#driver
#ethernet
#stm32
Dear all, We try to run the net/sockets/packet sample on both, the Nucleo F746ZG and the H747I Discovery Board an run into the following issue with version 2.4.0 (works fine with 2.3.0 on F7): *** Boo
Dear all, We try to run the net/sockets/packet sample on both, the Nucleo F746ZG and the H747I Discovery Board an run into the following issue with version 2.4.0 (works fine with 2.3.0 on F7): *** Boo
|
By
andreas.eberhart@...
· #2251
·
|
|
LIS2DW12 over SPI on nRF9160
#driver
#sensor
#spi
#lis2dw12
#nrf9160
Using: Windows 10, nRF Connect v3.5.0, SES v4.52, ncs v1.3.0, zephyr v2.3.0 I have a custom board based on the Nordic Thingy91 and the Asset Tracker application. There is also an LIS2DW12 present on S
Using: Windows 10, nRF Connect v3.5.0, SES v4.52, ncs v1.3.0, zephyr v2.3.0 I have a custom board based on the Nordic Thingy91 and the Asset Tracker application. There is also an LIS2DW12 present on S
|
By
p.swenson@...
· #2237
·
Edited
|
|
HCI USB driver for Windows
#ble
#driver
#nrf52840
#usb
I have the HCI USB project built and running on my nRF52840 DK board. It works if I talk to it via ubuntu running under VirtualBox on my Win 10 system, but not if I plug it into a Raspberry Pi, or my
I have the HCI USB project built and running on my nRF52840 DK board. It works if I talk to it via ubuntu running under VirtualBox on my Win 10 system, but not if I plug it into a Raspberry Pi, or my
|
By
...
· #2173
·
|
|
How to use "Serial CAN Bus Module"
#driver
#uart
#can
@Lawrence King Thank you for the code! @All I tried the last few days to get it working but I don’t know how to use a second UART. I’m using the nRF52832dk board which has only “uart0” defined in the
@Lawrence King Thank you for the code! @All I tried the last few days to get it working but I don’t know how to use a second UART. I’m using the nRF52832dk board which has only “uart0” defined in the
|
By
s9gosich@...
· #2172
·
|
|
How to use "Serial CAN Bus Module"
#driver
#uart
#can
I have used the Longan module with Zephyr on nrf52840. I connected it to a Serial, then modified the Longan library to compile and work under Zephyr. This isn’t everything you need (missing the .h inc
I have used the Longan module with Zephyr on nrf52840. I connected it to a Serial, then modified the Longan library to compile and work under Zephyr. This isn’t everything you need (missing the .h inc
|
By
Lawrence King
· #2166
·
|
|
How to use "Serial CAN Bus Module"
#driver
#uart
#can
Hi all, I’m new to zephyr and need some help. I have a nrf52dk board and want to use this ( https://www.longan-labs.cc/1030001.html ) serial to CAN device. I was able to test this with an Arduino and
Hi all, I’m new to zephyr and need some help. I have a nrf52dk board and want to use this ( https://www.longan-labs.cc/1030001.html ) serial to CAN device. I was able to test this with an Arduino and
|
By
s9gosich@...
· #2165
·
|
|
#driver #api #flash #nrf52832
#driver
#api
#flash
#nrf52832
Hello everyone, Now, I am implementing a Flash-map application for nRF52832. I have already included <storage/flash_map.h> and called flash_area_open() function, but I got an error when compile: undef
Hello everyone, Now, I am implementing a Flash-map application for nRF52832. I have already included <storage/flash_map.h> and called flash_area_open() function, but I got an error when compile: undef
|
By
nhuan.huynhduc1@...
· #2108
·
|
|
How to write, compile and run in native_posix board with USB-CH341A converter
#driver
Hello, everyone. I am a beginner in zephyr RTOS. I want to make and run SPI driver with USB-CH341(SPI/I2C) programmer. I got the linux driver for it. Here is a link.https://github.com/gschorcht/spi-ch
Hello, everyone. I am a beginner in zephyr RTOS. I want to make and run SPI driver with USB-CH341(SPI/I2C) programmer. I got the linux driver for it. Here is a link.https://github.com/gschorcht/spi-ch
|
By
honestech
· #2081
·
|
|
#WINC1500 #nrf52832 #spi #driver
#spi
#driver
#WINC1500
#nrf52832
Hi all, I would like to know the status of WINC1500 driver in zephyr. Is this fully tested? We are currently working on a product that uses Nordic's nRF52832 with WINC1500 over SPI. For our developmen
Hi all, I would like to know the status of WINC1500 driver in zephyr. Is this fully tested? We are currently working on a product that uses Nordic's nRF52832 with WINC1500 over SPI. For our developmen
|
By
rdsingh@...
· #2070
·
|
|
Fix RAM_CONSOLE buffer address to specific address
#driver
Hi Andrew, thank you. To modify the linker script, I've seen this configuration option https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_CUSTOM_SECTIONS_LD.html Is this the correct way to
Hi Andrew, thank you. To modify the linker script, I've seen this configuration option https://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_CUSTOM_SECTIONS_LD.html Is this the correct way to
|
By
mdecandia@...
· #1995
·
|
|
Bluetooth examples failure with native_posix target
#bluetooth
#driver
Hi all, I'm trying to run bluetooth examples on native_posix target an I'm facing this error: zephyr/build/zephyr/zephyr.exe --bt-dev=hci0 *** Booting Zephyr OS build zephyr-v2.2.0-2229-g9b055ecf82c3
Hi all, I'm trying to run bluetooth examples on native_posix target an I'm facing this error: zephyr/build/zephyr/zephyr.exe --bt-dev=hci0 *** Booting Zephyr OS build zephyr-v2.2.0-2229-g9b055ecf82c3
|
By
mdecandia@...
· #1994
·
|
|
Fix RAM_CONSOLE buffer address to specific address
#driver
It's just a character buffer. If you need to pin it to a specific memory address, I imagine you'll have to route it to a special input section that is placed where you want it in memory in the linker
It's just a character buffer. If you need to pin it to a specific memory address, I imagine you'll have to route it to a special input section that is placed where you want it in memory in the linker
|
By
Boie, Andrew P
· #1992
·
|
|
Fix RAM_CONSOLE buffer address to specific address
#driver
Hi all, for a specific design need, I would like to fix the address of the ram_console buffer in RAM_CONSOLE driver. Which is the best way (if feasible) to set it? Thanks, Michele
Hi all, for a specific design need, I would like to fix the address of the ram_console buffer in RAM_CONSOLE driver. Which is the best way (if feasible) to set it? Thanks, Michele
|
By
mdecandia@...
· #1991
·
|
|
I2C on nRF5340 Issues
#i2c
#driver
#nrf5340
After further testing, I found that if I step through each instruction with the debugger the individual messages send correctly, but not if I let the program run regularly. In neither case does the i2
After further testing, I found that if I step through each instruction with the debugger the individual messages send correctly, but not if I let the program run regularly. In neither case does the i2
|
By
Marciano
· #1845
·
|
|
I2C on nRF5340 Issues
#i2c
#driver
#nrf5340
I am attempting to write a basic I2C program using Zephyr, but I am currently unable to sent a single byte over I2C. The program hangs after the first clock falling & rising edge. I'm using external 1
I am attempting to write a basic I2C program using Zephyr, but I am currently unable to sent a single byte over I2C. The program hangs after the first clock falling & rising edge. I'm using external 1
|
By
Marciano
· #1844
·
|
|
Have someone a guide to use PPP with the module quectel GSM/GPRS M95?
#protocol
#driver
#ppp
Lucas, Have a look at the Sara modem driver as a good starting point. drivers/modem Billy..
Lucas, Have a look at the Sara modem driver as a good starting point. drivers/modem Billy..
|
By
William Fish
· #1654
·
|
|
Have someone a guide to use PPP with the module quectel GSM/GPRS M95?
#protocol
#driver
#ppp
Hello, I'm using a module named Quectel GSM/GPRS M95 to connect to the internet. Until now I'm using it with UART and AT commands, but I'm wondering to use the PPP that released in v2.0.0-rc2 version.
Hello, I'm using a module named Quectel GSM/GPRS M95 to connect to the internet. Until now I'm using it with UART and AT commands, but I'm wondering to use the PPP that released in v2.0.0-rc2 version.
|
By
...
· #1653
·
|
|
FAT file system for iotdk: how to add SPI driver support?
#driver
#spi
Hi All, I am working on a project for DesignWare(R) ARC(R) IoT Development Kit; iotdk in short. I'd like to add FAT file system support. When I do "cmake -GNinja -DBOARD=iotdk .." it gives me an error
Hi All, I am working on a project for DesignWare(R) ARC(R) IoT Development Kit; iotdk in short. I'd like to add FAT file system support. When I do "cmake -GNinja -DBOARD=iotdk .." it gives me an error
|
By
ibarcovschi@...
· #1506
·
|