• Fatal error: C3921U: Option '--S' not available with your license.
    Hi all, I've created a new project for my STM32F030, after setting it up, I was able to compile the project, however, after changing the folder for the objects and listings I started getting the following...
  • Fatal error: C3921U: Option '--S' not available with your license.
    Hi all, I've created a new project for my STM32F030, after setting it up, I was able to compile the project, however, after changing the folder for the objects and listings I started getting the following...
  • LCD controller peripheral not available in debugger
    I'm working on a project with a touch screen using an LPC1788. When I'm using the debugger and click on the "Peripherals" menu, the LCD controller peripheral is not shown in the list. I'm using uVision...
  • LCD controller peripheral not available in debugger
    I'm working on a project with a touch screen using an LPC1788. When I'm using the debugger and click on the "Peripherals" menu, the LCD controller peripheral is not shown in the list. I'm using uVision...
  • __attribute__((naked)) is this option available?
    Hi I want to use this __attribute__((naked)) for one of my functions in keil, but it generates a warning that says main.c(6846): warning: #1207-D: unknown attribute "naked" This is my function...