• Program doesn't start
    Hello, I've a firmware built with microvision2 on Infineon C167CRLM. I download the firmware on flash memory and then program starts correctly. Then in a function I add the statements RDYEN4...
  • App doesn't start occasionally
    Good day to everybody! My device has C8051F340 MCU on board. I have project that is strange . E.g 5 times app starts - on 6th time it doesn't and so on. Project architecture is Bootloader ...
  • extInt doesn't start Timer, LPC2387
    Hello, Using the following setup: µC: LPC2387 dev. tool: Keil µVision4 RL-FlashFS file system (SD card) runs on the µC. I've got the 2 following problems: Problem 1: My code is supposed...
  • Simulator Works ... Hardware Doesn't
    I am currently working on converting an application originalldeveoped using the Archimedes tool kit V4, to Keil. The device is a Dallas 80C320. I have successfully ported the code and it runs using...
  • simulation doesn't work
    Hi all, I try to use the simulator with a code that contains struct or union, but it doesn't seem to see members. Here is an example code: struct chuf { unsigned char hi; unsigned char lo; ...