• Automated testing
    I have a software that does not yet input or output anything. It currently relies on stubs, that set values to simulate inputs, or set global variables to simulate outputs. Once the logic is OK, the...
  • RAM test fail in simulator
    I am facing a RAM test fail in apstart.a66 file @location DC18H. Deveice: ST10269 Microcontroller. Any body have solution for this or faced this problem, please let me know.
  • A EMC test om XC16X
    There is a problem in our application by using XC167-32F40. In the application,we use MC7805 as Peripheral Units PowerSupply,and LM1117 as CPU's PowerSupply.We take a EMC test for PowerSupply(7637-2b...
  • testing the internal RAM
    Hi! On PowerOn my C167CR-LM should do some RAM-checks. Writing procedures for testing external RAM and nonvolatile RAM (using idata-Variables and internal registers) is done, but how can I test the...
  • Problem with CRC-ROM test
    Hello! I want to check the ROM with CRC test. I saved the constant checksum at a specified address. I jump over this address because this would change my checksum. My problem is, that every time I...