• Incorrect display of values in the debug window for bit data
    #pragma pack(push, 1) typedef struct { signed Vin0 :10; signed Vin1 :10; signed Vnoise0 :10; signed Vnoise1 :10; } PackVin; #pragma pack(pop) typedef struct { State_Time StateTime; uint8_t...
  • Warning for Periodic window update of system viewer windows
    This continues my other post (RXNE/IDLE)... somehow I could not post any longer message (40 words...) in this older post.
  • Warning for Periodic window update of system viewer windows
    This continues my other post (RXNE/IDLE)... somehow I could not post any longer message (40 words...) in this older post.
  • Watch window display of GNU bitfields incorrect
    I am using the Keil uVision3 debugger with GNUARM 4.1.1. It does not appear to correctly display data stored in bitfields in the Watch window. Other structure elements show the correct contents, but...
  • Watch window display of GNU bitfields incorrect
    I am using the Keil uVision3 debugger with GNUARM 4.1.1. It does not appear to correctly display data stored in bitfields in the Watch window. Other structure elements show the correct contents, but...