Search Results

Search results 1-4 of 4.

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

  • Hi Nino, Thanks for the clear answer. My issue has been resolved!

  • Hi all, I tried to get info about "FreeRTOSPlugin_<port>" from the internet and the Ozone manual but no information about what <port> means. Whenever I open Ozone, I see the warning message 135 related to the FreeRTOSPlugin_<port>. My configuration file has the below setting but the problem still happens and I don't think Ozone is recognized by FreeRTOS as an OS plugin. Project.SetOSPlugin ("FreeRTOSPlugin"); Is there anyone know what <port> means and how to fix this problem? Regards, Chris

  • Hi guys I was using STM32F4 Cube package 1.25.0 with SEGGER_SYSVIEW_FreeRTOS.c and other segger files and a few days ago, I replaced it with a new package 1.26.0 and met the error below. "C:/Users/ckim/workspace/STM32Cube_FW_F4_V1.26.0/Middlewares/Third_Party/FreeRTOS/Source/queue.c: In function 'prvNotifyQueueSetContainer': ../../../Src/Core/Logs/SEGGER_SYSVIEW_FreeRTOS.h:223:195: error: 'xCopyPosition' undeclared (first use in this function) #define traceQUEUE_SEND( pxQueue ) SEGGER_SYSVIEW_Re…

  • Hi, I tried to display Spanish characters with GUI_Font24B_1 but á is not displayed correctly. How can I display these á, é, í, ó, ú, ü, ñ ¡ ¿ characters? Here is my code and I checked the font has the characters from the manual. hItem = TEXT_CreateEx(550, 153, 200, 28, pMsg->hWin, WM_CF_SHOW | WM_CF_MEMDEV, 0, ID_TEXT_3, NULL); TEXT_SetFont(hItem, &GUI_Font24B_1); TEXT_SetText(hItem, "ABC á¡¿"); And I can't seem to display text like this with TEXT_SetText(hItem, "Temp: 10\xb0C"); Temp: 10°C Bec…