• GPIO is not working on the board but working fine in simulator
    Good morning guys, I have got a problem with LPC2148. I am using PORT0 as GPIO pins. The program runs fine in the simulator but there is nothing when i port the hex on the board. Here is the...
  • Why in data small everything works?
    Hi guys, I wrote a simple program using the data in small model and the code in large model, and the program worked perfectly, however, when I compiled the program with the data in large model, the...
  • Firmware working fine in debug mode but not in Release mode
    Dear All, I have a problem where in my firmware is working in debug mode but it does not work in release mode. I am using LM3S3748 microcontroller target motherboard with Wavecomm GSM modem interfaced...
  • INT0(P1.3) LPC935 in simulation not working while INT1(P1.4) works fine
    Hi all, I am having a problem with the simulation of my project which uses both external Interrupts, Interrupt 0 and Interrupt 2. I enable all the signals necessary to enable the Interrupts. When in...
  • Code works fine in optimzation while go to hardfault in levl 0 optimzation
    HI, My code works fine in optimzation for time level . But in level - 0 optimzation it goes to hardfault before entering main. I am using LPC1317, here is reset handler for this. Reset_Handler...