• Bug in Keil debugger?
    Hi guys. I'm trying to simulate a code for MSC1210 (Texas Instruments). The problem is that I have serious doubts about the results of the simulation since I've detected the following situation: ...
  • bug with debugger or bugger debugger
    Hi, one more time a got problems :'-( in fact when i start degugger i got a message : couldn't load file "toto" debugger aborded. And after it crash the programm keil µvision2 :-( Toto is the...
  • Debugger bug?
    Hi, I must be honest, I'm to lazy to find out if someone has already reported this (I think) bug. I submitted a bug report to Keil: Using uVision V4.53.0.0 I suspect that the [Call Stack...
  • Bug in debugger or compiler?
    I have a slight problem with the following code: unsigned char code * code x[] = {"a", "b", "c"}; void main() { unsigned char a; for(;;) a = x[0][0]; } The device used is the Philips 8xC51MB2...
  • Bug in uVision3 debugger/simulator
    There is a bug in the simulator for the STM32F103 family involving the timer slave reset. I downloaded and compiled AN2592 from www.st.com/.../familiesdocs-110.html using uVision 3 V3.55a. ...