• Not entering interrupts
    Hi, For reasons I switched from one development program(IDE) to the KEIL IDE. Now I have problems using interrupts. My program don't what to enter the "ADC sample on channel0 is ready" interrupt service...
  • Cortex-M3 NVIC, When to clear the interrupt flag
    After some study, trial and error, I created a simple project for a NXP LPC1768, to test its timer interrupt. This project contains only startup_LPC17xx.s, system_LPC17xx.c, C-main.c, and timer.c. ...
  • Debug Functions: Enter key must be pressed at the end of the script
    If this message could be of any help to anyone, I found out that the key Enter must be pressed after the last bracket of a debug function syntax. Otherwise a compilation error appears although the debug...
  • In Simulatormode ENDRX Flag is not correctly set
    I'm working with uV3 and AT91SAM7S256. After configuring the PDC and USART0 in this way: AT91F_PDC_SetRx( (AT91PS_PDC) &(pUSART->US_RPR), RxBuf0, 5); AT91F_PDC_SetNextRx( (AT91PS_PDC) &(pUSART-...
  • uVision 5.10 crash when entering J-Link debug settings
    Hi We have started our project using uVision 5.01. For debugging we use J-Link debuggers (Ultra and Lite versions). After the update to uVision 5.10 the uVision crashes anytime when i try to...