• displaying the contents of the interrupt vector table, registers and flags
    Hi All, I am hoping someone can inform of how to go about displaying the contents of the interrupt vector table (IVT)on the stdout. I'm taking an introductory class in assembly language, and this is...
  • event flag
    what are the definitions of each event flag bits
  • debug flag
    I have a faint memory of something to check to see if running debug or not. anyone know?
  • confused characters
    HI I have a stm32f103c8t6. I connected data pin of LCD to portA.& RS,RW,EN to PB0...PB2 . but my lcd is really confused. everyTime i send "111" to LCD it shows "333". everyTime i send "qqq" to LCD...
  • Displaying character.
    I am a beginner to C language... I have alreaady initialized the LCD in my code...How do i display a message("HELLO" eg.) to LCD? I want to use it in function void but i do not know where to start.....