• How many TCP frames can be unacknowledged at the same time?
    TCPNet is supposed to use buffering which allows for faster data transmission rates. I see however that in some example programs/documentation, the handler of the TCP_STATE_CONNECT state in the send...
  • interrupt handling in RTX STR9
    Hi all I am using STR9 board with RTX kernel on keil I want to use a hadware timer (timer2) in my code but the following code does not work it does not jump to interrupt handler as the overflow occurs...
  • Keil RTX interrupt handling
    I'm using lpc1768 controller keil RTX rtos and uart receive function by an interrupt. I was set a NVIC priority using NVIC_SetPriority(UART1_IRQn,1) while thread processing it don't goes to IRQHandler...
  • RTX Tiny - Interrupt Handling
    Hello, I am programmin a Cygnal C8051F040 in C with RTX-51 Tiny. I have a task structure with 5 tasks. The tasks are started step by step, so task 1 sets task 2 "READY", task2 sets task 3 "READY",...
  • several Interrupts at the same time
    Hi, working with the LPC1758 controller, I've some problems with the interrupts. I use the interfaces I2C1 and SPI. Both interfaces are configurated using interrupts. After the initalization...