• Download test program to RAM & execute
    Hello. I use ST10F276. Application "main" is already programmed in FLASH. I need to download "test" application in RAM for testing hardware. How can i do this? "Main" application must work after reset...
  • Stop debugger after test execution
    I am working on an automated test setup which should load an image to the target, start the debugger and start the application in flash and start the tests. I have already implemented the following steps...
  • Download test program to RAM & execute
    Hello. I use ST10F276. Application "main" is already programmed in FLASH. I need to download "test" application in RAM for testing hardware. How can i do this? "Main" application must work after reset...
  • [Keil uVision] Stop debugger after test execution
    Hi, I have written some tests with the unity test framework. All tests are running on the simulator. Using the command line I am trying to automatically run the tests on my continous integration server...
  • C51 data memory test
    Hi, I need to fill data memory both internal and external with known patterns and read back to verify the entire C51 RAM. I prefer doing this in C instead of assembly but have not seen a good example...