• unexpected code
    There is simple code usRDelay(17); Comm_LineOut_Port=SendData.B.Bit02; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit01; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit00; usRDelay(17); Comm_LineOut_Port...
  • unexpected code
    There is simple code usRDelay(17); Comm_LineOut_Port=SendData.B.Bit02; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit01; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit00; usRDelay(17); Comm_LineOut_Port...
  • unexpected segmentation fault changing pc register with branch
  • Changing direction of P9 (Infineon C509L)
    I'm trying to change direction of P9.0. I use the same instructions I previously used for P6 whith full success: IP1 |= 0x80; DIR9 = 0xFE; but I'm not able to write a 1 on P9.0 When I take a...
  • Unexpected debugger breaks in uVision
    I'm debugging a STM32F4 (custom board) with ST-LINK2 white dongle. Everything looks good, but after some time running, the debugger unexpectedly stops as if it hits a breakpoint. It does not look like...