|
Trouble develop with CAN & MCP2515/2518
Hello,
see at : https://docs.zephyrproject.org/latest/hardware/peripherals/canbus/controller.html?highlight=socket+can#sending
there is an inconsistency between the examples and the latest
Hello,
see at : https://docs.zephyrproject.org/latest/hardware/peripherals/canbus/controller.html?highlight=socket+can#sending
there is an inconsistency between the examples and the latest
|
By
m.silvio@babos.it <m.silvio@...>
·
#3080
·
|
|
Re: [Zephyr-devel] West Flash not supports JLinkScriptFile option for Jlink programming
This is not currently possible.
You are welcome to send a pull request adding the feature.
This is not currently possible.
You are welcome to send a pull request adding the feature.
|
By
Bolivar, Marti
·
#3079
·
|
|
Using multiple pwm output channels on a single timer
Hi all
If I understand the STM32F74xxx specs right, a timer provides provides several independent channels for PWM output signal generation (e.g. TIM1/TIM8 6 channels each).
My question is, how do I
Hi all
If I understand the STM32F74xxx specs right, a timer provides provides several independent channels for PWM output signal generation (e.g. TIM1/TIM8 6 channels each).
My question is, how do I
|
By
Michael Federer
·
#3078
·
|
|
West Flash not supports JLinkScriptFile option for Jlink programming
Hi All,
I need to use the custom Jlink script file, after flashing and resetting the target using -JLinkScriptFile command in jlink. This custom script is needed for our application to start
Hi All,
I need to use the custom Jlink script file, after flashing and resetting the target using -JLinkScriptFile command in jlink. This custom script is needed for our application to start
|
By
Srinivasan Tamilarasan
·
#3077
·
|
|
Re: why can’t e thread be added to the run queue?
Sure I will submit a ticket in GH and assign it to you.
Yes I am trying to bring up an SMP system while the IPI support is not yet in place, which will be enabled soon.
At the moment I am limited to
Sure I will submit a ticket in GH and assign it to you.
Yes I am trying to bring up an SMP system while the IPI support is not yet in place, which will be enabled soon.
At the moment I am limited to
|
By
Justin Huang
·
#3076
·
|
|
Re: why can’t le thread be added to the run queue?
On 9/8/2022 7:29 PM, Justin Huang wrote:
> I think I am able to reproduce what I see with mainstream Zephyr, and below is what I do:
>
> checkout HEAD of main (I was using
On 9/8/2022 7:29 PM, Justin Huang wrote:
> I think I am able to reproduce what I see with mainstream Zephyr, and below is what I do:
>
> checkout HEAD of main (I was using
|
By
Andy Ross
·
#3075
·
|
|
Re: why can’t e thread be added to the run queue?
I think I am able to reproduce what I see with mainstream Zephyr, and below is what I do:
checkout HEAD of main (I was using dddb5dd6b0de9a8b8621b9ac695fd3fd980a33d6)
disable SCHED_IPI_SUPPORTED in
I think I am able to reproduce what I see with mainstream Zephyr, and below is what I do:
checkout HEAD of main (I was using dddb5dd6b0de9a8b8621b9ac695fd3fd980a33d6)
disable SCHED_IPI_SUPPORTED in
|
By
Justin Huang
·
#3074
·
|
|
Re: why can’t le thread be added to the run queue?
Hi Andy,
Thank you for replying.
Sorry for the confusion. I incorrectly described the situation.
In this case it is the ‘idle thread’ that was to be swapped out, and fails the ASSERT at
Hi Andy,
Thank you for replying.
Sorry for the confusion. I incorrectly described the situation.
In this case it is the ‘idle thread’ that was to be swapped out, and fails the ASSERT at
|
By
Justin Huang
·
#3073
·
|
|
Re: why can’t dle thread be added to the run queue?
The dummy threads don't "run", they're just thread structs used in place of a real thread. They're essentially a trick used internally during CPU initialization[1] to be able to use the regular
The dummy threads don't "run", they're just thread structs used in place of a real thread. They're essentially a trick used internally during CPU initialization[1] to be able to use the regular
|
By
Andy Ross
·
#3072
·
|
|
why can’t dle thread be added to the run queue?
Hi Zephyr users,
I recently looked into the Zephyr scheduler for an SMP application and see a case where:
One core that runs an old thread (dummy in this case) and swaps to its idle thread.
Soon it
Hi Zephyr users,
I recently looked into the Zephyr scheduler for an SMP application and see a case where:
One core that runs an old thread (dummy in this case) and swaps to its idle thread.
Soon it
|
By
Justin Huang
·
#3071
·
|
|
Re: Problem including slist.h
D'oh! It's always simple once you see it.
Thanks 🙂
D'oh! It's always simple once you see it.
Thanks 🙂
|
By
yshragai.firmware@...
·
#3070
·
|
|
Re: Problem including slist.h
Hi,
There isn't a structure named sys_snode_t exactly. Please look at this. https://docs.zephyrproject.org/apidoc/latest/slist_8h.html
typedef struct _snode sys_snode_t
So it should be like
Hi,
There isn't a structure named sys_snode_t exactly. Please look at this. https://docs.zephyrproject.org/apidoc/latest/slist_8h.html
typedef struct _snode sys_snode_t
So it should be like
|
By
honestech
·
#3069
·
|
|
Problem including slist.h
Hi,
I have this struct defined in a .h file:
struct mystruct
{
struct device mydevice;
struct k_sem semaphore;
struct sys_snode_t snode;
};
I have included slist.h thus:
#include
Hi,
I have this struct defined in a .h file:
struct mystruct
{
struct device mydevice;
struct k_sem semaphore;
struct sys_snode_t snode;
};
I have included slist.h thus:
#include
|
By
yshragai.firmware@...
·
#3068
·
|
|
How to access external PSRAM via FSMC on STM32H753ZI
Hello,
I ‘am currently working on a project, where an extern device (FPGA) is connected to a STM32H753ZI via a multiplexed FSMC interface.
After some investigation I managed to setup my device
Hello,
I ‘am currently working on a project, where an extern device (FPGA) is connected to a STM32H753ZI via a multiplexed FSMC interface.
After some investigation I managed to setup my device
|
By
Weiberg, Bernd
·
#3067
·
|
|
external library building with cmake
hello, i am new to zephyr and i am looking into application development.
I am trying to build an external library that is normally built with CMake.
I have tried to use the external_lib
hello, i am new to zephyr and i am looking into application development.
I am trying to build an external library that is normally built with CMake.
I have tried to use the external_lib
|
By
antonisk
·
#3066
·
|
|
Re: Using Echo_Server/Client samples with Openthread on Renode
#networking
Hi Robert
Thank you for your response. Those 2 configurations you suggested eliminated the errors I was receiving :)
For some reason now, Renode gets stuck in an endless loop (echo_server):
<dbg> [D]
Hi Robert
Thank you for your response. Those 2 configurations you suggested eliminated the errors I was receiving :)
For some reason now, Renode gets stuck in an endless loop (echo_server):
<dbg> [D]
|
By
Brenton Chetty
·
#3065
·
|
|
Re: Question about testing target
Hi Dave,
The ztest framework is platform agnostic, so you can use it to build a Zephy image that then runs on Qemu, native_posix or on target hardware.
There is also a Unit Testing framework
Hi Dave,
The ztest framework is platform agnostic, so you can use it to build a Zephy image that then runs on Qemu, native_posix or on target hardware.
There is also a Unit Testing framework
|
By
Carles Cufi
·
#3064
·
|
|
Re: [Zephyr-devel] Zephyr Project: Contact Inquiry
Hi there,
To my knowledge OpenCV does not support Zephyr.
Looking at their ports folder it seems like they target full-blown operating systems, and not smaller RTOS like Zephyr:
Hi there,
To my knowledge OpenCV does not support Zephyr.
Looking at their ports folder it seems like they target full-blown operating systems, and not smaller RTOS like Zephyr:
|
By
Carles Cufi
·
#3063
·
|
|
Re: Zephyr Project: Contact Inquiry
Hi All,
Kindly let us know your input.
Hi All,
Kindly let us know your input.
|
By
Selvakumar M <Selvakumar.M1@...>
·
#3062
·
|
|
Re: Using Echo_Server/Client samples with Openthread on Renode
#networking
Hi Brenton,
Unfortunately I don’t have experience with that platform, but such an error could indicate some problem with the underlying settings backend. By default we enable NVS settings for
Hi Brenton,
Unfortunately I don’t have experience with that platform, but such an error could indicate some problem with the underlying settings backend. By default we enable NVS settings for
|
By
Lubos, Robert
·
#3061
·
|