• modifying the reset handler asm code
    question 1: This is the original reset handler that is in the startup file (*.s) Reset_Handler PROC EXPORT Reset_Handler [WEAK] IMPORT SystemInit IMPORT __main LDR R0, =SystemInit BLX R0 ...
  • reset while modifying interrupt vector
    In my code i am changing interrupt vector for timer to have my functions as ISR. Will microcontroller reset when i change interrupt vector?
  • Unable to modify a variable....
    Hi I'm having a strange problem that is periodically. By debugging I've located the problem. The setup is as follows: - MCU = C8051F122, codebanking is used, The .M51 file has been looked through...
  • Legacy support issue , can't find NXP LPC2368
    Hello , I am Electronics Engninnering student , we use NXP LPC2368 in our collage laboratory and use keil uVision4 to study ARM7 in university. I installed uVision5 in my laptop and after it also...
  • RESET circuit for NXP P89C61X2 microcontroller
    Hi, I am using Flashmagic to program P89C61X2BN microcontroller through ISP. There is no RESET circuit available on board. Can anyone please provide me a RESET circuit to RESET the controller in ISP...