• underlined text in keil
    Hello, I am working on a I2C driver for the STM32L476 with the Keil IDE. I have been using the file stm32l476xx.h provided in the software packs for bit definitions. I have noticed that all references...
  • Keil Red Underline Problem
    Hi All, I have a question about Keil. I have strange red underline problem which makes me crazy. There are similar post about my problem but they are not solution for me. At that point my IDE generaly...
  • why does the IDE is making this red underline?
    Hi , can some explain to me why keil is doing this red underlines for nothing ? there is no error just a warning for an unused 'a' ... is sucks. how can i disable this ? picture: www.pic-upload...
  • uVision 5 : Grey underline for some variables.
    I have installed uVision5 and have noticed that under some variables there is a grey underline. //! typedef for u64 typedef unsigned long long u64; //! typedef for u32 typedef unsigned long u32;...
  • Commands getting underlined in red even though they are not errors
    Why do some of the commands in my program get underlined with redlines even though they are not errors/warnings. What does that supposed to indicate?