• Hardware reset
    lpc1768 board or the MCB1700 does anybody know how to switch bins files using the hardware reset route, so when I press the reset button it will switch bins. I know for software it could be something...
  • Software *** Hardware reset of AT89S52
    Is this possible if we use hard reset (Logic 1 Pulse with some delay) by using ISR and one Port Pin Connected to RESET Pin? so that Controller can RESET itself by Applying RESET signal by ISR. I mean...
  • Hardware debugging: problem using printf("")
    Hi, I am working with uVision2 V2.40a and i am writing an application for MC C515C-L of Infineon. While using the simulator, the program works exactly as it should. When debugging the programm directly...
  • Hardware simulation problems with embedded loops
    I have a problem with hardware simulation using the Cygnal JTAG adaptor. I have code with the following structure: bit mState = False; void main (void) { [Configuration Code] while(True) ...
  • Optimizing problems (volatile hardware register)
    I have had a rather ugly problem caused due to the optimization. I am reading data from a fifo. The read port is at address 0x8200 (read only access). It also has a read reset port. Its address is...