• Debug with Logic Analyzer to show GPIOB bit signal
    hi, I am trying to use the logic analyzer to capture the output pin on my MCBSTM32 board. I have try to add "GPIOB" into Current Logic Analyzer Signals under Setup Logic Analyzer Menu, but couldn't seems...
  • Can not run two threads at the same time?
    I have no issues running multiple thread instances but I can not run more then one thread at the same time, is that not possible? When the second thread starts, the code freezes. //thd 1 extern osThreadId...
  • 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...
  • 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...
  • How many interrupts does RTX can be handle at the same time?
    Hi All, I am using MCB2300 board(LPC2368). If RTX can handle interrupts from 4 UARTs,2 CAN Ports and 1 USB port(4 endpoints) simultaneously? I tried RTX interrupt handle ablity like this: keeps...