Search Results
Search results 1-8 of 8.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
[SOLVED] Critical region
wrani - - embOS related
PostHi, I have an nrf52840 based project , in my application I have a short duration ( ~100ms ) that I need radio to be quiet ( no RX\TX ). Can I use "OS_TASK_EnterRegion " for that ? Does this function has any effect on BLE Stack ? ( the alternative is to use nordic timeslot api ) Thanks, Ran
-
Hi, I am using ebmBuild to build my SES project ( integration into CI project ). Project is nrf52840 based. The artifacts from that build ( app.hex , and s140_nrf52_6.1.0_softdevice.hex ) should be later programmed using nrfgprog utility. Do I need to specify a programming flash address when manually programming the hex files ? ( or does the tool finds out where to burn them , if so - how ? ) Thanks, Ran
-
USB_X_Log crash
wrani - - emUSB related
PostHi, I've integrated emUSB stack into my Nordik52840 project, running emOS. USB-CDC works well, How ever - I had to disable a call to : "USB_X_Log(acBuffer)" in a function called "USBD_Logf" , otherwise - the Init crash. Any Idea why ? where are those prints go anyway ? version is V318_USBD-00381_65791761_190104\ Thanks, Ran
-
Hi, I have a nordic example ( uart ) which I've integrated embos into. program runs well when compiling in Segger Studio ( SES ) . However - trying to compile the code in "armgcc" ( from cmd line and make ) gives me the following error : ../../../../../../external/embOS/Lib/libos_v7m_t_vfpv4h_le_r.a(OS_StackInfo.o): In function `OS_STACK_GetSysStackBase': OS_StackInfo.c:(.text.OS_STACK_GetSysStackBase+0x4): undefined reference to `__stack_start__' ../../../../../../external/embOS/Lib/libos_v7m_t…