• declaration after function call
    I just started using kile c51 compiler with µVision. My problem is only a stylistic issue. While initializing my controler: <dir> unsigned char dummy1 = 0xFF; /* call openADC0 */ openADC0(...
  • Hardfault Crash with uVision 4.13a with JLink after Breakpoint
    Hi there, i have a strange error with Debugging after updating to µVision 4.13a. I'm using both ulink2 and Jlink for debugging between to embedded systems. After Update the Jlink -Debugger ends in...
  • emWin and RTK - Calling GUI_Init() causes Hardfault
    Hello, I am trying to get emWin working in a multi-task system. I have successfully configured emWin to work in a single task (non RTK) environment. I have a single video buffer (no FRAME interrupts...
  • Hardfault STM32
    1. I am using STM32 with keil v5. 2. In my code I am getting hardfault, however I don't see any error in "fault report" option of keil. 3. What could be error? 4. Attached is pic. www.docdroid...
  • Math library function
    I want to calculate the 10 to the power of some variable, how can i do this using math library Mahesh