Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello, with the command FS_SetFileTime() I can set the creation date of a file in a FAT file system. But when I make changes with embOS in the file later on, how can I modify or set the modification date appropriately? Best regards. HK

  • Hello, I want to use embOS on the STM32F103 MCU. That MCU has only interrupt priorities fom 0 .. 15. I've read that embOS on Cortex-M3 MCUs use interrupt priority 0 .. 127 as fast interrupts and priority 128 to 255 as interrupts from which embOS APIs can be called. Does that mean that on the STM32F103 no embOS APIs can be called from any interrupt? Best regards.