Search Results

Search results 1-5 of 5.

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

  • emFile integration with embOs

    sohoil - - emFile related

    Post

    Function FS_X_OS_Init() called from FS_Init. According to description user will need to create four binary semaphores. Unfortunately it's impossible to change NumLocks parameter of FS_X_OS_Init. it's equal 1 always even FS_OS_LOCKING define is changed for value 2. Any solution for me ? 10x

  • sprintf crashing

    sohoil - - embOS related

    Post

    Unfortunately sprintf is crashed. Any idea ? Our target is: 1. embOS for TI MSP430 (build Debug (D)) with IAR workbench ver. 5.10.4 (5.10.4.50168) 2. MSP430F5437 CPU with internal developed board 3. start project which we use is Start_F5438 Thx

  • embOSView trace buffer size

    sohoil - - embOS related

    Post

    Is it possible to enlarge embOSView trace buffer size. Right now it's 20 - not too large. Thx

  • OS_SendString using

    sohoil - - embOS related

    Post

    Does it mean that I can use only embView terminal for UART sharing and not for my application, which connected through UART as well ? Thx

  • OS_SendString using

    sohoil - - embOS related

    Post

    Hi, Segger proposes to use OS_SendString for Tx uart communication by application, it's good but not enough. What about sending buffer instead of null-terminated string. Any solution ? Thx