• LPC845 - ARM Compiler V6 - Declaring and using constants in LP845_startup.s assembly code
    I am looking for an example with the Arm V6 compiler, for reading and writing GPREG0 register of the PMU on the L PC845.s? Specifically, how do you do something like a #define in the assembly code with...
  • LPC845 - ARM Compiler V6 - Declaring and using constants in LP845_startup.s assembly code
    I am looking for an example with the Arm V6 compiler, for reading and writing GPREG0 register of the PMU on the L PC845.s? Specifically, how do you do something like a #define in the assembly code with...
  • declare variable of struct with flexible array member at compile time
    Hello everybody, is it possible to use a struct with flexible array members and declare a variable of it at compile time? e.g.: struct sFoo { uint32_t const num_Elements; uint8_t baz[];...
  • declare variable of struct with flexible array member at compile time
    Hello everybody, is it possible to use a struct with flexible array members and declare a variable of it at compile time? e.g.: struct sFoo { uint32_t const num_Elements; uint8_t baz[];...
  • Modifying the value of variable declared as constant
    Hi, I have declared the constant array for storing the data since I am having a limited RAM in lpc2214 now I want to put in the value in this array how it is possible in Keil UV3 for ARM. I have tried...