Jump to content

pl161187smi

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by pl161187smi

  1. Hello! I new member and I try port uGFX to KEIL for use with STM32 my project build is done, but once I run debug step - mode in this line _setjmp(pframeinfo->cxt); I go to HardFault_Handler... I used source for _setjmp in this thread which provided Mr.GunterO #if !defined(__KEIL__) && !defined(__C51__) #if !defined(setjmp) && !defined(_setjmp) #define _setjmp setjmp #endif #if !defined(longjmp) && !defined(_longjmp) #define _longjmp longjmp #endif #else #if !defined(_setjmp) #define _setjmp setjmp #endif #if !defined(_longjmp) #define _longjmp longjmp #endif #endif Because source which provided in lib "ugfx_release_22_150104" not build in Keil. I do not know what I'm doing wrong, why the code does not work (( Please help me, or if you have template project for Keil please give me for I compared in my project and find my wrong way. P.S. Sorry for my English I live in Ukraine... Thanks.
×
×
  • Create New...