• Stop Thread in CMSIS RTOS (not Terminate)
    Hi I am working with CMSIS RTOS RTX. I have an external device and some threads are running to work with this device. However, sometimes I need to turn off the device at the middle of working. Therefore...
  • CMSIS-RTOS: stack size to create a thread > 8000
    Hi I am using the new CMSIS-RTOS and seem to have a stack problem that I don't understand. In order to create even the simple of task (one that just polls a CAN interface) that will not cause a hard...
  • DS5250 debbuging problems
    I'm trying to debug Dallas DS5250. All it's in a simple program but when I introduce the timer0 interrupt the debugger lost communication with the target and the interrupt is not serviced. Wich could...
  • ADUC 845 and debbuging with Keil?
    Is possible use Keil C51 IDE with evaluation board ADUC845 from Analog Device on debugging and stepping code in chip on eval. board? I thing similarly as it possible with Silicon Labs C8051F4xx USB...
  • Keil Debbuger Execution Profiling
    Hi Everyone! I'm coding in Keil5 and I'm using a tiva TM$C1294 launchpad in my project I need to see the time between instructions to maybe fix a bug but when a try to debug in simulation mode or...