• Error L6406E and L6407E (STM32L011F3P)
    Hello, I just created a project with stm32cubeMX, after generating my code and importer on Keil, I can not compile while I did not even write my code and the STM32L011 to 8K of RAM normally. Thanks a...
  • Error L6406E and L6407E
    Hello everyone, I'm a beginner with micro-controllers, so I will probably ask obvious questions but please don't mind it. I'm learning the basics on a QN9020 by NXP and I successfully modified...
  • Error L6406E and L6407E (STM32L011F3P)
    Hello, I just created a project with stm32cubeMX, after generating my code and importer on Keil, I can not compile while I did not even write my code and the STM32L011 to 8K of RAM normally. Thanks a...
  • STM32F, Kiel Free, and L6406E
    Just started a new contract, some legacy code on an STM32F device. I'm getting a load of L6406E errors, and apparently these are not related to the 32K limit of the free version of the tools. ...
  • __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...