• Can't assign values to array I just made.
    I can't seem to access the arrays I have made: 'buff' and 'Time'. I am even unable to initialize them. I am watching the locals and the variables 'i' and 'TimeVar' show changes, but nothing seems to...
  • Can't assign values to array I just made.
    I can't seem to access the arrays I have made: 'buff' and 'Time'. I am even unable to initialize them. I am watching the locals and the variables 'i' and 'TimeVar' show changes, but nothing seems to...
  • Cannot copy values from code array to another array which is a struct member (both global)
    I have the following variables: #define X ... ... code unsigned char pin[X] = { ... }; // there are values here, no 0xFF ... struct { unsigned char pin[X]; } info; and I need to copy the...
  • Cannot copy values from code array to another array which is a struct member (both global)
    I have the following variables: #define X ... ... code unsigned char pin[X] = { ... }; // there are values here, no 0xFF ... struct { unsigned char pin[X]; } info; and I need to copy the...
  • Assign static library to a specific memory section (using scatter file)
    Hi all, thanks so much for reading my post. I am using Keil uVision V5.22.0.0, cortex M4 microcontroller. My question is the following I have a static library that I'd like to include in...