• uVision Logic Analyzer GPIO in SW simulation?
    Hello, I try use sw simulator for debbuging STM32F103C8 ( DARMSTM.DLL -pSTM32F103C8) and I would like to monitor the status GPIOC pin 7 in the Logic Analyzer. In Setup Logic Analyzer I add PORTC.7...
  • LPC2148 timer0 not working as expected
    I am new to ARM and I am trying to produce 1 second delay using timer 0 in LPC2148. But in debug session in Keil, it is giving delay of 4 seconds with 15MHz and 5 seconds with 12 MHz. What is the issue...
  • How to use #Pragma to change the specific file optimization level in IAR
    Static clustering for a specific file is creating issue. i want to exclude that specific file from optimizing to high level to no optimization. #pragma optimize= none :-Tried before the function definition...
  • CODE NOT WORKING ON LPC2148
    I bought an ARM LPC2148 Development board from NXP and started uploading code in it. I wrote the code to blink the on-board 4 LEDs. It gets uploaded successfully in the board but the LEDs never blink...
  • code not working in arm board
    I am working on arm board with mcbstm32103zg controller. My program part is based on firefly algorithm. So my code gets executed for less firefly count and if i increase it execution gets trapped. Please...