• Program won't run to Main
    I'm running an LPC2144, and my program won't run to main - it freezes up in a 3-line loop in the disassembly window - a BMI instruction in my boot block at 0x7FFFD2DA loops back to 0x7FFFD2D6 and repeats...
  • Program won't run to Main
    I'm running an LPC2144, and my program won't run to main - it freezes up in a 3-line loop in the disassembly window - a BMI instruction in my boot block at 0x7FFFD2DA loops back to 0x7FFFD2D6 and repeats...
  • blinky simulation error on STM32F100RB
    Hi, I have tried the blinky simulation on STM32F100RB, but I get an error : error 65 access violation at..... "no read " permission. Could you give me a hand to solve the problem as this year I will...
  • blinky simulation error on STM32F100RB
    Hi, I have tried the blinky simulation on STM32F100RB, but I get an error : error 65 access violation at..... "no read " permission. Could you give me a hand to solve the problem as this year I will...
  • GNU Blinky doesn't run on MCB2130
    I can get the GNU blinky example to compile and download, but it doesn't work. The example was targeted at the LPC2106 so I had to change the GPIO references to port 1, as in the non-GNU example (which...