• UART ISR() not triggering with RTX/ADUC7020
    Hello all, I'm using RTX and ADUC7020 processor and have a problem with the UART ISR routine where the ISR isn't triggering when UART data is sent to it. In my main(), I have: GP1DAT |=...
  • Realview: Long Long types
    I am trying to port some code over to a LPC2378 ARM-7 MCU that makes use of "long long" variables. I have not been getting any compiler errors over variables being declared as "long long" but when I...
  • ARM7 printf long long int
    Hi, my program does not do the expected things, printf a unsigned long long int. #include <aduc7026.h> #include"stdio.h" void RS232_init(void); int main (void) { unsigned long long int A; RS232_init...
  • RTX crash when setting an event in interrupt
    Hi all! My problem started with migration from MDK 401 to MDK 410 and is still happening on all new versions. Compile on my old computer with MDK401 always produced a flawless code, while program...
  • Change of priority of ISRs used by RTX on a CM3
    Hi all, I am using RTX on a CM3 STM32F1x and I would like to change the priorities of the three handlers that RTX uses: the SVC_Handler(), PendSV_Handler(), and SysTick_Handler(). They are normally...