|
Re: qemu_x86 and samples/drivers/uart/echo_bot
#test
#uart
My co-worker figured out the solution. The directions should read:
Build command: west build -p auto -b qemu_x86_64 samples/drivers/uart/echo_bot
Run command: west build -t run
That is, instead of
My co-worker figured out the solution. The directions should read:
Build command: west build -p auto -b qemu_x86_64 samples/drivers/uart/echo_bot
Run command: west build -t run
That is, instead of
|
By
lyn.harris@...
·
#2881
·
|
|
Re: Using UART on STM32-H753 with Asynchrnous API
Thanks for the quick reply!
Meanwhile I found some device tree related stuff under zephyr/tests/drivers/uart/uart_async_api/board/nucleo_h743zi.overlay
&usart2 {
dmas = <&dmamux1 2
Thanks for the quick reply!
Meanwhile I found some device tree related stuff under zephyr/tests/drivers/uart/uart_async_api/board/nucleo_h743zi.overlay
&usart2 {
dmas = <&dmamux1 2
|
By
Weiberg, Bernd
·
#2880
·
|
|
Re: Using UART on STM32-H753 with Asynchrnous API
There’s not a lot happening behind the scenes. This is the definition of uart_callback_set():
static inline int uart_callback_set(const struct device *dev,
There’s not a lot happening behind the scenes. This is the definition of uart_callback_set():
static inline int uart_callback_set(const struct device *dev,
|
By
Jason Bens <jason.bens@...>
·
#2879
·
|
|
Using UART on STM32-H753 with Asynchrnous API
Hello everybody,
has anyone expirence with the asynchronous API and the uart on a STM32?
The API is quite simple to handle, but I got -ENOTSUP when I call uart_callback_set().
I have set the
Hello everybody,
has anyone expirence with the asynchronous API and the uart on a STM32?
The API is quite simple to handle, but I got -ENOTSUP when I call uart_callback_set().
I have set the
|
By
Weiberg, Bernd
·
#2878
·
|
|
Re: C++ library issues
Hi Baharath,
I also struggle a little to get cpp running, I needed the following configuration in my project to make it
Hi Baharath,
I also struggle a little to get cpp running, I needed the following configuration in my project to make it
|
By
Guy Morand
·
#2877
·
|
|
Re: C++ library issues
Hi,
Did you try to rename main.c to main.cpp?
Regards,
Artur
Hi,
Did you try to rename main.c to main.cpp?
Regards,
Artur
|
By
artur.lipowski@...
·
#2876
·
|
|
C++ library issues
Dear Team
I am currently working on implementing Tensorflow lite on RISC-V (LiteX vexRISC-V) using Zephyr RTOS. I have successfully installed Zephyr RTOS (with SDK) and am able to run the blinky
Dear Team
I am currently working on implementing Tensorflow lite on RISC-V (LiteX vexRISC-V) using Zephyr RTOS. I have successfully installed Zephyr RTOS (with SDK) and am able to run the blinky
|
By
Bharath V <bharath.vkrishna@...>
·
#2875
·
|
|
Simcom SIM7080 - no L2 connection to the modem
#networking
#modem
Hey everyone,
I am trying to get the Simcom SIM7080 Modem driver to work. I have previously tried the gsm_ppp modem drivers - and got them to work quite easily. I used the HTTP GET example code to
Hey everyone,
I am trying to get the Simcom SIM7080 Modem driver to work. I have previously tried the gsm_ppp modem drivers - and got them to work quite easily. I used the HTTP GET example code to
|
By
markus.prager@...
·
#2874
·
|
|
system halts due to spurious interrupts on uart
#uart
#usb
Hi,
I am using nrf52840dk_nrf52840 for my project. In my current task I have enabled CDC_ACM to receive device certificated via USB and store it to internal flash using settings. During storage, when
Hi,
I am using nrf52840dk_nrf52840 for my project. In my current task I have enabled CDC_ACM to receive device certificated via USB and store it to internal flash using settings. During storage, when
|
By
ramyasridhar83@...
·
#2873
·
|
|
Overriding config option selected by SOC
Hello all,
Is there any clean way to override a config option selected by SOC from within an app?
Let's say that the SOC selects what GIC version to use. I would like to modify this version(from GICv2
Hello all,
Is there any clean way to override a config option selected by SOC from within an app?
Let's say that the SOC selects what GIC version to use. I would like to modify this version(from GICv2
|
By
Michal Orzel
·
#2872
·
|
|
Re: Require help to build an application
Hi,
I'm also quite new at Zephyr, but it sounds like west isn't properly detecting the extensions defined by Zephyr, or may have been configured to disallow extensions. As a first step, are you
Hi,
I'm also quite new at Zephyr, but it sounds like west isn't properly detecting the extensions defined by Zephyr, or may have been configured to disallow extensions. As a first step, are you
|
By
Jason Bens <jason.bens@...>
·
#2871
·
|
|
Require help to build an application
Hi Users,
Greetings from a newbie. :)
I am trying to build an example using Zephyrhttps://docs.zephyrproject.org/latest/boards/arm64/fvp_baser_aemv8r/doc/index.html#references
Hi Users,
Greetings from a newbie. :)
I am trying to build an example using Zephyrhttps://docs.zephyrproject.org/latest/boards/arm64/fvp_baser_aemv8r/doc/index.html#references
|
By
Ayan Kumar Halder
·
#2870
·
|
|
Re: Firmware Recovery: How to change mcuboot slot during runtime
#mcumgr
#mcuboot
#fota
Hi,
so you have FW update solved, using boot_request_upgrade(BOOT_UPGRADE_TEST), mcuboot swaps the data between slots and starts your new FW? And then you want to rollback?
Hi,
so you have FW update solved, using boot_request_upgrade(BOOT_UPGRADE_TEST), mcuboot swaps the data between slots and starts your new FW? And then you want to rollback?
|
By
Martin Kozusky
·
#2869
·
|
|
Re: nRF52833
#nrf52832
Hi Jason,
Thank you for your reply. It was helpful.
I created a new local Kconfig file in my project folder and added the following lines,
menu "MyDevice Settings"
config DEBUG_PORT_ACCESS
bool
Hi Jason,
Thank you for your reply. It was helpful.
I created a new local Kconfig file in my project folder and added the following lines,
menu "MyDevice Settings"
config DEBUG_PORT_ACCESS
bool
|
By
Mohamed Belaroussi
·
#2868
·
|
|
Re: nRF52833
#nrf52832
Hi,
I’m not an expert in this by any means, but I’d like to point you tohttps://docs.zephyrproject.org/latest/reference/kconfig/index-all.html , which is a list of all of the config symbols as
Hi,
I’m not an expert in this by any means, but I’d like to point you tohttps://docs.zephyrproject.org/latest/reference/kconfig/index-all.html , which is a list of all of the config symbols as
|
By
Jason Bens <jason.bens@...>
·
#2867
·
|
|
Re: nRF52833
#nrf52832
Hi Mohamed,
This look like a question related to Nordic’s nRF Connect SDK.
Please ask this question in Nordic’s Devzone instead:
https://devzone.nordicsemi.com/
Thanks!
Carles
Hi Mohamed,
This look like a question related to Nordic’s nRF Connect SDK.
Please ask this question in Nordic’s Devzone instead:
https://devzone.nordicsemi.com/
Thanks!
Carles
|
By
Carles Cufi
·
#2866
·
|
|
nRF52833
#nrf52832
Hello,
I need help with Access Port Protection on nRF52833.
I have added the line CONFIG_DEBUG_PORT_ACCESS=y in prj.conf file and now the project does not open in Segger Embedded Studio (SES).
I am
Hello,
I need help with Access Port Protection on nRF52833.
I have added the line CONFIG_DEBUG_PORT_ACCESS=y in prj.conf file and now the project does not open in Segger Embedded Studio (SES).
I am
|
By
Mohamed Belaroussi
·
#2865
·
|
|
Firmware Recovery: How to change mcuboot slot during runtime
#mcumgr
#mcuboot
#fota
Hi Zephyr developers/users
I'm working on an OTA firmware upgrade application.
I just wanted to find out, if there is any way to change slots during the zephyr application's runtime?
An example would
Hi Zephyr developers/users
I'm working on an OTA firmware upgrade application.
I just wanted to find out, if there is any way to change slots during the zephyr application's runtime?
An example would
|
By
Brenton Chetty
·
#2864
·
|
|
Re: qemu_x86 and samples/drivers/uart/echo_bot
#test
#uart
Hi,
I've tried the 3 samples under samples/subsys/console (echo, getchar, getline) and they all have a very similar problem: no echo of my input and no error displayed when I run after building for
Hi,
I've tried the 3 samples under samples/subsys/console (echo, getchar, getline) and they all have a very similar problem: no echo of my input and no error displayed when I run after building for
|
By
lyn.harris@...
·
#2863
·
|
|
Question about pin control on STM32WB
#stm32
I have my own device where I use normal GPIO pins - by normal I mean input and output (not alternate function).
I also have defined appropriate DT binding for this device.
I want to use
I have my own device where I use normal GPIO pins - by normal I mean input and output (not alternate function).
I also have defined appropriate DT binding for this device.
I want to use
|
By
artur.lipowski@...
·
#2862
·
|