• Passing by address results in compiler miscalculation?
    When I use a local struct variable of type RCC_ClocksTypeDef (part of the ST peripheral library) and I call the RCC_GetClocksFreq() function passing the local struct as the parameter, for some reason...
  • Using __attribute__((at(address)))
    Hi, I hope someone can shed a light on this, I have a board with a LCP2294 and 4Mb IDT71V416L external RAM. Using Keil RealView 3.01 I used the "__at 0x81000000" modifier to place a global...
  • bitband error in cmsis
    please, "--bitband" error when line 114 and line 128 in "cmsis\core_cmInstr.h" were not commented. And it will faster when rebuild if both line 114 and line 128 were commented.
  • __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...
  • Using __attribute__( ( always_inline ) )
    If I use "__attribute__( ( always_inline ) )" before a functions which is defined in one file & call that function from another file. is it right???