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.
-
sprintf crashing
sohoil - - embOS related
PostUnfortunately 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
-
OS_SendString using
sohoil - - embOS related
PostDoes 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
PostHi, 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