rowel Community Member
- Member since Nov 14th 2022
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
rowel -
Replied to the thread Program hang at GUI_Exec1().
PostHi. It looks like this memory related program crash (hard fault) has finally been fixed. For the sake of those that may encounter the same problem, we now have a stable system by changing the GUI_LANG_GetText() calls into GUI_LANG_GetTextBuffered()… -
rowel -
Replied to the thread Program hang at GUI_Exec1().
PostHi. We implemented the Bus Error Interrupt routine to handle invalid memory access. From a different screen (so maybe this is from a different cause), we had the following… -
rowel -
Replied to the thread Program hang at GUI_Exec1().
PostHi. I received the following backtrace information from an engineer working with the project. --- _$_RemoveHoles() _$s_a_memory$1() /* function pointer? */ _$s_a_memory$1() /* function pointer?… -
rowel -
Posted the thread Program hang at GUI_Exec1().
ThreadHi, We are testing a GUI application created using emWin(v6.26c)/Appwizard on a Renesas RX65N-based board . The program freezes at GUI_Exec1() and we don't know the reason why. The GUI application itself has no problem using the windows simulation…