|
Re: zephyr HCI UART on nRF52832 - HCI interface bring up fails #ble #nrf52832#hci_uart
#ble
Thanks guys,I resloved this problem already.The usb2uart chip cannot cover baudrate of 1000000,when I configured baudrate of hci_uart to 115200,it worked fine.
发自我的华为手机
Thanks guys,I resloved this problem already.The usb2uart chip cannot cover baudrate of 1000000,when I configured baudrate of hci_uart to 115200,it worked fine.
发自我的华为手机
|
By
icephyr
·
#4931
·
|
|
Re: zephyr HCI UART on nRF52832 - HCI interface bring up fails #ble #nrf52832#hci_uart
#ble
This is your custom board, please verify that all UART lines, Tx, Rx, RTS, and CTS are wired correctly to your converter, correct buad rate and hardware flow control is used.
This is your custom board, please verify that all UART lines, Tx, Rx, RTS, and CTS are wired correctly to your converter, correct buad rate and hardware flow control is used.
|
By
Chettimada, Vinayak Kariappa
·
#4930
·
|
|
zephyr HCI UART on nRF52832 - HCI interface bring up fails #ble #nrf52832#hci_uart
#ble
I have filed an issue related to HCI UART sample from zephyr running on nrf52832. I compiled the hci_uart sample successfully, but I am not able to use the UART interface through an external USB-UART
I have filed an issue related to HCI UART sample from zephyr running on nrf52832. I compiled the hci_uart sample successfully, but I am not able to use the UART interface through an external USB-UART
|
By
icephyr
·
#4929
·
|
|
Segger SystemView sample
Hello,
I'm having problems when trying to use the SystemView for both frdm_k64f and colibri_imx7d_m4 boards. I followed these instructions and sometimes the SystemView crashes, or reports it was
Hello,
I'm having problems when trying to use the SystemView for both frdm_k64f and colibri_imx7d_m4 boards. I followed these instructions and sometimes the SystemView crashes, or reports it was
|
By
Diego Sueiro
·
#4928
·
|
|
ppp protocol and usb stack
Hello!
This week I was introduced to the zephyr project. My team work on mcu with rtos and port all the third party libraries ourselves. For this reason, zephyr seems to be a very good choice to us. I
Hello!
This week I was introduced to the zephyr project. My team work on mcu with rtos and port all the third party libraries ourselves. For this reason, zephyr seems to be a very good choice to us. I
|
By
Shlomi Vaknin
·
#4927
·
|
|
Re: SAME70 GPIO latency
Hi,
I measuring the time via oscilloscope - then the time measurement is independent on zephyr time. The printk is just for info.
Best regards,
Jiri Kubias
2018-08-09 20:31 GMT+02:00 punit vara
Hi,
I measuring the time via oscilloscope - then the time measurement is independent on zephyr time. The printk is just for info.
Best regards,
Jiri Kubias
2018-08-09 20:31 GMT+02:00 punit vara
|
By
Jiří Kubias <jiri.kubias@...>
·
#4926
·
|
|
Re: SAME70 GPIO latency
Hi Jiri,
Welcome to awesome zephyr community.
k_cycle_get_32() prints cycles.
Use k_uptime_get(). Follow this to measure time : http://docs.zephyrproject.org/kernel/timing/clocks.html
- PV
Hi Jiri,
Welcome to awesome zephyr community.
k_cycle_get_32() prints cycles.
Use k_uptime_get(). Follow this to measure time : http://docs.zephyrproject.org/kernel/timing/clocks.html
- PV
|
By
punit vara <punitvara@...>
·
#4925
·
|
|
SAME70 GPIO latency
Hi,
Im new to Zephyr and Im trying to measure the GPIO handler latency. I have modified the samples/basic/button example to toggle LED pin when the handler rises. The test is to measure the time
Hi,
Im new to Zephyr and Im trying to measure the GPIO handler latency. I have modified the samples/basic/button example to toggle LED pin when the handler rises. The test is to measure the time
|
By
Jiří Kubias <jiri.kubias@...>
·
#4924
·
|
|
GCC ARM Embedded is now GNU Arm Embedded
Hi all,
We have just merged a commit [1] which renames the Arm embedded toolchain from GCC ARM Embedded to its new and current name, GNU Arm Embedded.
If you use this toolchain you will see a
Hi all,
We have just merged a commit [1] which renames the Arm embedded toolchain from GCC ARM Embedded to its new and current name, GNU Arm Embedded.
If you use this toolchain you will see a
|
By
Carles Cufi
·
#4923
·
|
|
NFFS atomic update of file(s)
Hi,
I have a few questions regarding the robustness of NFFS (Newtron Flash File System):
Is atomic update of a single file supported? I.e. what will happen in case of power failure or FW crash at any
Hi,
I have a few questions regarding the robustness of NFFS (Newtron Flash File System):
Is atomic update of a single file supported? I.e. what will happen in case of power failure or FW crash at any
|
By
Thomas Gleerup
·
#4922
·
|
|
Re: Any zephyr experience using arm math/dsp library w/cortex m4f processors
Hi Chuck,
Please see below. I hope that helps. I am also using gcc.
Abderrezak
Hi All,
Just in case this is helpful. To build and correctly run my app, I needed to
Hi Chuck,
Please see below. I hope that helps. I am also using gcc.
Abderrezak
Hi All,
Just in case this is helpful. To build and correctly run my app, I needed to
|
By
Abderrezak Mekkaoui
·
#4921
·
|
|
Any zephyr experience using arm math/dsp library w/cortex m4f processors
Have recently joined project community and am looking for any info on linking to
existing arm math/dsp library for an embedded arm m4 project. If this is the wrong
group to address this question to,
Have recently joined project community and am looking for any info on linking to
existing arm math/dsp library for an embedded arm m4 project. If this is the wrong
group to address this question to,
|
By
cpmcparland@...
·
#4920
·
|
|
Re: HCI Interface UART//USB
Hi Vinayak,
I have followed the below link to update SDN version and executed same comments .
Then i tried to run the make command , this time error didn't occur but it got stuck .
Please find the
Hi Vinayak,
I have followed the below link to update SDN version and executed same comments .
Then i tried to run the make command , this time error didn't occur but it got stuck .
Please find the
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#4919
·
|
|
#gpio: ESP32: gpio pin doesn't respond to write/read functions
Hello All,
I am new to embedded programming. By following documentation, I successfully executed Hello World! sample Program on ESP32 board.
I plan to start an IoT project (temperature monitoring
Hello All,
I am new to embedded programming. By following documentation, I successfully executed Hello World! sample Program on ESP32 board.
I plan to start an IoT project (temperature monitoring
|
By
Praneeth <reddypraneethkumar@...>
·
#4918
·
|
|
Re: STM32L0 k_sleep
Have you tried to use the k_sleep(K_SECONDS(1))? Maybe it works without changing the conf file.
Best regards,
Rodrigo Peixoto
--
Rodrigo Peixoto
Co-founder and Technical guru
+55 (82) 98144-8585
Have you tried to use the k_sleep(K_SECONDS(1))? Maybe it works without changing the conf file.
Best regards,
Rodrigo Peixoto
--
Rodrigo Peixoto
Co-founder and Technical guru
+55 (82) 98144-8585
|
By
Rodrigo Peixoto
·
#4917
·
|
|
Re: STM32L0 k_sleep
The default value is 10ms. You can set it in your board’s defconfig.
From: Anthony Kreft <anthony.kreft@...>
Date: Wednesday, August 1, 2018 at 16:25
To: "devel@..." <devel@...>, Jun Li
The default value is 10ms. You can set it in your board’s defconfig.
From: Anthony Kreft <anthony.kreft@...>
Date: Wednesday, August 1, 2018 at 16:25
To: "devel@..." <devel@...>, Jun Li
|
By
Li, Jun R
·
#4916
·
|
|
Re: STM32L0 k_sleep
Thank you, that worked. It should probably go in the board’s defconfig like most of the others already have.
On Aug 1, 2018, 6:02 PM -0500, Li, Jun R <jun.r.li@...>, wrote:
Thank you, that worked. It should probably go in the board’s defconfig like most of the others already have.
On Aug 1, 2018, 6:02 PM -0500, Li, Jun R <jun.r.li@...>, wrote:
|
By
Anthony Kreft <anthony.kreft@...>
·
#4915
·
|
|
Re: STM32L0 k_sleep
Have you tried to add the following option in your “prj.conf”?
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
Which set the clock tick resolution to 1ms.
From: <devel@...> on behalf of Anthony Kreft
Have you tried to add the following option in your “prj.conf”?
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
Which set the clock tick resolution to 1ms.
From: <devel@...> on behalf of Anthony Kreft
|
By
Li, Jun R
·
#4914
·
|
|
Re: Going to look into the touch sensor input on the NXP FRDM boards
Hi Jan,
In this case, it *is* quite NXP/FRDM specific. However, in general, i think it would fit well in the sensor enums to support XYZ location in addition to XYZ acceleration and change in
Hi Jan,
In this case, it *is* quite NXP/FRDM specific. However, in general, i think it would fit well in the sensor enums to support XYZ location in addition to XYZ acceleration and change in
|
By
Lars Knudsen
·
#4913
·
|
|
Re: Going to look into the touch sensor input on the NXP FRDM boards
Hi Lars,
I only played with the idea to integrate a touch controller but had no time yet to start on it.
On the location of the driver I have the feeling that a new, input device, API would be more
Hi Lars,
I only played with the idea to integrate a touch controller but had no time yet to start on it.
On the location of the driver I have the feeling that a new, input device, API would be more
|
By
Jan Van Winkel <jan.van_winkel@...>
·
#4912
·
|