• value gets lost?
    Hello, I have a variable declared to an absolute memroy location: #define H1Utol MVAR (unsigned short, 0x12301C) and a function that starts like this: void func (void) { unsigned short H1;...
  • value gets lost?
    Hello, I have a variable declared to an absolute memroy location: #define H1Utol MVAR (unsigned short, 0x12301C) and a function that starts like this: void func (void) { unsigned short H1;...
  • bl __libc_init_array getting lost in space
    I've got a blinky program working, but one thing doesn't work. The code "bl __libc_init_array" gets lost somewhere. I don't get any error, but when I run it, I don't have any blinking. What am I missing...
  • bl __libc_init_array getting lost in space
    I've got a blinky program working, but one thing doesn't work. The code "bl __libc_init_array" gets lost somewhere. I don't get any error, but when I run it, I don't have any blinking. What am I missing...
  • Getting Started Serial Interface on Phytec mm167 lost after power cycling.
    I implemented the example on p.157 of the Getting Started manual on the Phytec mm167 board, along with corrections mentioned in the knowledge base. The example works well in debug mode, and I can flash...