• Mini54zDE Boot Looped SWD connection lost
    Hi, I have a Mini54zde chip in an application. I programmed it and everything was well quite a few times. Recently I uploaded a code revision and I think I boot looped the core. It starts and reboots...
  • For loop
    can i use the for loop like this in accessing the 2-d array. for(u=0;u<=4;u++) { for(v=v1;;) { arr[u][v] += 1; } } bcos in the second for loop i want to do the increment in some other...
  • ARM1176 boot code issue
    Note: This was originally posted on 5th June 2009 at http://forums.arm.com Hi I got an issue while writing the ARM1176 bootcode. I used DCI 0xE1600071 instruction to switch from secure priviliged mode...
  • Boot code question
    By boot code consists of two projects. Both are written in C using small memory model. One I call fixed boot which is contained in FLASH memory. The other I call flex boot and it is downloaded from a...
  • why this code going infinity loop
    why his code going infinity....... ///////////////////////////////////// // Generated Initialization File // ///////////////////////////////////// #include "C8051F120.h" #include<stdio.h> ...