• getting user input in Debugger
    I have written a small function as below: void checkKeyPress() { uchKeyPressed = P1; /* Read Port P1 */ uchKeyPressed = uchKeyPressed & 0x18; /* mask with 0x18 to check for P1.3 & P1.4 */ } /*...
  • How To Write an Input to Get Output
    Hi, I am a newbie here and currently learning how to use uvision software. My problem is I can see the output result of my program on UART window. What I can't do is to input something into a window...
  • user keyboard input via uart usb port
    hi how can i give keyboard input via uart usb port to write it on the lcd of arm cortex m3
  • Stack pointer gets corrupted in debugger
    Hi everyone I am usinng the NXP KL43L256Z4 Cortex M0+, compiler MDK-ARM uVision V5.25.2 When I am in a breakpoint, I change any register value (ex. R6 = 0xFFFFFF), in the next step the Stackpointer...
  • Single bit getting of a user declared variable
    Can individual bits of a user declare variable be accessed just like using SBIT for Ports?.