|
Re: Disabling Multithreading
Hi Raj,
The issue with CONFIG_MULTITHREADING is that it was never properly supported. It was added for MCUboot and considered for removal a couple of times, but that never happened because the
Hi Raj,
The issue with CONFIG_MULTITHREADING is that it was never properly supported. It was added for MCUboot and considered for removal a couple of times, but that never happened because the
|
By
Carles Cufi
·
#5562
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Hi Carles,
And thank you very much for your quick response.
I have renamed 'JLinkExe' to 'JLink.exe' in line 20 of my local jlink.py.
I also renamed 'JLinkGDBServer' to 'JLinkGDBServer.exe' in line
Hi Carles,
And thank you very much for your quick response.
I have renamed 'JLinkExe' to 'JLink.exe' in line 20 of my local jlink.py.
I also renamed 'JLinkGDBServer' to 'JLinkGDBServer.exe' in line
|
By
Bo.Kragelund@...
·
#5561
·
|
|
Re: Disabling Multithreading
Hi Carles,
Guess this mail got buried while you were away. Please help me out here.
Regards,
Raj
Hi Carles,
Guess this mail got buried while you were away. Please help me out here.
Regards,
Raj
|
By
Raj Gundi
·
#5560
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
The same problem occurs using the nxp kw41z board and windows 10
The same problem occurs using the nxp kw41z board and windows 10
|
By
Marcio Montenegro
·
#5559
·
|
|
Re: FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Hi there,
The jlink runner will try to execute a file named “JLinkExe”. This exists on Linux but I just checked my Windows machine and it is named differently, namely “JLink.exe”’.
I
Hi there,
The jlink runner will try to execute a file named “JLinkExe”. This exists on Linux but I just checked my Windows machine and it is named differently, namely “JLink.exe”’.
I
|
By
Carles Cufi
·
#5558
·
|
|
FATAL ERROR: 2 The system cannot find the file specified None 2 None
#gettingstartedguide
Hi,
I have followed the getting started guide and installed zephyr, GNU, and tools on a Windows 7 machine and now trying to build and flash the "hello_world" sample.
I'm following the guidelines for
Hi,
I have followed the getting started guide and installed zephyr, GNU, and tools on a Windows 7 machine and now trying to build and flash the "hello_world" sample.
I'm following the guidelines for
|
By
Bo.Kragelund@...
·
#5557
·
|
|
Integration of central and peripheral code
#nrf52832
Hi all,
is there any example that supports both central and peripheral roles?
I would like to integrate central and peripheral roles into rpl_node example.
I have successfully integrated peripheral
Hi all,
is there any example that supports both central and peripheral roles?
I would like to integrate central and peripheral roles into rpl_node example.
I have successfully integrated peripheral
|
By
Akash Naidu <akashnaiduece@...>
·
#5556
·
|
|
How to build images for client or server in bluetooth mesh examples?
#bluetoothmesh
I noticed that in these examples, there's only one main.c file, and only one image file would be built, it can support different hardware, but seems not different roles?
Bluetooth Mesh is supposed to
I noticed that in these examples, there's only one main.c file, and only one image file would be built, it can support different hardware, but seems not different roles?
Bluetooth Mesh is supposed to
|
By
wxzzzh
·
#5555
·
|
|
Re: PCA10059 without additional debugger - non-volatile storage of settings
Hi Jamie,
thanks!
I was already trying different values, such as
storage_partition: partition@b0000 {
label = "storage";
reg = < 0xb0000 0x4000 >;
};
unfortunately without success.. The
Hi Jamie,
thanks!
I was already trying different values, such as
storage_partition: partition@b0000 {
label = "storage";
reg = < 0xb0000 0x4000 >;
};
unfortunately without success.. The
|
By
Martin <ma@...>
·
#5554
·
|
|
Re: PCA10059 without additional debugger - non-volatile storage of settings
Hi Martin,
You have this in your DTS:
storage_partition: partition@fa000 {
label = "storage";
reg = < 0xfa000 0x4000 >;
};
You are setting the storage partition to 0xfa000, from your picture,
Hi Martin,
You have this in your DTS:
storage_partition: partition@fa000 {
label = "storage";
reg = < 0xfa000 0x4000 >;
};
You are setting the storage partition to 0xfa000, from your picture,
|
By
lairdjm
·
#5553
·
|
|
PCA10059 without additional debugger - non-volatile storage of settings
Hi,
I know it is a quite specific question, but I thought that maybe
someone has an idea into which direction to go..
I have some PCA10059 (nRF52-Dongles) lying around and would like to
make
Hi,
I know it is a quite specific question, but I thought that maybe
someone has an idea into which direction to go..
I have some PCA10059 (nRF52-Dongles) lying around and would like to
make
|
By
Martin <ma@...>
·
#5552
·
|
|
Re: Possibility to reduce the power consumption of peripheral device
#ble
#nrf52480
Hi.
It looks that you have HFCLK running all the time.
This is probably caused by small issue in power management code.
Please try to remove the calls to nrf_power_task_trigger() from
Hi.
It looks that you have HFCLK running all the time.
This is probably caused by small issue in power management code.
Please try to remove the calls to nrf_power_task_trigger() from
|
By
Zięcik, Piotr <piotr.ziecik@...>
·
#5551
·
|
|
Re: zephyr thread
The stack is not allocated in your example when you are using k_thread_create. Use the below code instead.
static K_THREAD_STACK_DEFINE(threadStack1, 1024);
static struct k_thread
The stack is not allocated in your example when you are using k_thread_create. Use the below code instead.
static K_THREAD_STACK_DEFINE(threadStack1, 1024);
static struct k_thread
|
By
Raj Gundi
·
#5550
·
|
|
zephyr thread
Hi everyone,
I am currently working on the Zephyr OS with a FDRM_K64f board from NXP.
To create thread I was first using K_THREAD_DEFINE.
I want to create an abstraction layer if I need to
Hi everyone,
I am currently working on the Zephyr OS with a FDRM_K64f board from NXP.
To create thread I was first using K_THREAD_DEFINE.
I want to create an abstraction layer if I need to
|
By
Florian Fouillet <Florian.Fouillet@...>
·
#5549
·
|
|
Possibility to reduce the power consumption of peripheral device
#ble
#nrf52480
Hello,
In order to use the peripheral and central device for energy efficient application, I performed some power measurement test with the following configuration using nrf52 DK.
Central_hr sample
Hello,
In order to use the peripheral and central device for energy efficient application, I performed some power measurement test with the following configuration using nrf52 DK.
Central_hr sample
|
By
swapnil <swapnil2007kadam@...>
·
#5548
·
|
|
Does zephry support standard c io library?
I finded zephyr source stdio.h only support a minimal io system, it did not include such as FILE ..defines,etc, does it support c io library ?
I finded zephyr source stdio.h only support a minimal io system, it did not include such as FILE ..defines,etc, does it support c io library ?
|
By
ljh_dev@...
·
#5547
·
|
|
Re: Opus codec on nrf52840
Hi.
Great to hear that!
Do you have any information about resource usage (Flash/RAM used, CPU load etc)?
Piotr ZIĘCIK | Senior Firmware Engineer
M +48 698 726 973| Kraków,
Hi.
Great to hear that!
Do you have any information about resource usage (Flash/RAM used, CPU load etc)?
Piotr ZIĘCIK | Senior Firmware Engineer
M +48 698 726 973| Kraków,
|
By
Zięcik, Piotr <piotr.ziecik@...>
·
#5546
·
|
|
Re: Opus codec on nrf52840
Hello,
I have a "net_opus" server sample that is able to compress and then decode an audio PCM stream with the opus codec.
- It work on the fly in realtime with an opus codec
Hello,
I have a "net_opus" server sample that is able to compress and then decode an audio PCM stream with the opus codec.
- It work on the fly in realtime with an opus codec
|
By
nicolas lantz <nicolas.lantz@...>
·
#5545
·
|
|
STM32F091 - UARTs sharing IRQ don't work together
Hello everyone.
I am facing issues when trying to use UART3 and UART4 of the STM32F091 (they were not available at the original DTS, I had to include them). I have noticed that these UARTs share the
Hello everyone.
I am facing issues when trying to use UART3 and UART4 of the STM32F091 (they were not available at the original DTS, I had to include them). I have noticed that these UARTs share the
|
By
Rodrigo Peixoto
·
#5544
·
|
|
Meetings today cancelled
Hi all,
Apologies for the late notice. Due to most TSC members being on vacation we are not going to have our regular API and Release Readiness meeting today.
Regards,
Carles
Hi all,
Apologies for the late notice. Due to most TSC members being on vacation we are not going to have our regular API and Release Readiness meeting today.
Regards,
Carles
|
By
Carles Cufi
·
#5543
·
|