• Ulink can't debug procedure and functions
    So I write a code to test an SRAM. Basically it just writes variables to some addresses and reads it back for validation. However, when I step through functions/procedures in debug mode, I landed in...
  • Can't debug
    My target has an LPC2468 with 8MB external SDRAM. I'm using uVision 3.60 and RL-ARM/MDK 3.20. My application is about 250K in size. When I load my application it runs fine except for the bugs I am hunting...
  • can't read sbuf on debug
    Hi, how can I read SBUF while debugging? R_serial () interrupt 4 { if(RI) { serialR = SBUF; RI=0; CompDataRx[count]=serialR; count++; } else TI = 0; } when I put any value in SBUF...
  • SLOG not working in debug user function
    I use the serial logging feature (SLOG) in the debugger of uVision (V5.24.2.0). I want to switch on and off the serial logging, controlled by the running code. My intention was to use a user function...
  • Can't connect USB debug adapter
    Hi, I have board which contains Silabs 8051F060 MCU. It is working fine when it is programmed with EC2 (RS232). It contains all protection circuit on JTAG as suggested by Silabs like Schottky diode...