Recent Activities
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Anatolyk -
Posted the thread Pylink Square library Python 3.x.
ThreadI understand Pylink library (Python interface to JLink) is not by SEGGER. But perhaps somebody on this forum can confirm that there is no Pylink implementation that is Python 3.5 compatible. It definitely appears so from the Pylink gtihub, but if… -
Jacoben -
Replied to the thread [SOLVED] Flasher ARM or Portable Plus for small scale manufacturing?.
PostHello Michael, Thank you very much for your answer. Best regards, Jakub -
SEGGER - Florian -
Replied to the thread Multiple Buffering.
PostHi, emWin does all of it automatically after you've activated multi buffering, at least as long as your application is using the window manager. If not, you have to manually switch between buffers using GUI_MULTIBUF_Begin() and GUI_MULTIBUF_End(). I've… -
bio_med -
Replied to the thread Multiple Buffering.
PostHi Florian, Thank you for your response. I understand. But how do you switch between the buffers? Best regards, BMD -
SEGGER - Florian -
Replied to the thread Multiple Buffering.
PostHi bio_med, emWin supports multi buffering out of the box, simply call WM_MULTIBUF_Enable(1) to enable it. Best regards, Florian -
bio_med -
Posted the thread Multiple Buffering.
ThreadHi, I am currently working on Multiple Buffering. I am trying to write to a buffer in the background and display another buffer that's already being written. Is there an example code which I can refer to? I really appreciate all your help. Thanks and… -
SEGGER - Florian -
Replied to the thread Fast window updation.
PostHi Sridhar, the fastest way to do this would probably be this: C Source Code (4 lines)If if doesn't have to be that fast, you can use GUI_Delay(ms) instead of GUI_Exec(). Best regards, Florian -
SEGGER - Martin -
Replied to the thread [SOLVED] OS_ERR_ILLEGAL_OUT_ISR in OS_TICK_Handle.
PostGlad you're up and running again! We'll consider this thread closed now. Best regards, Martin -
dmree -
Replied to the thread [SOLVED] OS_ERR_ILLEGAL_OUT_ISR in OS_TICK_Handle.
PostDear Martin, thanks for your reply. I've checked the OS_Global struct and realize that this struct was not aligned between our library that contains the embos and the application that uses such library. More in detail we were using… -
Sergey22 -
Posted the thread How to use external flash script from SES.
ThreadI have a python script that flashes target device. I would like to use it from SES. Basically I want it to work that way, when I push target -> download file. I would like this script to be executed. The reason behind it is that the script not only loads… -
Sergey22 -
Replied to the thread Is it possible to use ARMCC toolchain with Segger Embedded Studio and easily migrate to SES from Keil?.
PostQuote from SEGGER - Nino: “ Quote from Sergey22: “I did not try clang however, do you have any use cases for comparing ouptu size from clang and ARMCC? ” Clang with default optimization settings is actually a bit worse than gcc in code size as the… -
Sergey22 -
Replied to the thread Is it possible to use ARMCC toolchain with Segger Embedded Studio and easily migrate to SES from Keil?.
PostQuote from awneil: “For the benefit of others who may come here with the same question, could you give some more detail on which settings were missing? And don't forget to update your cross-post on the Keil (ARM) forum ... ” Here is the short guide… -
Sysmop226 -
Replied to the thread emwin - GUI_LANG_LoadCSVEx loading different CSV files.
PostThank you! it solved the issue! I did GUI_LANG_SetMaxNumLang(MAX_LANGUAGE_NUM). -
SEGGER - Schoenen -
Replied to the thread emwin - GUI_LANG_LoadCSVEx loading different CSV files.
PostHi, try calling GUI_LANG_SetMaxNumLang() before loading the CSV file. Regards, Sven -
SEGGER - Martin -
Replied to the thread [SOLVED] OS_ERR_ILLEGAL_OUT_ISR in OS_TICK_Handle.
PostHello, While we're not aware of any issues regarding OS_TICK_Handle(), we'd of course like to help you in finding the cause for the observed behavior. Generally speaking, OS_ERR_ILLEGAL_OUT_ISR is indicated whenever embOS assumes that an API function… -
FabM -
Replied to the thread JLinkSWOViewer does not work with STM32WB55.
PostHi Fabian, nice to try at your side. did you succeed to reproduce the issue ? Best regards, Fabien -
arturo182 -
Posted the thread NXP i.MX RT1011 support.
ThreadThe whole i.MX RT10xx family seems to be supported except the RT1011, is there a ETA for the support? -
dmree -
Posted the thread [SOLVED] OS_ERR_ILLEGAL_OUT_ISR in OS_TICK_Handle.
ThreadHello Everyone, I'm having a strange issue with a new implementation with embOS 4.26, STM32L4 uc and GCC 8.0-2019q3. The problem is with the OS_TICK_Handle function that is causing OS_ERR_ILLEGAL_OUT ISR error as soon as it is called. SysTick_Handler… -
Sysmop226 -
Replied to the thread emwin - GUI_LANG_LoadCSVEx loading different CSV files.
PostHi again Florian, I Still could not solve the issue. I would like to send a test application for you. Its really a blocker for us. I cannot attach the file here since its larger than the max allowed. Is there an email that I can send to? Thanks.