• 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...
  • Measure routine time
    Hi I'm hoping someone miht be able to offer me some advice. I am using RL-ARM (RTX RTOS) & RL-FSFLASH on an STM32. I have a problem where I think our external watchdog is resetting the STM32...
  • Download a routine to SRAM and run it
    Hi, I am using C167 v6.08 Keil uV3 and XC167CI. Is it possible to download a routine to SARM (either internal or external) and then start to run it from SRAM ? let me make requirement more detail...
  • 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...
  • Using LCD and LED_Block at the same time
    Hello, i'm working on a project where I have to use the LCD and two LEDs at the same time. LCD is commonly on Port 3. So the LEDS are ! LCD will use 7 bits from the port 3, and both LEDs will use...