• 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, Display Type set to Bit , but when the program changes…

  • Code not working on LPC2148 board

    I bought an ARM LPC2148 Development board 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 (leave alone the blinking according to the code).  I have rechecked…

  • Procedure for Init GPIO

    Hi guy,

    I'm using ARM STM32F103RC, Cortex M3.

    when I compiler the code with this order:

      //GPIO structure used to initialize port

      GPIO_InitTypeDef GPIO_InitStructure;

       

        //Enable clock on APB2 pripheral bus where button…