|
Re: Running Hello World for Dragino-LSN50 on B-L072Z-LRWAN1 Dicovery Board
В Чтв, 20/09/2018 в 23:43 +0200, Erwan Gouriou пишет:
In order to answer your question I've inspected the
boards/arm/nucleo_l073rz/nucleo_l073rz_defconfig which has a Virtual
COM Port. And I
В Чтв, 20/09/2018 в 23:43 +0200, Erwan Gouriou пишет:
In order to answer your question I've inspected the
boards/arm/nucleo_l073rz/nucleo_l073rz_defconfig which has a Virtual
COM Port. And I
|
By
seems.deviant@...
·
#5146
·
|
|
Re: Choosing Tx Buffers in BLE stack
Hi,
I guess that is because with more buffer one can queue more data and
is less affected by the speed in which the controller acknowledge
their transmissions, obviously this increase the footprint
Hi,
I guess that is because with more buffer one can queue more data and
is less affected by the speed in which the controller acknowledge
their transmissions, obviously this increase the footprint
|
By
Von Dentz, Luiz <luiz.von.dentz@...>
·
#5145
·
|
|
Re: Choosing Tx Buffers in BLE stack
Hi,
Thanks for the reply. Sorry if there is some confusion regarding the crash on windows.
I will explain more elaborately below what i am trying to achieve & what i debugged till now.
I am
Hi,
Thanks for the reply. Sorry if there is some confusion regarding the crash on windows.
I will explain more elaborately below what i am trying to achieve & what i debugged till now.
I am
|
By
dhguja@gmail.com
·
#5144
·
|
|
Re: Choosing Tx Buffers in BLE stack
Please clarify, minimum BLE connection interval is 7.5 ms.
Do you know what is the connection interval used by Window when you see the Window OS crash? you get Blue Screen of Death? Which version of
Please clarify, minimum BLE connection interval is 7.5 ms.
Do you know what is the connection interval used by Window when you see the Window OS crash? you get Blue Screen of Death? Which version of
|
By
Chettimada, Vinayak Kariappa
·
#5143
·
|
|
Re: Choosing Tx Buffers in BLE stack
Hi there,
Copying a few people to this thread.
Carles
Hi there,
Copying a few people to this thread.
Carles
|
By
Carles Cufi
·
#5142
·
|
|
NRF52 : use of NFFS file system
Hi all,
Thanks having resolved my first issue on NFFS file system.
I work on a nrf52_pca10040 board. My purpose is still to use the file system NFFS to fill the nrf52 flash.
My flash config
Hi all,
Thanks having resolved my first issue on NFFS file system.
I work on a nrf52_pca10040 board. My purpose is still to use the file system NFFS to fill the nrf52 flash.
My flash config
|
By
Laurence Pasteau
·
#5141
·
|
|
Re: Running Hello World for Dragino-LSN50 on B-L072Z-LRWAN1 Dicovery Board
Hi,
Looking to B-L072Z-LRWAN1 user manual, it seems that you can get ST-Link VCP using USART2,
Did you changed the console settings to match this configuration ?
Then, fortunately, both boards share
Hi,
Looking to B-L072Z-LRWAN1 user manual, it seems that you can get ST-Link VCP using USART2,
Did you changed the console settings to match this configuration ?
Then, fortunately, both boards share
|
By
Erwan Gouriou
·
#5140
·
|
|
Running Hello World for Dragino-LSN50 on B-L072Z-LRWAN1 Dicovery Board
Hello,
I am trying to run Hello World application built for Dragino-LSN50 on a
B-L072Z-LRWAN1 Dicovery Board. Those two boards both are SM32L0-based
and share exactly the same MCU model -
Hello,
I am trying to run Hello World application built for Dragino-LSN50 on a
B-L072Z-LRWAN1 Dicovery Board. Those two boards both are SM32L0-based
and share exactly the same MCU model -
|
By
Aleksandr Makarov <seems.deviant@...>
·
#5139
·
|
|
Choosing Tx Buffers in BLE stack
Hello,
I am working on a BLE HID keyboard application using zephyr 1.13.
I was playing around with Tx buffers (specifically Maximum number of pending TX buffers, Number of Tx buffers).
With
Hello,
I am working on a BLE HID keyboard application using zephyr 1.13.
I was playing around with Tx buffers (specifically Maximum number of pending TX buffers, Number of Tx buffers).
With
|
By
dhguja@gmail.com
·
#5138
·
|
|
Re: MISRA-C and Zephyr
Hi Szymon,
Sure thing ! Next commits I'll add which rule that commits is fixing.
Thanks for pointint it out :)
Regards,
Flavio Ceolin
Hi Szymon,
Sure thing ! Next commits I'll add which rule that commits is fixing.
Thanks for pointint it out :)
Regards,
Flavio Ceolin
|
By
Flavio Ceolin
·
#5137
·
|
|
Re: MISRA-C and Zephyr
Hello,
I was wondering about where did void casting for functions like memcpy, memset comes from.
Could commit messages for this point to specific rule?
--
pozdrawiam
Szymon K. Janc
Hello,
I was wondering about where did void casting for functions like memcpy, memset comes from.
Could commit messages for this point to specific rule?
--
pozdrawiam
Szymon K. Janc
|
By
Szymon Janc
·
#5136
·
|
|
Re: MISRA-C and Zephyr
You have to buy it.
This fairly new publication might help you: https://arxiv.org/abs/1809.00821
Kind regards,
Reto
You have to buy it.
This fairly new publication might help you: https://arxiv.org/abs/1809.00821
Kind regards,
Reto
|
By
Reto Schneider <reto@...>
·
#5135
·
|
|
Re: cmake is not recognizing board variable set in CMakeLists.txt
<bewithsathish@...> wrote:
The important thing is it must be set before you include the boilerplate file.
<bewithsathish@...> wrote:
The important thing is it must be set before you include the boilerplate file.
|
By
Marti Bolivar <marti@...>
·
#5134
·
|
|
Re: cmake is not recognizing board variable set in CMakeLists.txt
It seems set(BOARD qemu_cortex_m3) has to be in the beginning of the file after cmake version. It works.
--
Regards,
Sathishkumar D
It seems set(BOARD qemu_cortex_m3) has to be in the beginning of the file after cmake version. It works.
--
Regards,
Sathishkumar D
|
By
Sathishkumar Duraisamy <bewithsathish@...>
·
#5133
·
|
|
cmake is not recognizing board variable set in CMakeLists.txt
Hi all,
I am Sathishkumar. I am experimenting with zephyr and learning to contribute to it. I am coming form Linux and feels home with kconfig, dts, etc.
As per the application primer, I have
Hi all,
I am Sathishkumar. I am experimenting with zephyr and learning to contribute to it. I am coming form Linux and feels home with kconfig, dts, etc.
As per the application primer, I have
|
By
Sathishkumar Duraisamy <bewithsathish@...>
·
#5132
·
|
|
Re: MPU fault while testing Bluetooth Mesh Sample demos
Hi,
last night I have discovered that I have messed up variables and I have tried to assign value to constant variable -> that is the reason why I have received the MPU fault.
Best regards,
Jiri
po
Hi,
last night I have discovered that I have messed up variables and I have tried to assign value to constant variable -> that is the reason why I have received the MPU fault.
Best regards,
Jiri
po
|
By
Jiří Kubias <jiri.kubias@...>
·
#5131
·
|
|
Re: MPU fault while testing Bluetooth Mesh Sample demos
Hi,
In my case the MPU falut was stable. But in your case it looks like some race condition issue.
Try to reorganise the initialisation or add some delays.
Regards Jiri
Dne po 17. 9. 2018 15:39
Hi,
In my case the MPU falut was stable. But in your case it looks like some race condition issue.
Try to reorganise the initialisation or add some delays.
Regards Jiri
Dne po 17. 9. 2018 15:39
|
By
Jiří Kubias <jiri.kubias@...>
·
#5130
·
|
|
Re: MPU fault while testing Bluetooth Mesh Sample demos
Hi Jiri,
After replying to your email, I once again started testing thoroughly.
And yes, once again I got MPU fault.
Regards,
Vikrant
Hi Jiri,
After replying to your email, I once again started testing thoroughly.
And yes, once again I got MPU fault.
Regards,
Vikrant
|
By
vikrant8051 <vikrant8051@...>
·
#5129
·
|
|
Re: SPI driver development
Hi Vincent,
Im open minded 8-). I have implemented SPI driver with polling - seems to be working fine for moth ways. But configuration stuff need some recheck and only one CS is supported. I have
Hi Vincent,
Im open minded 8-). I have implemented SPI driver with polling - seems to be working fine for moth ways. But configuration stuff need some recheck and only one CS is supported. I have
|
By
Jiří Kubias <jiri.kubias@...>
·
#5128
·
|
|
Re: SPI driver development
Hi Jiri,
I'm was planning a SPI driver for the SAM4S and later on the SAMe70.
I have sufficient boards to test the SPI driver, with displays, flash, IMU and transceivers on them to push its
Hi Jiri,
I'm was planning a SPI driver for the SAM4S and later on the SAMe70.
I have sufficient boards to test the SPI driver, with displays, flash, IMU and transceivers on them to push its
|
By
Vincent - VLoTech
·
#5127
·
|