• Blue Arrow?
    I just started a debug session in uV2 (latest version) and besides the yellow arrow pointing to the next instruction, there was also a blue arrow in the source window pointing to code that wouldn't be...
  • Blue Arrow?
    I just started a debug session in uV2 (latest version) and besides the yellow arrow pointing to the next instruction, there was also a blue arrow in the source window pointing to code that wouldn't be...
  • Arrow not stop
    Hello everybody :) I downloaded Keil uVision 3.x from Keil WEB and made simple project for ARM7 LPC2478 where only main function included, but when I start debugging arrow not appear near main()...
  • Arrow not stop
    Hello everybody :) I downloaded Keil uVision 3.x from Keil WEB and made simple project for ARM7 LPC2478 where only main function included, but when I start debugging arrow not appear near main()...
  • I want to send data by Virtual Terminal (in Proteus ) and print it on LCD . I just need to type something in the virtual terminal and it should be displayed on the LCD. I'm using keil uvision,stm32f103c6...
    #include "stm32f10x.h" #include <stdio.h> #define RS 0x0020; #define EN 0x0080; void USART2_write(int ch); char USART2_read (void); void delayMs (int delay); void LCD_command (unsigned char command...