|
Problems with L2 on samples/net/echo_client and nrf52_pca10040
Hi,
I'm having some problems with the echo_client sample while using my nrf52 pca10040.
From what I understood of the problem is that net_if_get_ll_reserve called from net_ipv6_send_nscrashes because
Hi,
I'm having some problems with the echo_client sample while using my nrf52 pca10040.
From what I understood of the problem is that net_if_get_ll_reserve called from net_ipv6_send_nscrashes because
|
By
Flavio Arieta <flavioarieta@...>
·
#61
·
|
|
Re: Problems with Zephyr JS
Hey Kevin
It’s JS IDE problem which developer is fixing:
#156 Large size transferring issue
#166 Device disconnected on Windows when running large size JS files
Codes are OK, I try to reduce
Hey Kevin
It’s JS IDE problem which developer is fixing:
#156 Large size transferring issue
#166 Device disconnected on Windows when running large size JS files
Codes are OK, I try to reduce
|
By
Li, Hao X <hao.x.li@...>
·
#62
·
|
|
Re: Problems with L2 on samples/net/echo_client and nrf52_pca10040
Hi,
Please use prj_bt.conf for nrf52_pca10040. This will give you echo example running over BLE, since nrf52830 present on this DK has only BLE radio.
The configuration you have used if for
Hi,
Please use prj_bt.conf for nrf52_pca10040. This will give you echo example running over BLE, since nrf52830 present on this DK has only BLE radio.
The configuration you have used if for
|
By
Bober, Wojciech <Wojciech.Bober@...>
·
#63
·
|
|
First steps and first problems.
Hi to all !
My name is Iñaki and this is my first email to this community. I hope you can help me!
Im trying to use zephyr on a 96b Carbon, but Im having some issues with drivers.
At first I tried
Hi to all !
My name is Iñaki and this is my first email to this community. I hope you can help me!
Im trying to use zephyr on a 96b Carbon, but Im having some issues with drivers.
At first I tried
|
By
Iñaki Malerba <inakimmalerba@...>
·
#64
·
|
|
Re: First steps and first problems.
to have i2c support in Carbon you'll need to merge this pull request in your project
https://github.com/zephyrproject-rtos/zephyr/pull/524
to have i2c support in Carbon you'll need to merge this pull request in your project
https://github.com/zephyrproject-rtos/zephyr/pull/524
|
By
Jorge Ramirez
·
#65
·
|
|
Re: Problems with L2 on samples/net/echo_client and nrf52_pca10040
Hi Wojtek,
Thanks for your guidance, I played with it for a while and it is exactly as you state on your email.
Kind regards,
Flávio Arieta Netto
Hi Wojtek,
Thanks for your guidance, I played with it for a while and it is exactly as you state on your email.
Kind regards,
Flávio Arieta Netto
|
By
Flavio Arieta <flavioarieta@...>
·
#66
·
|
|
zephyr performance
Hi,
Have zephyr benchmarks been run? I mean context switch time (preemptive), RAM and ROM usage, etc.
I'm particularly interested in the cortex m4
best regards
--
Powersoft logo
Hi,
Have zephyr benchmarks been run? I mean context switch time (preemptive), RAM and ROM usage, etc.
I'm particularly interested in the cortex m4
best regards
--
Powersoft logo
|
By
Massimiliano Cialdi
·
#67
·
|
|
nucleo_f401re can not flash and can not work
In the zephyr project, I compile nucleo_f401re board whit sample "hello world" and "shell" and flashed it. but there is nothing out put via the USB COM. my English is poor, and coudle any one help
In the zephyr project, I compile nucleo_f401re board whit sample "hello world" and "shell" and flashed it. but there is nothing out put via the USB COM. my English is poor, and coudle any one help
|
By
lhk
·
#68
·
|
|
Re: nucleo_f401re can not flash and can not work
Hi,
Did you follow steps documented here ?
https://www.zephyrproject.org/doc/boards/arm/nucleo_f401re/doc/nucleof401re.html
Else, can you provide more information:
*command used ("make
Hi,
Did you follow steps documented here ?
https://www.zephyrproject.org/doc/boards/arm/nucleo_f401re/doc/nucleof401re.html
Else, can you provide more information:
*command used ("make
|
By
Erwan Gouriou
·
#69
·
|
|
zephyr performance
Hi,
Have zephyr benchmarks been run? I mean context switch time (preemptive), RAM and ROM usage, etc.
I'm particularly interested in the cortex m4
best regards
--
Powersoft logo
Hi,
Have zephyr benchmarks been run? I mean context switch time (preemptive), RAM and ROM usage, etc.
I'm particularly interested in the cortex m4
best regards
--
Powersoft logo
|
By
Massimiliano Cialdi
·
#70
·
|
|
Re: zephyr performance
There are some samples that measure timing under test/benchmark, you can use those.
Anas
There are some samples that measure timing under test/benchmark, you can use those.
Anas
|
By
Nashif, Anas
·
#71
·
|
|
Problems with MQTT on FRDM-K64F
Hello,
I try to run the sample mqtt publisher on the frdm-k64f.
First I changed the IP-adress on the linux host machine to 192.168.0.75.
Then i type make BOARD=frdm_k64f and then I try to run
Hello,
I try to run the sample mqtt publisher on the frdm-k64f.
First I changed the IP-adress on the linux host machine to 192.168.0.75.
Then i type make BOARD=frdm_k64f and then I try to run
|
By
Kevin Stöckl <k_stoeckl@...>
·
#72
·
|
|
Problem with pointers when using k_fifo
Hi,
I'm having some problems with k_fifo_put() and k_fifo_get() when using the following structure:
typedef struct application_queue_element {
void *pkt;
uint8_t type;
}
Hi,
I'm having some problems with k_fifo_put() and k_fifo_get() when using the following structure:
typedef struct application_queue_element {
void *pkt;
uint8_t type;
}
|
By
Flavio Arieta <flavioarieta@...>
·
#73
·
|
|
Re: Problem with pointers when using k_fifo
Hi Flavio,
k_fifo/k_queue do store their list nodes in the elements you push to
it, so you need something like this:
typedef struct application_queue_element {
void *_reserved; /* Used by
Hi Flavio,
k_fifo/k_queue do store their list nodes in the elements you push to
it, so you need something like this:
typedef struct application_queue_element {
void *_reserved; /* Used by
|
By
Luiz Augusto von Dentz
·
#74
·
|
|
Re: nucleo_f401re can not flash and can not work
Hi,
I try drag and drop rt-thread rtos .bin file to my nucleo_f401re board, and it worked, and I compile mbed OS and copy .bin to my board, it worked too. But the zephyr.bin do not work. I run the
Hi,
I try drag and drop rt-thread rtos .bin file to my nucleo_f401re board, and it worked, and I compile mbed OS and copy .bin to my board, it worked too. But the zephyr.bin do not work. I run the
|
By
lhk
·
#75
·
|
|
Re: nucleo_f401re can not flash and can not work
Hi,
Looking to the picture of the board you sent me, I can see some differences with the board I have:
-Lack of X2, C32, C31, R34, R36 on your board
-Lack of C26 on my board.
This might be a variant
Hi,
Looking to the picture of the board you sent me, I can see some differences with the board I have:
-Lack of X2, C32, C31, R34, R36 on your board
-Lack of C26 on my board.
This might be a variant
|
By
Erwan Gouriou
·
#76
·
|
|
Re: nucleo_f401re can not flash and can not work
Hi,
Can you have a try with following configuration ?
#CONFIG_CLOCK_STM32_SYSCLK_SRC_PLL=y
CONFIG_CLOCK_STM32_SYSCLK_SRC_HSI=y
Erwan
Hi,
Can you have a try with following configuration ?
#CONFIG_CLOCK_STM32_SYSCLK_SRC_PLL=y
CONFIG_CLOCK_STM32_SYSCLK_SRC_HSI=y
Erwan
|
By
Erwan Gouriou
·
#77
·
|
|
Re: nucleo_f401re can not flash and can not work
Hi,
I have changed the configuration, and it work.
Thank you so much.
在 Erwan Gouriou <erwan.gouriou@...>,2017年6月28日 下午11:54写道:
Hi,
I have changed the configuration, and it work.
Thank you so much.
在 Erwan Gouriou <erwan.gouriou@...>,2017年6月28日 下午11:54写道:
|
By
lhk
·
#78
·
|
|
Re: Problems with MQTT on FRDM-K64F
Hello Kevin,
I don't know what may be wrong in your case, as when networking is
involved, many (e.g. a dozen of) things may be wrong. However, I may
suggest few generic ideas how to avoid common and
Hello Kevin,
I don't know what may be wrong in your case, as when networking is
involved, many (e.g. a dozen of) things may be wrong. However, I may
suggest few generic ideas how to avoid common and
|
By
Paul Sokolovsky
·
#79
·
|
|
Re: Problem with pointers when using k_fifo
First, I'm sorry for the late reply.
Thanks that solved my problem, I've read the manual saying about the OS reserved space on queue elements but completely forgot about it.
2017-06-28 8:50 GMT-03:00
First, I'm sorry for the late reply.
Thanks that solved my problem, I've read the manual saying about the OS reserved space on queue elements but completely forgot about it.
2017-06-28 8:50 GMT-03:00
|
By
Flavio Arieta <flavioarieta@...>
·
#80
·
|