• FlashFS nasty :-) behavior
    Hello, I will ask Keil tomorrow, but have you noticed that you can build your FlashFS application using Microlib, 'finit' will return "OK", but 'fopen' will fail? I have spend 9 hours today dismantling...
  • High Water Mark feature in RTX
    I'm using the RTX RTOS and I noticed that in the latest version there is a new feature which is a stack high water mark. I've been able to use this while debugging in the IDE but was wondering if there...
  • A feature of RTX you might want to know about
    Hello, If you violate RTX's rule that you are not to mix the interval and delay timers (thus a task that needs to wake-up at a certain interval is blocked), RTX will try to fix the periodic task...
  • HID feature
    HID Feature I have implemented a detach feature in a HID device which report descriptor is: const BYTE IPLB_ReportDescriptor[IPLB_SIZ_REPORT_DESC] = { 0x06, 0xA0, 0xFF, // USAGE_PAGE (Consumer...
  • ST10F269 Features
    Does anybody know if the ST10F269 Microcontroller supports the cached interrupt feature? - Thanks