|
#nrf52840 #k_sleep
#nrf52840
#k_sleep
Iam working on custom application on zephyr(2.2.99), but my application is not working when using k_sleep() or k_msleep() Can someone help me with above issue. Thanks, Narendhar
Iam working on custom application on zephyr(2.2.99), but my application is not working when using k_sleep() or k_msleep() Can someone help me with above issue. Thanks, Narendhar
|
By
Narendar Malepu
· #6933
·
|
|
#nrf52840 #gpio
#nrf52840
#gpio
Hi, Previously worked on zephyr branch(2.1.0) but now i want to move to master branch(2.2.99). When I trying to compile application getting below warning for all gpio functions warning: 'gpio_pin_writ
Hi, Previously worked on zephyr branch(2.1.0) but now i want to move to master branch(2.2.99). When I trying to compile application getting below warning for all gpio functions warning: 'gpio_pin_writ
|
By
Narendar Malepu
· #6923
·
|
|
nrf52840 ble error
#ble
#nrf52840
Yes previously I posted same issue, but iam not creating any threads in my application
Yes previously I posted same issue, but iam not creating any threads in my application
|
By
Narendar Malepu
· #6892
·
|
|
nrf52840 ble error
#ble
#nrf52840
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
|
By
Narendar Malepu
· #6886
·
|
|
nrf52840 ble error
#ble
#nrf52840
But i'm not using any threads in my application, did you mean ble created threads
But i'm not using any threads in my application, did you mean ble created threads
|
By
Narendar Malepu
· #6875
·
|
|
nrf52840 ble error
#ble
#nrf52840
Hi Vinayak Kariappa, Here is the result for above commandzephyr/include/sys/dlist.h:211
Hi Vinayak Kariappa, Here is the result for above commandzephyr/include/sys/dlist.h:211
|
By
Narendar Malepu
· #6870
·
|
|
nrf52840 ble error
#ble
#nrf52840
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
|
By
Narendar Malepu
· #6861
·
|
|
nrf52840 hang without errors
#ble
#nrf52840
#uart
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
|
By
Narendar Malepu
· #6808
·
|
|
c++ application development
#nrf52840
Hi, Is there source for memory allocation using new other than k_malloc ? Because in my application want to use memory alloation from free heap not from the heap memory pool.
Hi, Is there source for memory allocation using new other than k_malloc ? Because in my application want to use memory alloation from free heap not from the heap memory pool.
|
By
Narendar Malepu
· #6272
·
|
|
c++ application development
#nrf52840
Hi, we are developing an application in c++, for dynamic memory allocation using new as operator overloading as below void *operator new(size_t size) { void *p = malloc(size); return p; } void operato
Hi, we are developing an application in c++, for dynamic memory allocation using new as operator overloading as below void *operator new(size_t size) { void *p = malloc(size); return p; } void operato
|
By
Narendar Malepu
· #6270
·
|