• Maybe a bug in the CMSIS library.
    I find one problem (maybe bug) in CMSIS working with FreeRTOS. Working on the STMCubeIDE and programing F103RB (NUCLEO). I create the Queues. Properties "Item Size" set it to "20" (number). I want to...
  • Maybe a bug in the CMSIS library.
    I find one problem (maybe bug) in CMSIS working with FreeRTOS. Working on the STMCubeIDE and programing F103RB (NUCLEO). I create the Queues. Properties "Item Size" set it to "20" (number). I want to...
  • uVision2 (v2.40): How do I get back to the default docking view
    I accidentally hit a button on the mouse while moving it across uVision's window. Now the default docking view where the file/regs/book is only the left, content of source file displays on the right,...
  • uVision2 (v2.40): How do I get back to the default docking view
    I accidentally hit a button on the mouse while moving it across uVision's window. Now the default docking view where the file/regs/book is only the left, content of source file displays on the right,...
  • maybe bug: far argument to printf fails
    Hallo, I may have hit a bug in CX51 Ver 7.06. If a far variable is passed as an argument to printf function; it fails. I wrote this program: #include <Philips\reg51m.h> #include <stdio.h> ...