• Call stack doesn't work anymore
    Hello, a while ago, we updated from RTX4 to RTX5. Since the update the Call stack window doesn't show all threads anymore. I already tried this: http://www.keil.com/support/docs/4026.htm Now the call...
  • ULINK2 suddenly doesn't connect to PC anymore
    Hello, I'm working with the ULINK2 and MDK-ARM Version 3.04. I used the ULINK2 since January this year and it worked fine the whole time. Two days ago I wanted to continue my work and attached the...
  • ARM compiler upgrade from V5.06 to V6.10 failed
    I try to upgrade ARM complier for V5.06 to V 6.10 in Keil MDK V5.26. The projects I am mainly working for is with device STM32F407VGT6, the code like this: typedef void (*const ISR)(void); __attribute__...
  • Problem with Network Component on STM32H7 (CubeMX)
    Hi guys, I have recently started to work with Keil uVision and I am porting my code that I have previously coined with SW4STM32. I bumped into some problems with the network component (I would like...
  • Possible bug with unsized _at_ arrays (C51 v6.14)
    While working with some memory-mapped I/O, I came across some behavior which may be construed as a bug. I declared my memory-mapped stuff as an unsized array of char's in xdata. C51 produced no errors...