• I2C session abruptly ends
    Hi! I'm working on LPC1857 controller and I required to test the i2c code I wrote. As far as I can see,as per data-sheet I've got all right with code. While the application is run, i2c is disabled...
  • Data Space grows unexpectedly
    Hi all, I've noticed something strange with one of my 8051 projects. When I build the project, the build results show that I have used 98 bytes of data space . If I add the statement while(1) {} to...
  • uVision: How to close debug session at end of main?
    Hello everybody, I am trying to automate my tests with Keil uVision. I have written several unit-tests with the testing library Unity. Every test is encapsulated in a separate Keil project. The tests...
  • Floating license checkin at end of automated debug session
    Is there a way to check in a floating license at the end of an automated debug session? We invoke UV3 from the command line and run an automated debug session with a debug initialization file. UV3 exits...
  • Shutting down debug session
    Hi, I genareted a basic test project with stm32MXcube. I2C is active only. But i can not debug this project. After remap command (__HAL_AFIO_REMAP_I2C1_ENABLE();) shutting down debug session. ...